Interface AbstractPowerState

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
    All Known Subinterfaces:
    PowerState

    public interface AbstractPowerState
    extends Entity
    A representation of the model object ' Abstract Power State'.

    The following features are supported:

    See Also:
    de.fzi.power.specification.SpecificationPackage#getAbstractPowerState()
    Generated class or method.
    EMF model class or method.
    abstract="true"
    • Method Detail

      • getPowerStateMachine

        PowerStateMachine getPowerStateMachine()
        Returns the value of the 'Power State Machine' reference. It is bidirectional and its opposite is 'Power States'.

        If the meaning of the 'Power State Machine' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Power State Machine' reference.
        See Also:
        setPowerStateMachine(PowerStateMachine), de.fzi.power.specification.SpecificationPackage#getAbstractPowerState_PowerStateMachine(), PowerStateMachine.getPowerStates()
        Generated class or method.
        EMF model class or method.
        opposite="powerStates"