public class MPool extends MAssociationTarget
Constructor and Description |
---|
MPool() |
Modifier and Type | Method and Description |
---|---|
void |
addActivity(MActivity activity)
Add an activity.
|
void |
addArtifact(MArtifact artifact)
Add an artifact.
|
void |
addLane(MLane lane)
Add a lane.
|
void |
addSequenceEdge(MSequenceEdge edge)
Add a sequence edge.
|
List |
getActivities()
Get the activities.
|
List |
getArtifacts()
Get the artifacts.
|
List |
getLanes()
Get the lanes.
|
List |
getSequenceEdges()
Get the sequence edges.
|
List<MActivity> |
getStartActivities()
Get all start activities of the pool.
|
String |
getType()
Get the type.
|
void |
removeActivity(MActivity activity)
Remove an activity.
|
void |
removeArtifact(MArtifact artifact)
Remove an artifact.
|
void |
removeLane(MLane lane)
Remove a lane.
|
void |
removeSequenceEdge(MSequenceEdge edge)
Remove a sequence edge.
|
void |
setType(String type)
Set the type.
|
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescription
getDescription, getName, getPropertyNames, getPropertyValue, hasPropertyValue, setDescription, setName, setPropertyValue
addAnnotation, getAnnotations
getId, setId
public List getActivities()
public void addActivity(MActivity activity)
activity
- The activity.public void removeActivity(MActivity activity)
activity
- The activity.public List getSequenceEdges()
public void addSequenceEdge(MSequenceEdge edge)
edge
- The edge.public void removeSequenceEdge(MSequenceEdge edge)
edge
- The edge.public List getLanes()
public void addLane(MLane lane)
lane
- The lane.public void removeLane(MLane lane)
lane
- The lane.public List getArtifacts()
public void addArtifact(MArtifact artifact)
artifact
- The artifact.public void removeArtifact(MArtifact artifact)
artifact
- The artifact.public String getType()
public void setType(String type)
type
- The type to set.Copyright © 2012. All Rights Reserved.