ujf.verimag.bip.Extra.Time.impl
Class TimeSpecificationImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Extra.Time.impl.TimeSpecificationImpl
All Implemented Interfaces:
TimeSpecification

public class TimeSpecificationImpl
extends EObjectImpl
implements TimeSpecification

An implementation of the model object 'Specification'.

The following features are implemented:


Field Summary
protected   timedConstraint
          The cached value of the 'Timed Constraint' containment reference list.
protected  UrgencyKind urgency
          The cached value of the 'Urgency' attribute.
protected static UrgencyKind URGENCY_EDEFAULT
          The default value of the 'Urgency' attribute.
 
Constructor Summary
protected TimeSpecificationImpl()
           
 
Method Summary
 NotificationChain basicSetTransition(AbstractTransition newTransition, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getTimedConstraint()
           
 AbstractTransition getTransition()
           
 UrgencyKind getUrgency()
           
 void setTransition(AbstractTransition newTransition)
           
 void setUrgency(UrgencyKind newUrgency)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URGENCY_EDEFAULT

protected static final UrgencyKind URGENCY_EDEFAULT
The default value of the 'Urgency' attribute.

See Also:
getUrgency()

urgency

protected UrgencyKind urgency
The cached value of the 'Urgency' attribute.

See Also:
getUrgency()

timedConstraint

protected  timedConstraint
The cached value of the 'Timed Constraint' containment reference list.

See Also:
getTimedConstraint()
Constructor Detail

TimeSpecificationImpl

protected TimeSpecificationImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getUrgency

public UrgencyKind getUrgency()

Specified by:
getUrgency in interface TimeSpecification
Returns:
the value of the 'Urgency' attribute.
See Also:
UrgencyKind, TimeSpecification.setUrgency(UrgencyKind), TimePackage.getTimeSpecification_Urgency()

setUrgency

public void setUrgency(UrgencyKind newUrgency)

Specified by:
setUrgency in interface TimeSpecification
Parameters:
newUrgency - the new value of the 'Urgency' attribute.
See Also:
UrgencyKind, TimeSpecification.getUrgency()

getTransition

public AbstractTransition getTransition()

Specified by:
getTransition in interface TimeSpecification
Returns:
the value of the 'Transition' container reference.
See Also:
TimeSpecification.setTransition(AbstractTransition), TimePackage.getTimeSpecification_Transition(), AbstractTransition.getTimeSpecification()

basicSetTransition

public NotificationChain basicSetTransition(AbstractTransition newTransition,
                                            NotificationChain msgs)


setTransition

public void setTransition(AbstractTransition newTransition)

Specified by:
setTransition in interface TimeSpecification
Parameters:
newTransition - the new value of the 'Transition' container reference.
See Also:
TimeSpecification.getTransition()

getTimedConstraint

public  getTimedConstraint()

Specified by:
getTimedConstraint in interface TimeSpecification
Returns:
the value of the 'Timed Constraint' containment reference list.
See Also:
TimePackage.getTimeSpecification_TimedConstraint(), TimedConstraint.getTimeSpecification()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()