g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IWorkflowPackage

All Known Implementing Classes:
WorkflowPackageImpl

public interface IWorkflowPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
IWorkflowFactory

Nested Class Summary
static interface IWorkflowPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static IWorkflowPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int IINPUT_PORT
          The meta object id for the 'IInput Port' class
static int IINPUT_PORT__FILE_NAME
          The feature id for the 'File Name' attribute
static int IINPUT_PORT__ID
          The feature id for the 'Id' attribute
static int IINPUT_PORT__LINKS
          The feature id for the 'Links' reference list
static int IINPUT_PORT__NAME
          The feature id for the 'Name' attribute
static int IINPUT_PORT__NODE
          The feature id for the 'Node' container reference
static int IINPUT_PORT_FEATURE_COUNT
          The number of structural features of the 'IInput Port' class
static int ILINK
          The meta object id for the 'ILink' class
static int ILINK__ID
          The feature id for the 'Id' attribute
static int ILINK__NAME
          The feature id for the 'Name' attribute
static int ILINK__SOURCE
          The feature id for the 'Source' reference
static int ILINK__TARGET
          The feature id for the 'Target' reference
static int ILINK__WORKFLOW
          The feature id for the 'Workflow' container reference
static int ILINK_FEATURE_COUNT
          The number of structural features of the 'ILink' class
static int IOUTPUT_PORT
          The meta object id for the 'IOutput Port' class
static int IOUTPUT_PORT__FILE_NAME
          The feature id for the 'File Name' attribute
static int IOUTPUT_PORT__ID
          The feature id for the 'Id' attribute
static int IOUTPUT_PORT__LINKS
          The feature id for the 'Links' reference list
static int IOUTPUT_PORT__NAME
          The feature id for the 'Name' attribute
static int IOUTPUT_PORT__NODE
          The feature id for the 'Node' container reference
static int IOUTPUT_PORT_FEATURE_COUNT
          The number of structural features of the 'IOutput Port' class
static int IPORT
          The meta object id for the 'IPort' class
static int IPORT__FILE_NAME
          The feature id for the 'File Name' attribute
static int IPORT__ID
          The feature id for the 'Id' attribute
static int IPORT__NAME
          The feature id for the 'Name' attribute
static int IPORT_FEATURE_COUNT
          The number of structural features of the 'IPort' class
static int IWORKFLOW
          The meta object id for the 'IWorkflow' class
static int IWORKFLOW__ID
          The feature id for the 'Id' attribute
static int IWORKFLOW__LINKS
          The feature id for the 'Links' containment reference list
static int IWORKFLOW__NAME
          The feature id for the 'Name' attribute
static int IWORKFLOW__NODES
          The feature id for the 'Nodes' containment reference list
static int IWORKFLOW_ELEMENT
          The meta object id for the 'IWorkflow Element' class
static int IWORKFLOW_ELEMENT__ID
          The feature id for the 'Id' attribute
static int IWORKFLOW_ELEMENT__NAME
          The feature id for the 'Name' attribute
static int IWORKFLOW_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'IWorkflow Element' class
static int IWORKFLOW_FEATURE_COUNT
          The number of structural features of the 'IWorkflow' class
static int IWORKFLOW_JOB
          The meta object id for the 'IWorkflow Job' class
static int IWORKFLOW_JOB__ID
          The feature id for the 'Id' attribute
static int IWORKFLOW_JOB__INPUTS
          The feature id for the 'Inputs' containment reference list
static int IWORKFLOW_JOB__IS_FINISH
          The feature id for the 'Is Finish' attribute
static int IWORKFLOW_JOB__IS_START
          The feature id for the 'Is Start' attribute
static int IWORKFLOW_JOB__JOB_DESCRIPTION
          The feature id for the 'Job Description' attribute
static int IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME
          The feature id for the 'Job Description File Name' attribute
static int IWORKFLOW_JOB__NAME
          The feature id for the 'Name' attribute
static int IWORKFLOW_JOB__OUTPUTS
          The feature id for the 'Outputs' containment reference list
static int IWORKFLOW_JOB__WORKFLOW
          The feature id for the 'Workflow' container reference
static int IWORKFLOW_JOB_FEATURE_COUNT
          The number of structural features of the 'IWorkflow Job' class
static int IWORKFLOW_NODE
          The meta object id for the 'IWorkflow Node' class
static int IWORKFLOW_NODE__ID
          The feature id for the 'Id' attribute
static int IWORKFLOW_NODE__INPUTS
          The feature id for the 'Inputs' containment reference list
static int IWORKFLOW_NODE__IS_FINISH
          The feature id for the 'Is Finish' attribute
