@Portable public class SimulationDescriptor extends Object
| Constructor and Description |
|---|
SimulationDescriptor() |
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(String expressionAlias, 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.