Class ExpressionIdentifier
- java.lang.Object
-
- org.drools.scenariosimulation.api.model.ExpressionIdentifier
-
public class ExpressionIdentifier extends Object
Identify an expression. It is defined by a name and a type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpressionIdentifier.NAME
-
Field Summary
Fields Modifier and Type Field Description static ExpressionIdentifierDESCRIPTIONstatic ExpressionIdentifierINDEX
-
Constructor Summary
Constructors Constructor Description ExpressionIdentifier()ExpressionIdentifier(String name, FactMappingType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpressionIdentifiercreate(String name, FactMappingType type)booleanequals(Object o)StringgetName()FactMappingTypegetType()inthashCode()StringtoString()
-
-
-
Field Detail
-
INDEX
public static final ExpressionIdentifier INDEX
-
DESCRIPTION
public static final ExpressionIdentifier DESCRIPTION
-
-
Constructor Detail
-
ExpressionIdentifier
public ExpressionIdentifier()
-
ExpressionIdentifier
public ExpressionIdentifier(String name, FactMappingType type)
-
-
Method Detail
-
getName
public String getName()
-
getType
public FactMappingType getType()
-
create
public static ExpressionIdentifier create(String name, FactMappingType type)
-
-