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

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
          extended by ujf.verimag.bip.Core.Behaviors.impl.PortDefinitionImpl
All Implemented Interfaces:
NamedElement, PortDefinition

public class PortDefinitionImpl
extends NamedElementImpl
implements PortDefinition

An implementation of the model object 'Port Definition'.

The following features are implemented:


Field Summary
protected   exposedVariable
          The cached value of the 'Exposed Variable' reference list.
protected  PortType type
          The cached value of the 'Type' reference.
 
Fields inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
name, NAME_EDEFAULT, scope, SCOPE_EDEFAULT
 
Constructor Summary
protected PortDefinitionImpl()
           
 
Method Summary
 PortType basicGetType()
           
 NotificationChain basicSetAtomType(AtomType newAtomType, NotificationChain msgs)
           
 NotificationChain basicSetConnectorType(ConnectorType newConnectorType, 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()
           
 ConnectorType getConnectorType()
           
  getExposedVariable()
           
 PortType getType()
           
 void setAtomType(AtomType newAtomType)
           
 void setConnectorType(ConnectorType newConnectorType)
           
 void setType(PortType newType)
           
 
Methods inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
getName, getScope, setName, setScope, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Field Detail

type

protected PortType type
The cached value of the 'Type' reference.

See Also:
getType()

exposedVariable

protected  exposedVariable
The cached value of the 'Exposed Variable' reference list.

See Also:
getExposedVariable()
Constructor Detail

PortDefinitionImpl

protected PortDefinitionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class NamedElementImpl

getAtomType

public AtomType getAtomType()

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

basicSetAtomType

public NotificationChain basicSetAtomType(AtomType newAtomType,
                                          NotificationChain msgs)


setAtomType

public void setAtomType(AtomType newAtomType)

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

getConnectorType

public ConnectorType getConnectorType()

Specified by:
getConnectorType in interface PortDefinition
Returns:
the value of the 'Connector Type' container reference.
See Also:
PortDefinition.setConnectorType(ConnectorType), BehaviorsPackage.getPortDefinition_ConnectorType(), ConnectorType.getPortDefinition()

basicSetConnectorType

public NotificationChain basicSetConnectorType(ConnectorType newConnectorType,
                                               NotificationChain msgs)


setConnectorType

public void setConnectorType(ConnectorType newConnectorType)

Specified by:
setConnectorType in interface PortDefinition
Parameters:
newConnectorType - the new value of the 'Connector Type' container reference.
See Also:
PortDefinition.getConnectorType()

getType

public PortType getType()

Specified by:
getType in interface PortDefinition
Returns:
the value of the 'Type' reference.
See Also:
PortDefinition.setType(PortType), BehaviorsPackage.getPortDefinition_Type()

basicGetType

public PortType basicGetType()


setType

public void setType(PortType newType)

Specified by:
setType in interface PortDefinition
Parameters:
newType - the new value of the 'Type' reference.
See Also:
PortDefinition.getType()

getExposedVariable

public  getExposedVariable()

Specified by:
getExposedVariable in interface PortDefinition
Returns:
the value of the 'Exposed Variable' reference list.
See Also:
BehaviorsPackage.getPortDefinition_ExposedVariable()

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)

Overrides:
eGet in class NamedElementImpl

eSet

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

Overrides:
eSet in class NamedElementImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class NamedElementImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class NamedElementImpl