Class AbstractState
java.lang.Object
de.uka.ipd.sdq.sensorframework.entities.base.AbstractState
- All Implemented Interfaces:
State
- Direct Known Subclasses:
StateImpl
Deprecated.
Superseded by EDP2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.Deprecated.voidsetStateID(long value) Deprecated.voidsetStateLiteral(String value) Deprecated.
-
Field Details
-
myDAOFactory
Deprecated.
-
-
Constructor Details
-
AbstractState
Deprecated.
-
-
Method Details
-
getStateID
public long getStateID()Deprecated.- Specified by:
getStateIDin interfaceState
-
setStateID
public void setStateID(long value) Deprecated.- Specified by:
setStateIDin interfaceState
-
getStateLiteral
Deprecated.- Specified by:
getStateLiteralin interfaceState
-
setStateLiteral
Deprecated.- Specified by:
setStateLiteralin interfaceState
-