ujf.verimag.bip.Core.Behaviors.impl
Class BehaviorImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.BehaviorImpl
All Implemented Interfaces:
Behavior
Direct Known Subclasses:
PetriNetImpl

public abstract class BehaviorImpl
extends EObjectImpl
implements Behavior

An implementation of the model object 'Behavior'.

The following features are implemented:


Constructor Summary
protected BehaviorImpl()
           
 
Method Summary
 NotificationChain basicSetAtomType(AtomType newAtomType, 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)
           
 AtomType getAtomType()
           
 void setAtomType(AtomType newAtomType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorImpl

protected BehaviorImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getAtomType

public AtomType getAtomType()

Specified by:
getAtomType in interface Behavior
Returns:
the value of the 'Atom Type' container reference.
See Also:
Behavior.setAtomType(AtomType), BehaviorsPackage.getBehavior_AtomType(), AtomType.getBehavior()

basicSetAtomType

public NotificationChain basicSetAtomType(AtomType newAtomType,
                                          NotificationChain msgs)


setAtomType

public void setAtomType(AtomType newAtomType)

Specified by:
setAtomType in interface Behavior
Parameters:
newAtomType - the new value of the 'Atom Type' container reference.
See Also:
Behavior.getAtomType()

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)