public class SymbolicState extends AbstractSymbolicAssociationValueContainer implements ISymbolicState
ISymbolicState.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
The name of this state.
|
| Constructor and Description |
|---|
SymbolicState(java.lang.String name,
IModelSettings settings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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, getValuesgetSettingspublic SymbolicState(java.lang.String name,
IModelSettings settings)
name - The name of this state.settings - The IModelSettings to use.public java.lang.String getName()
getName in interface ISymbolicState