|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A representation of the model object 'Conditional Node'.
The following features are supported:
UML2Package.getConditionalNode()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Fields inherited from interface org.eclipse.uml2.NamedElement |
|---|
SEPARATOR |
| Method Summary | |
|---|---|
Clause |
createClause()
Creates a Clause and appends it to the 'Clause' containment reference list |
Clause |
createClause(EClass eClass)
Deprecated. Use #createClause() instead. |
OutputPin |
createResult()
Creates a OutputPin and appends it to the 'Result' containment reference list |
OutputPin |
createResult(EClass eClass)
Deprecated. Use #createResult() instead. |
EList |
getClauses()
Returns the value of the 'Clause' containment reference list. |
OutputPin |
getResult(java.lang.String name)
Retrieves the OutputPin with the specified 'Name' from the 'Result' containment reference list |
EList |
getResults()
Returns the value of the 'Result' containment reference list. |
boolean |
isAssured()
Returns the value of the 'Is Assured' attribute |
boolean |
isDeterminate()
Returns the value of the 'Is Determinate' attribute |
void |
setIsAssured(boolean value)
Sets the value of the ' Is Assured' attribute |
void |
setIsDeterminate(boolean value)
Sets the value of the ' Is Determinate' attribute |
| Methods inherited from interface org.eclipse.uml2.StructuredActivityNode |
|---|
createContainedEdge, createContainedNode, createVariable, createVariable, getContainedEdge, getContainedEdges, getContainedNode, getContainedNodes, getVariable, getVariables, isMustIsolate, setMustIsolate |
| Methods inherited from interface org.eclipse.uml2.Action |
|---|
createLocalPostcondition, createLocalPostcondition, createLocalPrecondition, createLocalPrecondition, getContext, getEffect, getInput, getInputs, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, getOutputs, setEffect |
| Methods inherited from interface org.eclipse.uml2.ExecutableNode |
|---|
createHandler, createHandler, getHandlers |
| Methods inherited from interface org.eclipse.uml2.ActivityNode |
|---|
getActivity, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getRedefinedElement, getRedefinedElements, setActivity, setInStructuredNode |
| Methods inherited from interface org.eclipse.uml2.RedefinableElement |
|---|
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
| Methods inherited from interface org.eclipse.uml2.NamedElement |
|---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.uml2.TemplateableElement |
|---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
| Methods inherited from interface org.eclipse.uml2.Element |
|---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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.ActivityGroup |
|---|
getActivity, getActivityGroup_activity, getSubgroups, getSuperGroup, setActivity, setActivityGroup_activity |
| Field Detail |
public static final java.lang.String copyright
| Method Detail |
public boolean isDeterminate()
If the meaning of the 'Is Determinate' attribute isn't clear, there really should be more of a description here...
setIsDeterminate(boolean),
UML2Package.getConditionalNode_IsDeterminate()public void setIsDeterminate(boolean value)
Is Determinate' attribute.
value - the new value of the 'Is Determinate' attribute.isDeterminate()public boolean isAssured()
If the meaning of the 'Is Assured' attribute isn't clear, there really should be more of a description here...
setIsAssured(boolean),
UML2Package.getConditionalNode_IsAssured()public void setIsAssured(boolean value)
Is Assured' attribute.
value - the new value of the 'Is Assured' attribute.isAssured()public EList getClauses()
Clause.
If the meaning of the 'Clause' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getConditionalNode_Clause()public Clause createClause(EClass eClass)
Clause and appends it to the 'Clause' containment reference list.
eClass - The Ecore class of the Clause to create.
Clause.getClauses()public Clause createClause()
Clause and appends it to the 'Clause' containment reference list.
Clause.getClauses()public EList getResults()
OutputPin.
If the meaning of the 'Result' containment reference list isn't clear, there really should be more of a description here...
A list of output pins that constitute the data flow outputs of the conditional.
UML2Package.getConditionalNode_Result()public OutputPin getResult(java.lang.String name)
OutputPin with the specified 'Name' from the 'Result' containment reference list.
name - The 'Name' of the OutputPin to retrieve.
OutputPin with the specified 'Name', or null.getResults()public OutputPin createResult(EClass eClass)
OutputPin and appends it to the 'Result' containment reference list.
eClass - The Ecore class of the OutputPin to create.
OutputPin.getResults()public OutputPin createResult()
OutputPin and appends it to the 'Result' containment reference list.
OutputPin.getResults()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||