Class AbstractState

java.lang.Object
de.uka.ipd.sdq.sensorframework.entities.base.AbstractState
All Implemented Interfaces:
State
Direct Known Subclasses:
StateImpl

public abstract class AbstractState extends Object implements State
Deprecated.
Superseded by EDP2.
  • Field Details

    • myDAOFactory

      protected transient IDAOFactory myDAOFactory
      Deprecated.
  • Constructor Details

    • AbstractState

      public AbstractState(IDAOFactory myFactory)
      Deprecated.
  • Method Details

    • getStateID

      public long getStateID()
      Deprecated.
      Specified by:
      getStateID in interface State
    • setStateID

      public void setStateID(long value)
      Deprecated.
      Specified by:
      setStateID in interface State
    • getStateLiteral

      public String getStateLiteral()
      Deprecated.
      Specified by:
      getStateLiteral in interface State
    • setStateLiteral

      public void setStateLiteral(String value)
      Deprecated.
      Specified by:
      setStateLiteral in interface State