From 30c205f552a9c66c69903d4f12dd09f3e27e06ea Mon Sep 17 00:00:00 2001 From: OszkarSemerath Date: Tue, 8 Aug 2017 16:11:45 +0200 Subject: Support for double and string attributes --- .../inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Framework/hu.bme.mit.inf.dslreasoner.logic.model/src/hu/bme/mit/inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend') diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/src/hu/bme/mit/inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/src/hu/bme/mit/inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend index aa59836c..905859eb 100644 --- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/src/hu/bme/mit/inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend +++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/src/hu/bme/mit/inf/dslreasoner/logic/model/builder/LogicModelInterpretation.xtend @@ -27,6 +27,7 @@ interface LogicModelInterpretation{ * Boolean literal Boolean * Integer literal Integer * Real literal BigDecimal + * String literal String *

* @param function The target function to be interpreted. * @param parameterSubstitution The array of the substituted parameters encoded as defined in the table. @@ -41,6 +42,7 @@ interface LogicModelInterpretation{ * Boolean literal Boolean * Integer literal Integer * Real literal BigDecimal + * String literal String *

* @param relation The target relation to be interpreted. * @param parameterSubstitution The array of the substituted parameters encoded as defined in the table. @@ -55,6 +57,7 @@ interface LogicModelInterpretation{ * Boolean literal Boolean * Integer literal Integer * Real literal BigDecimal + * String literal String *

* @param constant The target constant to be interpreted. * @return The value of the constant encoded as specified in the table. -- cgit v1.2.3-70-g09d2