static int IWORKFLOW_NODE__IS_START
          The feature id for the 'Is Start' attribute
static int IWORKFLOW_NODE__NAME
          The feature id for the 'Name' attribute
static int IWORKFLOW_NODE__OUTPUTS
          The feature id for the 'Outputs' containment reference list
static int IWORKFLOW_NODE__WORKFLOW
          The feature id for the 'Workflow' container reference
static int IWORKFLOW_NODE_FEATURE_COUNT
          The number of structural features of the 'IWorkflow Node' class
 
Method Summary
 EReference getIInputPort_Links()
          Returns the meta object for the reference list 'Links'
 EReference getIInputPort_Node()
          Returns the meta object for the container reference 'Node'
 EClass getIInputPort()
          Returns the meta object for class 'IInput Port'
 EReference getILink_Source()
          Returns the meta object for the reference 'Source'
 EReference getILink_Target()
          Returns the meta object for the reference 'Target'
 EReference getILink_Workflow()
          Returns the meta object for the container reference 'Workflow'
 EClass getILink()
          Returns the meta object for class 'ILink'
 EReference getIOutputPort_Links()
          Returns the meta object for the reference list 'Links'
 EReference getIOutputPort_Node()
          Returns the meta object for the container reference 'Node'
 EClass getIOutputPort()
          Returns the meta object for class 'IOutput Port'
 EAttribute getIPort_FileName()
          Returns the meta object for the attribute 'File Name'
 EClass getIPort()
          Returns the meta object for class 'IPort'
 EReference getIWorkflow_Links()
          Returns the meta object for the containment reference list 'Links'
 EReference getIWorkflow_Nodes()
          Returns the meta object for the containment reference list 'Nodes'
 EClass getIWorkflow()
          Returns the meta object for class 'IWorkflow'
 EAttribute getIWorkflowElement_Id()
          Returns the meta object for the attribute 'Id'
 EAttribute getIWorkflowElement_Name()
          Returns the meta object for the attribute 'Name'
 EClass getIWorkflowElement()
          Returns the meta object for class 'IWorkflow Element'
 EAttribute getIWorkflowJob_JobDescription()
          Returns the meta object for the attribute 'Job Description'
 EAttribute getIWorkflowJob_JobDescriptionFileName()
          Returns the meta object for the attribute 'Job Description File Name'
 EClass getIWorkflowJob()
          Returns the meta object for class 'IWorkflow Job'
 EReference getIWorkflowNode_Inputs()
          Returns the meta object for the containment reference list 'Inputs'
 EAttribute getIWorkflowNode_IsFinish()
          Returns the meta object for the attribute 'Is Finish'
 EAttribute getIWorkflowNode_IsStart()
          Returns the meta object for the attribute 'Is Start'
 EReference getIWorkflowNode_Outputs()
          Returns the meta object for the containment reference list 'Outputs'
 EReference getIWorkflowNode_Workflow()
          Returns the meta object for the container reference 'Workflow'
 EClass getIWorkflowNode()
          Returns the meta object for class 'IWorkflow Node'
 IWorkflowFactory getWorkflowFactory()
          Returns the factory that creates the instances of the model
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final IWorkflowPackage eINSTANCE
The singleton instance of the package.


IWORKFLOW_ELEMENT

static final int IWORKFLOW_ELEMENT
The meta object id for the 'IWorkflow Element' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowElementImpl, WorkflowPackageImpl.getIWorkflowElement(), Constant Field Values

IWORKFLOW_ELEMENT__NAME

static final int IWORKFLOW_ELEMENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IWORKFLOW_ELEMENT__ID

static final int IWORKFLOW_ELEMENT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IWORKFLOW_ELEMENT_FEATURE_COUNT

static final int IWORKFLOW_ELEMENT_FEATURE_COUNT
The number of structural features of the 'IWorkflow Element' class.

See Also:
Constant Field Values

IPORT

static final int IPORT
The meta object id for the 'IPort' class.

See Also:
eu.geclipse.workflow.impl.IPortImpl, WorkflowPackageImpl.getIPort(), Constant Field Values

IPORT__NAME

static final int IPORT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IPORT__ID

static final int IPORT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IPORT__FILE_NAME

static final int IPORT__FILE_NAME
The feature id for the 'File Name' attribute.

See Also:
Constant Field Values

IPORT_FEATURE_COUNT

static final int IPORT_FEATURE_COUNT
The number of structural features of the 'IPort' class.

See Also:
Constant Field Values

ILINK

static final int ILINK
The meta object id for the 'ILink' class.

See Also:
eu.geclipse.workflow.impl.ILinkImpl, WorkflowPackageImpl.getILink(), Constant Field Values

