public class FactMapping extends Object
Constructor and Description |
---|
FactMapping() |
FactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping(String factAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
addExpressionElement(String stepName,
String className) |
FactMapping |
cloneFactMapping()
It creates a new
FactMapping cloning the instanced one. |
boolean |
equals(Object o) |
String |
getClassName() |
String |
getExpressionAlias() |
List<ExpressionElement> |
getExpressionElements() |
List<ExpressionElement> |
getExpressionElementsWithoutClass() |
ExpressionIdentifier |
getExpressionIdentifier() |
String |
getFactAlias() |
FactIdentifier |
getFactIdentifier() |
String |
getFullExpression() |
List<String> |
getGenericTypes() |
static String |
getInstancePlaceHolder(int index) |
static String |
getPlaceHolder(FactMappingType factMappingType) |
static String |
getPlaceHolder(FactMappingType factMappingType,
int index) |
static String |
getPropertyPlaceHolder(int index) |
int |
hashCode() |
void |
setExpressionAlias(String expressionAlias) |
void |
setFactAlias(String factAlias) |
void |
setGenericTypes(List<String> genericTypes) |
public FactMapping()
public FactMapping(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public FactMapping(String factAlias, FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public String getFullExpression()
public List<ExpressionElement> getExpressionElementsWithoutClass()
public List<ExpressionElement> getExpressionElements()
public String getClassName()
public ExpressionIdentifier getExpressionIdentifier()
public FactIdentifier getFactIdentifier()
public String getFactAlias()
public void setFactAlias(String factAlias)
public String getExpressionAlias()
public void setExpressionAlias(String expressionAlias)
public FactMapping cloneFactMapping()
FactMapping
cloning the instanced one.public static String getPlaceHolder(FactMappingType factMappingType)
public static String getPlaceHolder(FactMappingType factMappingType, int index)
public static String getInstancePlaceHolder(int index)
public static String getPropertyPlaceHolder(int index)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.