public class SymbolicState extends AbstractSymbolicAssociationValueContainer implements ISymbolicState
ISymbolicState.| Modifier and Type | Field and Description |
|---|---|
private String |
name
The name of this state.
|
| Constructor and Description |
|---|
SymbolicState(String name,
IModelSettings settings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this state.
|
addAssociation, addValue, getAssociation, getAssociations, getValue, getValuesformatTerm, getSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociation, getAssociations, getValue, getValuesgetSettingsprivate final String name
public SymbolicState(String name, IModelSettings settings)
name - The name of this state.settings - The IModelSettings to use.public String getName()
getName in interface ISymbolicState