public interface Activity extends NamedElement
The following features are supported:
SANModelPackage.getActivity()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<java.lang.String> |
getCase()
Returns the value of the 'Case' attribute list.
|
org.eclipse.emf.common.util.EList<OutputGate> |
getOutputGate()
Returns the value of the 'Output Gate' reference list.
|
org.eclipse.emf.common.util.EList<Place> |
getPlace()
Returns the value of the 'Place' reference list.
|
org.eclipse.emf.common.util.EList<ActivityPlaceCase> |
getPlacecase()
Returns the value of the 'Placecase' containment reference list.
|
getName, setName, validate
getX, getY, setX, setY
org.eclipse.emf.common.util.EList<Place> getPlace()
Place
.
If the meaning of the 'Place' reference list isn't clear, there really should be more of a description here...
SANModelPackage.getActivity_Place()
org.eclipse.emf.common.util.EList<OutputGate> getOutputGate()
OutputGate
.
If the meaning of the 'Output Gate' reference list isn't clear, there really should be more of a description here...
SANModelPackage.getActivity_OutputGate()
org.eclipse.emf.common.util.EList<java.lang.String> getCase()
String
.
If the meaning of the 'Case' attribute list isn't clear, there really should be more of a description here...
SANModelPackage.getActivity_Case()
org.eclipse.emf.common.util.EList<ActivityPlaceCase> getPlacecase()
ActivityPlaceCase
.
If the meaning of the 'Placecase' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getActivity_Placecase()