org.eclipse.uml2
Interface JoinNode

All Superinterfaces:
ActivityNode, ControlNode, Element, EModelElement, EObject, NamedElement, Notifier, RedefinableElement, TemplateableElement

public interface JoinNode
extends ControlNode

A representation of the model object 'Join Node'.

The following features are supported:

See Also:
UML2Package.getJoinNode()

Field Summary
static 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
 EList getOwnedElements()
           
 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, getOwner, 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, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, 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
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

isCombineDuplicate

public boolean isCombineDuplicate()
Returns the value of the 'Is Combine Duplicate' attribute. The default value is "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.

Returns:
the value of the 'Is Combine Duplicate' attribute.
See Also:
setIsCombineDuplicate(boolean), UML2Package.getJoinNode_IsCombineDuplicate()

setIsCombineDuplicate

public void setIsCombineDuplicate(boolean value)
Sets the value of the 'Is Combine Duplicate' attribute.

Parameters:
value - the new value of the 'Is Combine Duplicate' attribute.
See Also:
isCombineDuplicate()

getJoinSpec

public ValueSpecification getJoinSpec()
Returns the value of the 'Join Spec' containment reference.

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�.

Returns:
the value of the 'Join Spec' containment reference.
See Also:
setJoinSpec(ValueSpecification), UML2Package.getJoinNode_JoinSpec()

setJoinSpec

public void setJoinSpec(ValueSpecification value)
Sets the value of the 'Join Spec' containment reference.

Parameters:
value - the new value of the 'Join Spec' containment reference.
See Also:
getJoinSpec()

createJoinSpec

public ValueSpecification createJoinSpec(EClass eClass)
Creates a ValueSpecification and sets the 'Join Spec' containment reference.

Parameters:
eClass - The Ecore class of the ValueSpecification to create.
Returns:
The new ValueSpecification.
See Also:
getJoinSpec()

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface NamedElement

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.