ILINK__NAME

static final int ILINK__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

ILINK__ID

static final int ILINK__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

ILINK__WORKFLOW

static final int ILINK__WORKFLOW
The feature id for the 'Workflow' container reference.

See Also:
Constant Field Values

ILINK__TARGET

static final int ILINK__TARGET
The feature id for the 'Target' reference.

See Also:
Constant Field Values

ILINK__SOURCE

static final int ILINK__SOURCE
The feature id for the 'Source' reference.

See Also:
Constant Field Values

ILINK_FEATURE_COUNT

static final int ILINK_FEATURE_COUNT
The number of structural features of the 'ILink' class.

See Also:
Constant Field Values

IINPUT_PORT

static final int IINPUT_PORT
The meta object id for the 'IInput Port' class.

See Also:
eu.geclipse.workflow.impl.IInputPortImpl, WorkflowPackageImpl.getIInputPort(), Constant Field Values

IINPUT_PORT__NAME

static final int IINPUT_PORT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IINPUT_PORT__ID

static final int IINPUT_PORT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IINPUT_PORT__FILE_NAME

static final int IINPUT_PORT__FILE_NAME
The feature id for the 'File Name' attribute.

See Also:
Constant Field Values

IINPUT_PORT__NODE

static final int IINPUT_PORT__NODE
The feature id for the 'Node' container reference.

See Also:
Constant Field Values

IINPUT_PORT__LINKS

static final int IINPUT_PORT__LINKS
The feature id for the 'Links' reference list.

See Also:
Constant Field Values

IINPUT_PORT_FEATURE_COUNT

static final int IINPUT_PORT_FEATURE_COUNT
The number of structural features of the 'IInput Port' class.

See Also:
Constant Field Values

IOUTPUT_PORT

static final int IOUTPUT_PORT
The meta object id for the 'IOutput Port' class.

See Also:
eu.geclipse.workflow.impl.IOutputPortImpl, WorkflowPackageImpl.getIOutputPort(), Constant Field Values

IOUTPUT_PORT__NAME

static final int IOUTPUT_PORT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IOUTPUT_PORT__ID

static final int IOUTPUT_PORT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IOUTPUT_PORT__FILE_NAME

static final int IOUTPUT_PORT__FILE_NAME
The feature id for the 'File Name' attribute.

See Also:
Constant Field Values

IOUTPUT_PORT__NODE

static final int IOUTPUT_PORT__NODE
The feature id for the 'Node' container reference.

See Also:
Constant Field Values

IOUTPUT_PORT__LINKS

static final int IOUTPUT_PORT__LINKS
The feature id for the 'Links' reference list.

See Also:
Constant Field Values

IOUTPUT_PORT_FEATURE_COUNT

static final int IOUTPUT_PORT_FEATURE_COUNT
The number of structural features of the 'IOutput Port' class.

See Also:
Constant Field Values

IWORKFLOW

static final int IWORKFLOW
The meta object id for the 'IWorkflow' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowImpl, WorkflowPackageImpl.getIWorkflow(), Constant Field Values

IWORKFLOW__NAME

static final int IWORKFLOW__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IWORKFLOW__ID

static final int IWORKFLOW__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IWORKFLOW__NODES

static final int IWORKFLOW__NODES
The feature id for the 'Nodes' containment reference list.

See Also:
Constant Field Values

IWORKFLOW__LINKS

static final int IWORKFLOW__LINKS
The feature id for the 'Links' containment reference list.

See Also:
Constant Field Values

IWORKFLOW_FEATURE_COUNT

static final int IWORKFLOW_FEATURE_COUNT
The number of structural features of the 'IWorkflow' class.

See Also:
Constant Field Values

IWORKFLOW_NODE

static final int IWORKFLOW_NODE
The meta object id for the 'IWorkflow Node' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowNodeImpl, WorkflowPackageImpl.getIWorkflowNode(), Constant Field Values

IWORKFLOW_NODE__NAME

static final int IWORKFLOW_NODE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IWORKFLOW_NODE__ID

static final int IWORKFLOW_NODE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IWORKFLOW_NODE__WORKFLOW

static final int IWORKFLOW_NODE__WORKFLOW
The feature id for the 'Workflow' container reference.

See Also:
Constant Field Values

IWORKFLOW_NODE__OUTPUTS

static final int IWORKFLOW_NODE__OUTPUTS
The feature id for the 'Outputs' containment reference list.

See Also:
Constant Field Values

IWORKFLOW_NODE__INPUTS

static final int IWORKFLOW_NODE__INPUTS
The feature id for the 'Inputs' containment reference list.

See Also:
Constant Field Values

IWORKFLOW_NODE__IS_START

static final int IWORKFLOW_NODE__IS_START
The feature id for the 'Is Start' attribute.

See Also:
Constant Field Values

IWORKFLOW_NODE__IS_FINISH

static final int IWORKFLOW_NODE__IS_FINISH
The feature id for the 'Is Finish' attribute.

See Also:
Constant Field Values

IWORKFLOW_NODE_FEATURE_COUNT

static final int IWORKFLOW_NODE_FEATURE_COUNT
The number of structural features of the 'IWorkflow Node' class.

See Also:
Constant Field Values

IWORKFLOW_JOB

static final int IWORKFLOW_JOB
The meta object id for the 'IWorkflow Job' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowJobImpl, WorkflowPackageImpl.getIWorkflowJob(), Constant Field Values

IWORKFLOW_JOB__NAME

static final int IWORKFLOW_JOB__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB__ID

static final int IWORKFLOW_JOB__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB__WORKFLOW

static final int IWORKFLOW_JOB__WORKFLOW
The feature id for the 'Workflow' container reference.

See Also:
Constant Field Values

IWORKFLOW_JOB__OUTPUTS

static final int IWORKFLOW_JOB__OUTPUTS
The feature id for the 'Outputs' containment reference list.

See Also:
Constant Field Values

IWORKFLOW_JOB__INPUTS

static final int IWORKFLOW_JOB__INPUTS
The feature id for the 'Inputs' containment reference list.

See Also:
Constant Field Values

IWORKFLOW_JOB__IS_START

static final int IWORKFLOW_JOB__IS_START
The feature id for the 'Is Start' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB__IS_FINISH

static final int IWORKFLOW_JOB__IS_FINISH
The feature id for the 'Is Finish' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB__JOB_DESCRIPTION

static final int IWORKFLOW_JOB__JOB_DESCRIPTION
The feature id for the 'Job Description' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME

static final int IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME
The feature id for the 'Job Description File Name' attribute.

See Also:
Constant Field Values

IWORKFLOW_JOB_FEATURE_COUNT

static final int IWORKFLOW_JOB_FEATURE_COUNT
The number of structural features of the 'IWorkflow Job' class.

See Also:
Constant Field Values
Method Detail

getIPort

EClass getIPort()
Returns the meta object for class 'IPort'.

Returns:
the meta object for class 'IPort'.
See Also:
eu.geclipse.workflow.IPort

getIPort_FileName

EAttribute getIPort_FileName()
Returns the meta object for the attribute 'File Name'.

Returns:
the meta object for the attribute 'File Name'.
See Also:
eu.geclipse.workflow.IPort#getFileName(), getIPort()

getILink

EClass getILink()
Returns the meta object for class 'ILink'.

Returns:
the meta object for class 'ILink'.
See Also:
eu.geclipse.workflow.ILink

getILink_Workflow

EReference getILink_Workflow()
Returns the meta object for the container reference 'Workflow'.

Returns:
the meta object for the container reference 'Workflow'.
See Also:
eu.geclipse.workflow.ILink#getWorkflow(), getILink()

getILink_Target

EReference getILink_Target()
Returns the meta object for the reference 'Target'.

Returns:
the meta object for the reference 'Target'.
See Also:
eu.geclipse.workflow.ILink#getTarget(), getILink()

getILink_Source

EReference getILink_Source()
Returns the meta object for the reference 'Source'.

Returns:
the meta object for the reference 'Source'.
See Also:
eu.geclipse.workflow.ILink#getSource(), getILink()

getIInputPort

EClass getIInputPort()
Returns the meta object for class 'IInput Port'.

Returns:
the meta object for class 'IInput Port'.
See Also:
eu.geclipse.workflow.IInputPort

getIInputPort_Node

EReference getIInputPort_Node()
Returns the meta object for the container reference 'Node'.

Returns:
the meta object for the container reference 'Node'.
See Also:
eu.geclipse.workflow.IInputPort#getNode(), getIInputPort()

getIInputPort_Links

EReference getIInputPort_Links()
Returns the meta object for the reference list 'Links'.

Returns:
the meta object for the reference list 'Links'.
See Also:
eu.geclipse.workflow.IInputPort#getLinks(), getIInputPort()

getIOutputPort

EClass getIOutputPort()
Returns the meta object for class 'IOutput Port'.

Returns:
the meta object for class 'IOutput Port'.
See Also:
eu.geclipse.workflow.IOutputPort

getIOutputPort_Node

EReference getIOutputPort_Node()
Returns the meta object for the container reference 'Node'.

