Uses of Interface
com.ibm.xtools.bpmn2.Artifact

Packages that use Artifact
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Artifact in com.ibm.xtools.bpmn2
 

Subinterfaces of Artifact in com.ibm.xtools.bpmn2
 interface Association
          A representation of the model object 'Association'.
 interface Group
          A representation of the model object 'Group'.
 interface TextAnnotation
          A representation of the model object 'Text Annotation'.
 

Methods in com.ibm.xtools.bpmn2 that return Artifact
 Artifact DocumentRoot.getArtifact()
          Returns the value of the 'Artifact' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Artifact
 org.eclipse.emf.common.util.EList<Artifact> SubChoreography.getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 org.eclipse.emf.common.util.EList<Artifact> Process.getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 org.eclipse.emf.common.util.EList<Artifact> SubProcess.getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 org.eclipse.emf.common.util.EList<Artifact> Collaboration.getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Artifact
 void DocumentRoot.setArtifact(Artifact value)
          Sets the value of the 'Artifact' containment reference.
 

Uses of Artifact in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Artifact
 T Bpmn2Switch.caseArtifact(Artifact object)
          Returns the result of interpreting the object as an instance of 'Artifact'.