public abstract class GActivity extends ModelObject
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
GActivity()
The default constructor.
|
GActivity(GActivity act)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
identifyInvolvedRoles(Set<Role> roles)
This method builds up the set of roles involved in the global
activity.
|
abstract boolean |
isRoleInvolved(RoleDecl role)
This method determines whether the supplied role is 'involved'
in this global activity.
|
abstract void |
visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParent, toTextpublic GActivity()
public GActivity(GActivity act)
act - The activitypublic abstract boolean isRoleInvolved(RoleDecl role)
r - The rolepublic abstract void identifyInvolvedRoles(Set<Role> roles)
roles - The set of involved rolespublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitorpublic abstract void visit(GVisitor visitor)
visitor - The visitorCopyright © 2014. All Rights Reserved.