Returns:
the meta object for the container reference 'Node'.
See Also:
eu.geclipse.workflow.IOutputPort#getNode(), getIOutputPort()

getIOutputPort_Links

EReference getIOutputPort_Links()
Returns the meta object for the reference list 'Links'.

Returns:
the meta object for the reference list 'Links'.
See Also:
eu.geclipse.workflow.IOutputPort#getLinks(), getIOutputPort()

getIWorkflow

EClass getIWorkflow()
Returns the meta object for class 'IWorkflow'.

Returns:
the meta object for class 'IWorkflow'.
See Also:
eu.geclipse.workflow.IWorkflow

getIWorkflow_Nodes

EReference getIWorkflow_Nodes()
Returns the meta object for the containment reference list 'Nodes'.

Returns:
the meta object for the containment reference list 'Nodes'.
See Also:
eu.geclipse.workflow.IWorkflow#getNodes(), getIWorkflow()

getIWorkflow_Links

EReference getIWorkflow_Links()
Returns the meta object for the containment reference list 'Links'.

Returns:
the meta object for the containment reference list 'Links'.
See Also:
eu.geclipse.workflow.IWorkflow#getLinks(), getIWorkflow()

getIWorkflowJob

EClass getIWorkflowJob()
Returns the meta object for class 'IWorkflow Job'.

Returns:
the meta object for class 'IWorkflow Job'.
See Also:
eu.geclipse.workflow.IWorkflowJob

getIWorkflowJob_JobDescription

EAttribute getIWorkflowJob_JobDescription()
Returns the meta object for the attribute 'Job Description'.

Returns:
the meta object for the attribute 'Job Description'.
See Also:
eu.geclipse.workflow.IWorkflowJob#getJobDescription(), getIWorkflowJob()

getIWorkflowJob_JobDescriptionFileName

EAttribute getIWorkflowJob_JobDescriptionFileName()
Returns the meta object for the attribute 'Job Description File Name'.

Returns:
the meta object for the attribute 'Job Description File Name'.
See Also:
eu.geclipse.workflow.IWorkflowJob#getJobDescriptionFileName(), getIWorkflowJob()

getIWorkflowElement

EClass getIWorkflowElement()
Returns the meta object for class 'IWorkflow Element'.

Returns:
the meta object for class 'IWorkflow Element'.
See Also:
eu.geclipse.workflow.IWorkflowElement

getIWorkflowElement_Name

EAttribute getIWorkflowElement_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
eu.geclipse.workflow.IWorkflowElement#getName(), getIWorkflowElement()

getIWorkflowElement_Id

EAttribute getIWorkflowElement_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
eu.geclipse.workflow.IWorkflowElement#getId(), getIWorkflowElement()

getIWorkflowNode

EClass getIWorkflowNode()
Returns the meta object for class 'IWorkflow Node'.

Returns:
the meta object for class 'IWorkflow Node'.
See Also:
eu.geclipse.workflow.IWorkflowNode

getIWorkflowNode_Workflow

EReference getIWorkflowNode_Workflow()
Returns the meta object for the container reference 'Workflow'.

Returns:
the meta object for the container reference 'Workflow'.
See Also:
eu.geclipse.workflow.IWorkflowNode#getWorkflow(), getIWorkflowNode()

getIWorkflowNode_Outputs

EReference getIWorkflowNode_Outputs()
Returns the meta object for the containment reference list 'Outputs'.

Returns:
the meta object for the containment reference list 'Outputs'.
See Also:
eu.geclipse.workflow.IWorkflowNode#getOutputs(), getIWorkflowNode()

getIWorkflowNode_Inputs

EReference getIWorkflowNode_Inputs()
Returns the meta object for the containment reference list 'Inputs'.

Returns:
the meta object for the containment reference list 'Inputs'.
See Also:
eu.geclipse.workflow.IWorkflowNode#getInputs(), getIWorkflowNode()

getIWorkflowNode_IsStart

EAttribute getIWorkflowNode_IsStart()
Returns the meta object for the attribute 'Is Start'.

Returns:
the meta object for the attribute 'Is Start'.
See Also:
eu.geclipse.workflow.IWorkflowNode#isIsStart(), getIWorkflowNode()

getIWorkflowNode_IsFinish

EAttribute getIWorkflowNode_IsFinish()
Returns the meta object for the attribute 'Is Finish'.

Returns:
the meta object for the attribute 'Is Finish'.
See Also:
eu.geclipse.workflow.IWorkflowNode#isIsFinish(), getIWorkflowNode()

getWorkflowFactory

IWorkflowFactory getWorkflowFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

g-Eclipse
Release 1.0.0