|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataflowPackage
The Package for the model. It contains accessors for the meta objects to represent
DataflowFactory
kind | = | package |
Nested Class Summary | |
---|---|
static interface |
DataflowPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static int |
BOX
The meta object id for the ' Box ' class. |
static int |
BOX__BOXES
The feature id for the 'Boxes' containment reference list. |
static int |
BOX__CONNECTIONS
The feature id for the 'Connections' containment reference list. |
static int |
BOX__INPUTS
The feature id for the 'Inputs' containment reference list. |
static int |
BOX__NAME
The feature id for the 'Name' attribute. |
static int |
BOX__OUTPUTS
The feature id for the 'Outputs' containment reference list. |
static int |
BOX_FEATURE_COUNT
The number of structural features of the 'Box' class. |
static int |
CONNECTION
The meta object id for the ' Connection ' class. |
static int |
CONNECTION__SOURCE_PORT
The feature id for the 'Source Port' reference. |
static int |
CONNECTION__TARGET_PORT
The feature id for the 'Target Port' reference. |
static int |
CONNECTION_FEATURE_COUNT
The number of structural features of the 'Connection' class. |
static int |
DATAFLOW_MODEL
The meta object id for the ' Model ' class. |
static int |
DATAFLOW_MODEL__BOXES
The feature id for the 'Boxes' containment reference list. |
static int |
DATAFLOW_MODEL__CONNECTIONS
The feature id for the 'Connections' containment reference list. |
static int |
DATAFLOW_MODEL__NAME
The feature id for the 'Name' attribute. |
static int |
DATAFLOW_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class. |
static DataflowPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
INPUT_PORT
The meta object id for the ' Input Port ' class. |
static int |
INPUT_PORT__NAME
The feature id for the 'Name' attribute. |
static int |
INPUT_PORT__PARENT_BOX
The feature id for the 'Parent Box' container reference. |
static int |
INPUT_PORT_FEATURE_COUNT
The number of structural features of the 'Input Port' class. |
static int |
OUTPUT_PORT
The meta object id for the ' Output Port ' class. |
static int |
OUTPUT_PORT__NAME
The feature id for the 'Name' attribute. |
static int |
OUTPUT_PORT__PARENT_BOX
The feature id for the 'Parent Box' container reference. |
static int |
OUTPUT_PORT_FEATURE_COUNT
The number of structural features of the 'Output Port' class. |
static int |
PORT
The meta object id for the ' Port ' class. |
static int |
PORT__NAME
The feature id for the 'Name' attribute. |
static int |
PORT_FEATURE_COUNT
The number of structural features of the 'Port' class. |
Method Summary | |
---|---|
EReference |
getBox_Inputs()
Returns the meta object for the containment reference list ' Inputs '. |
EReference |
getBox_Outputs()
Returns the meta object for the containment reference list ' Outputs '. |
EClass |
getBox()
Returns the meta object for class ' Box '. |
EReference |
getConnection_SourcePort()
Returns the meta object for the reference ' Source Port '. |
EReference |
getConnection_TargetPort()
Returns the meta object for the reference ' Target Port '. |
EClass |
getConnection()
Returns the meta object for class ' Connection '. |
DataflowFactory |
getDataflowFactory()
Returns the factory that creates the instances of the model. |
EReference |
getDataflowModel_Boxes()
Returns the meta object for the containment reference list ' Boxes '. |
EReference |
getDataflowModel_Connections()
Returns the meta object for the containment reference list ' Connections '. |
EAttribute |
getDataflowModel_Name()
Returns the meta object for the attribute ' Name '. |
EClass |
getDataflowModel()
Returns the meta object for class ' Model '. |
EReference |
getInputPort_ParentBox()
Returns the meta object for the container reference ' Parent Box '. |
EClass |
getInputPort()
Returns the meta object for class ' Input Port '. |
EReference |
getOutputPort_ParentBox()
Returns the meta object for the container reference ' Parent Box '. |
EClass |
getOutputPort()
Returns the meta object for class ' Output Port '. |
EAttribute |
getPort_Name()
Returns the meta object for the attribute ' Name '. |
EClass |
getPort()
Returns the meta object for class ' Port '. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final DataflowPackage eINSTANCE
static final int DATAFLOW_MODEL
Model
' class.
DataflowModelImpl
,
DataflowPackageImpl.getDataflowModel()
,
Constant Field Valuesstatic final int DATAFLOW_MODEL__NAME
static final int DATAFLOW_MODEL__BOXES
static final int DATAFLOW_MODEL__CONNECTIONS
static final int DATAFLOW_MODEL_FEATURE_COUNT
static final int BOX
Box
' class.
BoxImpl
,
DataflowPackageImpl.getBox()
,
Constant Field Valuesstatic final int BOX__NAME
static final int BOX__BOXES
static final int BOX__CONNECTIONS
static final int BOX__INPUTS
static final int BOX__OUTPUTS
static final int BOX_FEATURE_COUNT
static final int CONNECTION
Connection
' class.
ConnectionImpl
,
DataflowPackageImpl.getConnection()
,
Constant Field Valuesstatic final int CONNECTION__SOURCE_PORT
static final int CONNECTION__TARGET_PORT
static final int CONNECTION_FEATURE_COUNT
static final int PORT
Port
' class.
PortImpl
,
DataflowPackageImpl.getPort()
,
Constant Field Valuesstatic final int PORT__NAME
static final int PORT_FEATURE_COUNT
static final int INPUT_PORT
Input Port
' class.
InputPortImpl
,
DataflowPackageImpl.getInputPort()
,
Constant Field Valuesstatic final int INPUT_PORT__NAME
static final int INPUT_PORT__PARENT_BOX
static final int INPUT_PORT_FEATURE_COUNT
static final int OUTPUT_PORT
Output Port
' class.
OutputPortImpl
,
DataflowPackageImpl.getOutputPort()
,
Constant Field Valuesstatic final int OUTPUT_PORT__NAME
static final int OUTPUT_PORT__PARENT_BOX
static final int OUTPUT_PORT_FEATURE_COUNT
Method Detail |
---|
EClass getDataflowModel()
Model
'.
DataflowModel
EAttribute getDataflowModel_Name()
Name
'.
DataflowModel.getName()
,
getDataflowModel()
EReference getDataflowModel_Boxes()
Boxes
'.
DataflowModel.getBoxes()
,
getDataflowModel()
EReference getDataflowModel_Connections()
Connections
'.
DataflowModel.getConnections()
,
getDataflowModel()
EClass getBox()
Box
'.
Box
EReference getBox_Inputs()
Inputs
'.
Box.getInputs()
,
getBox()
EReference getBox_Outputs()
Outputs
'.
Box.getOutputs()
,
getBox()
EClass getConnection()
Connection
'.
Connection
EReference getConnection_SourcePort()
Source Port
'.
Connection.getSourcePort()
,
getConnection()
EReference getConnection_TargetPort()
Target Port
'.
Connection.getTargetPort()
,
getConnection()
EClass getPort()
Port
'.
Port
EAttribute getPort_Name()
Name
'.
Port.getName()
,
getPort()
EClass getInputPort()
Input Port
'.
InputPort
EReference getInputPort_ParentBox()
Parent Box
'.
InputPort.getParentBox()
,
getInputPort()
EClass getOutputPort()
Output Port
'.
OutputPort
EReference getOutputPort_ParentBox()
Parent Box
'.
OutputPort.getParentBox()
,
getOutputPort()
DataflowFactory getDataflowFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |