Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes

de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl Class Reference

List of all members.

Public Member Functions

Object eGet (int featureID, boolean resolve, boolean coreType)
NotificationChain eInverseRemove (InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean eIsSet (int featureID)
void eSet (int featureID, Object newValue)
void eUnset (int featureID)
EList< FunctionConnectorgetConnector ()
EList< FunctionPortgetPort ()
EList< PortGroupgetPortGroup ()
boolean isIsElementary ()
void setIsElementary (boolean newIsElementary)
String toString ()

Protected Member Functions

EClass eStaticClass ()
 FunctionTypeImpl ()

Protected Attributes

EList< FunctionConnectorconnector
boolean isElementary = IS_ELEMENTARY_EDEFAULT
EList< FunctionPortport
EList< PortGroupportGroup

Static Protected Attributes

static final boolean IS_ELEMENTARY_EDEFAULT = false

Detailed Description

An implementation of the model object 'Function Type'.

The following features are implemented:


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.FunctionTypeImpl (  )  [protected]

Member Function Documentation

Object de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eGet ( int  featureID,
boolean  resolve,
boolean  coreType 
)
NotificationChain de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eInverseRemove ( InternalEObject  otherEnd,
int  featureID,
NotificationChain  msgs 
)
boolean de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eIsSet ( int  featureID  ) 
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eSet ( int  featureID,
Object  newValue 
)
EClass de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eStaticClass (  )  [protected]
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.eUnset ( int  featureID  ) 
EList<FunctionConnector> de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.getConnector (  ) 
EList<FunctionPort> de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.getPort (  ) 
EList<PortGroup> de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.getPortGroup (  ) 
boolean de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.isIsElementary (  ) 
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.setIsElementary ( boolean  newIsElementary  ) 
String de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionTypeImpl.toString (  ) 

Member Data Documentation

The cached value of the 'Connector' containment reference list.

See also:
getConnector()

The default value of the 'Is Elementary' attribute.

See also:
isIsElementary()

The cached value of the 'Is Elementary' attribute.

See also:
isIsElementary()

The cached value of the 'Port' containment reference list.

See also:
getPort()

The cached value of the 'Port Group' containment reference list.

See also:
getPortGroup()