|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Join Node'.
The following features are supported:
UML2Package.getJoinNode()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
ValueSpecification |
createJoinSpec(EClass eClass)
Creates a ValueSpecification and sets the 'Join Spec' containment reference |
ValueSpecification |
getJoinSpec()
Returns the value of the 'Join Spec' containment reference |
boolean |
isCombineDuplicate()
Returns the value of the 'Is Combine Duplicate' attribute. |
void |
setIsCombineDuplicate(boolean value)
Sets the value of the ' Is Combine Duplicate ' attribute |
void |
setJoinSpec(ValueSpecification value)
Sets the value of the ' Join Spec ' containment reference |
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 |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public boolean isCombineDuplicate()
"true"
.
If the meaning of the 'Is Combine Duplicate' attribute isn't clear, there really should be more of a description here...
Tells whether tokens having objects with the same identity are combined into one by the join. Default value is true.
setIsCombineDuplicate(boolean)
,
UML2Package.getJoinNode_IsCombineDuplicate()
public void setIsCombineDuplicate(boolean value)
Is Combine Duplicate
' attribute.
value
- the new value of the 'Is Combine Duplicate' attribute.isCombineDuplicate()
public ValueSpecification getJoinSpec()
If the meaning of the 'Join Spec' containment reference isn't clear, there really should be more of a description here...
A specification giving the conditions under which the join will emit a token. Default is �and�.
setJoinSpec(ValueSpecification)
,
UML2Package.getJoinNode_JoinSpec()
public void setJoinSpec(ValueSpecification value)
Join Spec
' containment reference.
value
- the new value of the 'Join Spec' containment reference.getJoinSpec()
public ValueSpecification createJoinSpec(EClass eClass)
ValueSpecification
and sets the 'Join Spec' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getJoinSpec()
|
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 |