@Portable public class SimulationDescriptor extends Object
| Constructor and Description |
|---|
SimulationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
FactMapping |
addFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
addFactMapping(int index,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
addFactMapping(int index,
String expressionAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
void |
clear() |
Set<FactIdentifier> |
getFactIdentifiers() |
Optional<FactMapping> |
getFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier ei) |
FactMapping |
getFactMappingByIndex(int index) |
List<FactMapping> |
getFactMappings() |
List<FactMapping> |
getFactMappingsByFactName(String factName) |
int |
getIndexByIdentifier(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
void |
sortByLogicalPosition()
Sort elements based on logicalPosition value
|
public List<FactMapping> getFactMappings()
public void sortByLogicalPosition()
public Set<FactIdentifier> getFactIdentifiers()
public FactMapping getFactMappingByIndex(int index)
public int getIndexByIdentifier(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public List<FactMapping> getFactMappingsByFactName(String factName)
public Optional<FactMapping> getFactMapping(FactIdentifier factIdentifier, ExpressionIdentifier ei)
public FactMapping addFactMapping(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public FactMapping addFactMapping(int index, FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public FactMapping addFactMapping(int index, String expressionAlias, FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)
public void clear()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.