public class MLane extends MAssociationTarget
Constructor and Description |
---|
MLane() |
Modifier and Type | Method and Description |
---|---|
void |
addActivity(MActivity activity)
Add an activity.
|
List |
getActivities()
Get the activities.
|
String |
getActivitiesDescription()
Get the activities description.
|
List |
getAssociations()
Get the associations.
|
MLane |
getLane()
Get the parent lane of the lane (if any).
|
String |
getType()
Get the type.
|
void |
removeActivity(MActivity activity)
Remove an activity.
|
void |
setActivitiesDescription(String activitiesdescription)
Set the activities description.
|
void |
setLane(MLane lane)
Set the parent lane of the lane.
|
void |
setType(String type)
Set the type.
|
addAssociation, getAssociationsDescription, removeAssociation, setAssociationsDescription
getDescription, getName, getPropertyNames, getPropertyValue, hasPropertyValue, setDescription, setName, setPropertyValue
addAnnotation, getAnnotations
getId, setId
public String getActivitiesDescription()
public void setActivitiesDescription(String activitiesdescription)
activitiesdescription
- The activities description to set.public List getActivities()
public void addActivity(MActivity activity)
activity
- The activity.public void removeActivity(MActivity activity)
activity
- The activity.public String getType()
public void setType(String type)
type
- The type to set.public List getAssociations()
getAssociations
in class MAssociationTarget
public MLane getLane()
public void setLane(MLane lane)
lane
- The parent lane of the lane.Copyright © 2012. All Rights Reserved.