public interface InformationFlow extends PackageableElement, DirectedRelationship
The following features are supported:
UMLPackage.getInformationFlow()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
Classifier |
getConveyed(String name)
Retrieves the first
Classifier with the specified 'Name' from the '
Conveyed' reference list |
Classifier |
getConveyed(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Classifier with the specified 'Name' from the '
Conveyed' reference list |
MDWEList<Classifier> |
getConveyeds()
Returns the value of the 'Conveyed' reference list.
|
NamedElement |
getInformationSource(String name)
Retrieves the first
NamedElement with the specified 'Name' from the '
Information Source' reference list |
NamedElement |
getInformationSource(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
NamedElement with the specified 'Name' from the '
Information Source' reference list |
MDWEList<NamedElement> |
getInformationSources()
Returns the value of the 'Information Source' reference list.
|
NamedElement |
getInformationTarget(String name)
Retrieves the first
NamedElement with the specified 'Name' from the '
Information Target' reference list |
NamedElement |
getInformationTarget(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
NamedElement with the specified 'Name' from the '
Information Target' reference list |
MDWEList<NamedElement> |
getInformationTargets()
Returns the value of the 'Information Target' reference list.
|
MDWEList<Relationship> |
getRealizations()
Returns the value of the 'Realization' reference list.
|
ActivityEdge |
getRealizingActivityEdge(String name)
Retrieves the first
ActivityEdge with the specified 'Name' from the '
Realizing Activity Edge' reference list |
ActivityEdge |
getRealizingActivityEdge(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
ActivityEdge with the specified 'Name' from the '
Realizing Activity Edge' reference list |
MDWEList<ActivityEdge> |
getRealizingActivityEdges()
Returns the value of the 'Realizing Activity Edge' reference list.
|
Connector |
getRealizingConnector(String name)
Retrieves the first
Connector with the specified 'Name' from the '
Realizing Connector' reference list |
Connector |
getRealizingConnector(String name,
boolean ignoreCase)
Retrieves the first
Connector with the specified 'Name' from the '
Realizing Connector' reference list |
MDWEList<Connector> |
getRealizingConnectors()
Returns the value of the 'Realizing Connector' reference list.
|
Message |
getRealizingMessage(String name)
Retrieves the first
Message with the specified 'Name' from the '
Realizing Message' reference list |
Message |
getRealizingMessage(String name,
boolean ignoreCase)
Retrieves the first
Message with the specified 'Name' from the '
Realizing Message' reference list |
MDWEList<Message> |
getRealizingMessages()
Returns the value of the 'Realizing Message' reference list.
|
boolean |
validateConveyClassifiers(DiagnosticChain diagnostics,
Map context)
An information flow can only convey classifiers that are allowed to represent an information item.
|
boolean |
validateMustConform(DiagnosticChain diagnostics,
Map context)
The sources and targets of the information flow must conform with the sources and targets or conversely the targets and sources of the
realization relationships.
|
boolean |
validateSourcesAndTargetsKind(DiagnosticChain diagnostics,
Map context)
The sources and targets of the information flow can only be one of the following kind: Actor, Node, UseCase, Artifact, Class, Component, Port,
Property, Interface, Package, ActivityNode, ActivityPartition and InstanceSpecification except when its classifier is a relationship (i.e. it
represents a link).
|
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
getSources, getTargets
getRelatedElements
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MDWEList<Relationship> getRealizations()
Relationship
.
Determines which Relationship will realize the specified flow
UMLPackage.getInformationFlow_Realization()
MDWEList<Classifier> getConveyeds()
Classifier
.
Specifies the information items that may circulate on this information flow.
UMLPackage.getInformationFlow_Conveyed()
Classifier getConveyed(String name)
Classifier
with the specified 'Name' from the '
Conveyed' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getConveyeds()
Classifier getConveyed(String name, boolean ignoreCase, EClass eClass)
Classifier
with the specified 'Name' from the '
Conveyed' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getConveyeds()
MDWEList<NamedElement> getInformationSources()
NamedElement
.
Defines from which source the conveyed InformationItems are initiated.
UMLPackage.getInformationFlow_InformationSource()
NamedElement getInformationSource(String name)
NamedElement
with the specified 'Name' from the '
Information Source' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInformationSources()
NamedElement getInformationSource(String name, boolean ignoreCase, EClass eClass)
NamedElement
with the specified 'Name' from the '
Information Source' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInformationSources()
MDWEList<NamedElement> getInformationTargets()
NamedElement
.
Defines to which target the conveyed InformationItems are directed.
UMLPackage.getInformationFlow_InformationTarget()
NamedElement getInformationTarget(String name)
NamedElement
with the specified 'Name' from the '
Information Target' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInformationTargets()
NamedElement getInformationTarget(String name, boolean ignoreCase, EClass eClass)
NamedElement
with the specified 'Name' from the '
Information Target' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInformationTargets()
MDWEList<ActivityEdge> getRealizingActivityEdges()
ActivityEdge
.
Determines which ActivityEdges will realize the specified flow.
UMLPackage.getInformationFlow_RealizingActivityEdge()
ActivityEdge getRealizingActivityEdge(String name)
ActivityEdge
with the specified 'Name' from the '
Realizing Activity Edge' reference list.
name
- The 'Name' of the ActivityEdge
to retrieve, or null
.ActivityEdge
with the specified 'Name', or null
.getRealizingActivityEdges()
ActivityEdge getRealizingActivityEdge(String name, boolean ignoreCase, EClass eClass)
ActivityEdge
with the specified 'Name' from the '
Realizing Activity Edge' reference list.
name
- The 'Name' of the ActivityEdge
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the ActivityEdge
to retrieve, or null
.ActivityEdge
with the specified 'Name', or null
.getRealizingActivityEdges()
MDWEList<Connector> getRealizingConnectors()
Connector
.
Determines which Connectors will realize the specified flow.
UMLPackage.getInformationFlow_RealizingConnector()
Connector getRealizingConnector(String name)
Connector
with the specified 'Name' from the '
Realizing Connector' reference list.
name
- The 'Name' of the Connector
to retrieve, or null
.Connector
with the specified 'Name', or null
.getRealizingConnectors()
Connector getRealizingConnector(String name, boolean ignoreCase)
Connector
with the specified 'Name' from the '
Realizing Connector' reference list.
name
- The 'Name' of the Connector
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.Connector
with the specified 'Name', or null
.getRealizingConnectors()
MDWEList<Message> getRealizingMessages()
Message
.
Determines which Messages will realize the specified flow.
UMLPackage.getInformationFlow_RealizingMessage()
Message getRealizingMessage(String name)
Message
with the specified 'Name' from the '
Realizing Message' reference list.
name
- The 'Name' of the Message
to retrieve, or null
.Message
with the specified 'Name', or null
.getRealizingMessages()
Message getRealizingMessage(String name, boolean ignoreCase)
Message
with the specified 'Name' from the '
Realizing Message' reference list.
name
- The 'Name' of the Message
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.Message
with the specified 'Name', or null
.getRealizingMessages()
boolean validateSourcesAndTargetsKind(DiagnosticChain diagnostics, Map context)
boolean validateMustConform(DiagnosticChain diagnostics, Map context)
boolean validateConveyClassifiers(DiagnosticChain diagnostics, Map context)