|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Activity'. An activity contains a language-specific text string used to describe a computation, and an optional specification of the language. OCL, natural language, or programming languages may be used to specify an activity.
The following features are supported:
UML2Package.getActivity()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ActivityEdge |
createEdge(EClass eClass)
Creates a ActivityEdge and appends it to the 'Edge' containment reference list |
ActivityGroup |
createGroup(EClass eClass)
Creates a ActivityGroup and appends it to the 'Group' containment reference list |
ActivityNode |
createNode(EClass eClass)
Creates a ActivityNode and appends it to the 'Node' containment reference list |
Action |
getAction(String unqualifiedName)
Retrieves the Action with the specified name from the 'Action' reference list |
EList |
getActions()
Returns the value of the 'Action' reference list. |
String |
getBody()
Returns the value of the 'Body' attribute. |
ActivityEdge |
getEdge(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Edge' containment reference list |
EList |
getEdges()
Returns the value of the 'Edge' containment reference list. |
EList |
getGroups()
Returns the value of the 'Group' containment reference list. |
String |
getLanguage()
Returns the value of the 'Language' attribute. |
ActivityNode |
getNode(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Node' containment reference list |
EList |
getNodes()
Returns the value of the 'Node' containment reference list. |
EList |
getOwnedElements()
|
StructuredActivityNode |
getStructuredNode(String unqualifiedName)
Retrieves the StructuredActivityNode with the specified name from the 'Structured Node' reference list |
EList |
getStructuredNodes()
Returns the value of the 'Structured Node' reference list. |
boolean |
isReadOnly()
Returns the value of the 'Is Read Only' attribute. |
boolean |
isSingleExecution()
Returns the value of the 'Is Single Execution' attribute |
void |
setBody(String value)
Sets the value of the ' Body ' attribute |
void |
setIsReadOnly(boolean value)
Sets the value of the ' Is Read Only ' attribute |
void |
setIsSingleExecution(boolean value)
Sets the value of the ' Is Single Execution ' attribute |
void |
setLanguage(String value)
Sets the value of the ' Language ' attribute |
Methods inherited from interface org.eclipse.uml2.Class |
createNestedClassifier, createOwnedOperation, createOwnedReception, getAttributes, getExtension, getExtensions, getFeatures, getGenerals, getNestedClassifier, getNestedClassifiers, getOwnedAttributes, getOwnedOperation, getOwnedOperations, getOwnedReception, getOwnedReceptions, getSuperClass, getSuperClasses, inherit, isAbstract, isActive, isMetaclass, setIsAbstract, setIsActive |
Methods inherited from interface org.eclipse.uml2.Namespace |
createElementImport, createOwnedRule, createPackageImport, excludeCollisions, getElementImports, getImportedMember, getImportedMembers, getImportedPackages, getMember, getNamesOfMember, getOwnedRule, getPackageImports, importedMember, importElement, importMembers, importPackage, membersAreDistinguishable, validateImportedMemberDerived, validateMembersAreDistinguishable |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.Type |
conformsTo, createAssociation, getNamespace, getPackage |
Methods inherited from interface org.eclipse.uml2.PackageableElement |
getPackageableElement_visibility, getVisibility, setPackageableElement_visibility, setVisibility |
Methods inherited from interface org.eclipse.uml2.ParameterableElement |
getOwner, getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
Methods inherited from interface org.eclipse.uml2.RedefinableElement |
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.EncapsulatedClassifier |
createOwnedPort, getOwnedPort, getOwnedPorts |
Methods inherited from interface org.eclipse.uml2.StructuredClassifier |
createOwnedAttribute, createOwnedConnector, getMembers, getOwnedAttribute, getOwnedConnector, getOwnedConnectors, getPart, getParts, getRole, getRoles |
Field Detail |
public static final String copyright
Method Detail |
public String getBody()
""
.
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
A textual representation of the computation in the surface language determined by the language attribute.
setBody(String)
,
UML2Package.getActivity_Body()
public void setBody(String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
public String getLanguage()
""
.
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
Specifies the language in which the body of the activity is stated. The interpretation of the expression body depends on the language.
setLanguage(String)
,
UML2Package.getActivity_Language()
public void setLanguage(String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
public boolean isReadOnly()
"false"
.
If the meaning of the 'Is Read Only' attribute isn't clear, there really should be more of a description here...
setIsReadOnly(boolean)
,
UML2Package.getActivity_IsReadOnly()
public void setIsReadOnly(boolean value)
Is Read Only
' attribute.
value
- the new value of the 'Is Read Only' attribute.isReadOnly()
public boolean isSingleExecution()
If the meaning of the 'Is Single Execution' attribute isn't clear, there really should be more of a description here...
setIsSingleExecution(boolean)
,
UML2Package.getActivity_IsSingleExecution()
public void setIsSingleExecution(boolean value)
Is Single Execution
' attribute.
value
- the new value of the 'Is Single Execution' attribute.isSingleExecution()
public EList getEdges()
ActivityEdge
.
It is bidirectional and its opposite is 'Activity
'.
If the meaning of the 'Edge' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getActivity_Edge()
,
ActivityEdge.getActivity()
public ActivityEdge getEdge(String unqualifiedName)
ActivityEdge
with the specified name from the 'Edge' containment reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getEdges()
public ActivityEdge createEdge(EClass eClass)
ActivityEdge
and appends it to the 'Edge' containment reference list.
eClass
- The Ecore class of the ActivityEdge
to create.
ActivityEdge
.getEdges()
public EList getGroups()
ActivityGroup
.
It is bidirectional and its opposite is 'Activity Group activity
'.
If the meaning of the 'Group' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getActivity_Group()
,
ActivityGroup.getActivityGroup_activity()
public ActivityGroup createGroup(EClass eClass)
ActivityGroup
and appends it to the 'Group' containment reference list.
eClass
- The Ecore class of the ActivityGroup
to create.
ActivityGroup
.getGroups()
public EList getNodes()
ActivityNode
.
It is bidirectional and its opposite is 'Activity
'.
If the meaning of the 'Node' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getActivity_Node()
,
ActivityNode.getActivity()
public ActivityNode getNode(String unqualifiedName)
ActivityNode
with the specified name from the 'Node' containment reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getNodes()
public ActivityNode createNode(EClass eClass)
ActivityNode
and appends it to the 'Node' containment reference list.
eClass
- The Ecore class of the ActivityNode
to create.
ActivityNode
.getNodes()
public EList getActions()
Action
.
If the meaning of the 'Action' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivity_Action()
public Action getAction(String unqualifiedName)
Action
with the specified name from the 'Action' reference list.
unqualifiedName
- The unqualified name of the Action
to retrieve.
Action
with the specified name, or null
.getActions()
public EList getStructuredNodes()
StructuredActivityNode
.
If the meaning of the 'Structured Node' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivity_StructuredNode()
public StructuredActivityNode getStructuredNode(String unqualifiedName)
StructuredActivityNode
with the specified name from the 'Structured Node' reference list.
unqualifiedName
- The unqualified name of the StructuredActivityNode
to retrieve.
StructuredActivityNode
with the specified name, or null
.getStructuredNodes()
public EList getOwnedElements()
getOwnedElements
in interface BehavioredClassifier
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |