org.eclipse.uml2
Interface ObjectFlow

All Superinterfaces:
ActivityEdge, Element, EModelElement, EObject, NamedElement, Notifier, RedefinableElement, TemplateableElement

public interface ObjectFlow
extends ActivityEdge

A representation of the model object 'Object Flow'.

The following features are supported:

See Also:
UML2Package.getObjectFlow()

Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 Behavior getSelection()
          Returns the value of the 'Selection' reference
 Behavior getTransformation()
          Returns the value of the 'Transformation' reference
 boolean isMulticast()
          Returns the value of the 'Is Multicast' attribute.
 boolean isMultireceive()
          Returns the value of the 'Is Multireceive' attribute.
 void setIsMulticast(boolean value)
          Sets the value of the 'Is Multicast' attribute
 void setIsMultireceive(boolean value)
          Sets the value of the 'Is Multireceive' attribute
 void setSelection(Behavior value)
          Sets the value of the 'Selection' reference
 void setTransformation(Behavior value)
          Sets the value of the 'Transformation' reference
 
Methods inherited from interface org.eclipse.uml2.ActivityEdge
createGuard, createWeight, getActivity, getGuard, getInGroups, getInPartition, getInPartitions, getInStructuredNode, getInterrupts, getOwnedElements, getOwner, getRedefinedElement, getRedefinedElements, getSource, getTarget, getWeight, setActivity, setGuard, setInStructuredNode, setInterrupts, setSource, setTarget, setWeight
 
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

isMulticast

public boolean isMulticast()
Returns the value of the 'Is Multicast' attribute. The default value is "false".

If the meaning of the 'Is Multicast' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Multicast' attribute.
See Also:
setIsMulticast(boolean), UML2Package.getObjectFlow_IsMulticast()

setIsMulticast

public void setIsMulticast(boolean value)
Sets the value of the 'Is Multicast' attribute.

Parameters:
value - the new value of the 'Is Multicast' attribute.
See Also:
isMulticast()

isMultireceive

public boolean isMultireceive()
Returns the value of the 'Is Multireceive' attribute. The default value is "false".

If the meaning of the 'Is Multireceive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Multireceive' attribute.
See Also:
setIsMultireceive(boolean), UML2Package.getObjectFlow_IsMultireceive()

setIsMultireceive

public void setIsMultireceive(boolean value)
Sets the value of the 'Is Multireceive' attribute.

Parameters:
value - the new value of the 'Is Multireceive' attribute.
See Also:
isMultireceive()

getTransformation

public Behavior getTransformation()
Returns the value of the 'Transformation' reference.

If the meaning of the 'Transformation' reference isn't clear, there really should be more of a description here...

Changes or replaces data tokens flowing along edge.

Returns:
the value of the 'Transformation' reference.
See Also:
setTransformation(Behavior), UML2Package.getObjectFlow_Transformation()

setTransformation

public void setTransformation(Behavior value)
Sets the value of the 'Transformation' reference.

Parameters:
value - the new value of the 'Transformation' reference.
See Also:
getTransformation()

getSelection

public Behavior getSelection()
Returns the value of the 'Selection' reference.

If the meaning of the 'Selection' reference isn't clear, there really should be more of a description here...

Selects tokens from a source object node.

Returns:
the value of the 'Selection' reference.
See Also:
setSelection(Behavior), UML2Package.getObjectFlow_Selection()

setSelection

public void setSelection(Behavior value)
Sets the value of the 'Selection' reference.

Parameters:
value - the new value of the 'Selection' reference.
See Also:
getSelection()

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