Interface State
-
- All Known Implementing Classes:
StateImpl
public interface State extends Entity
A representation of the model object 'State'.The following features are supported:
- See Also:
MarkovPackage.getState()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Label>
getLabels()
Returns the value of the 'Labels' containment reference list.EList<String>
getTraces()
Returns the value of the 'Traces' attribute list.StateType
getType()
Returns the value of the 'Type' attribute.void
setType(StateType value)
Sets the value of the 'Type
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getType
StateType getType()
Returns the value of the 'Type' attribute. The literals are from the enumerationStateType
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
StateType
,setType(StateType)
,MarkovPackage.getState_Type()
- Generated class or method.
- EMF model class or method.
- required="true"
-
getLabels
EList<Label> getLabels()
Returns the value of the 'Labels' containment reference list. The list contents are of typeLabel
.If the meaning of the 'Labels' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Labels' containment reference list.
- See Also:
MarkovPackage.getState_Labels()
- Generated class or method.
- EMF model class or method.
- containment="true" keys="key"
-
getTraces
EList<String> getTraces()
Returns the value of the 'Traces' attribute list. The list contents are of typeString
.If the meaning of the 'Traces' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Traces' attribute list.
- See Also:
MarkovPackage.getState_Traces()
- Generated class or method.
- EMF model class or method.
- default=""
-
-