|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowSpec
A representation of the model object 'Spec'.
The following features are supported:
FlowPackage.getFlowSpec()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
FeatureReference |
getDstPortReference()
get destination port reference |
java.lang.String |
getDstQualifiedName()
get qualified source name from link or parsed name |
RefinedReference |
getRefinedReference()
returns the RefinedReference |
FlowSpec |
getRefines()
Returns the value of the 'Refines' reference |
FeatureReference |
getSrcPortReference()
get n source port reference |
java.lang.String |
getSrcQualifiedName()
get qualified source name from link or parsed name |
FlowPoint |
getXAllDst()
get destination flow point of flow source, sink, or path spec. |
PortGroup |
getXAllDstContext()
get destination flow context of flow source, sink, or path spec. |
FlowPoint |
getXAllSrc()
get source flow point of flow source, sink, or path spec. |
PortGroup |
getXAllSrcContext()
get source flow context of flow source, sink, or path spec. |
FlowPoint |
getXDst()
get destination flow point of flow source, sink, or path spec |
PortGroup |
getXDstContext()
get destination flow context of flow source, sink, or path spec |
FlowPoint |
getXSrc()
get source flow point of flow source, sink, or path spec |
PortGroup |
getXSrcContext()
get source flow context of flow source, sink, or path spec |
boolean |
isRefined()
check refined flag |
void |
setDstPortReference(FeatureReference fr)
set names for destination port reference |
void |
setRefined(boolean rf)
set the refined flag (parsing information) |
void |
setRefinedReference(RefinedReference rr)
sets the RefinedReference prased object |
void |
setRefines(FlowSpec value)
Sets the value of the ' Refines ' reference |
void |
setSrcPortReference(FeatureReference fr)
set names for destination port reference |
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement |
---|
getName, setName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference |
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.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
FlowSpec getRefines()
If the meaning of the 'Refines' reference isn't clear, there really should be more of a description here...
setRefines(FlowSpec)
,
FlowPackage.getFlowSpec_Refines()
void setRefines(FlowSpec value)
Refines
' reference.
value
- the new value of the 'Refines' reference.getRefines()
java.lang.String getSrcQualifiedName()
java.lang.String getDstQualifiedName()
void setDstPortReference(FeatureReference fr)
fr
- void setSrcPortReference(FeatureReference fr)
fr
- FeatureReference getSrcPortReference()
FeatureReference getDstPortReference()
void setRefinedReference(RefinedReference rr)
rr
- RefinedReferenceRefinedReference getRefinedReference()
void setRefined(boolean rf)
rf
- boolean isRefined()
FlowPoint getXSrc()
FlowPoint getXDst()
FlowPoint getXAllSrc()
FlowPoint getXAllDst()
PortGroup getXSrcContext()
PortGroup getXAllSrcContext()
PortGroup getXDstContext()
PortGroup getXAllDstContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |