|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowSpecification
A representation of the model object 'Flow Specification'.
The following features are supported:
Aadl2Package.getFlowSpecification()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
Context |
getAllInContext()
get in flow context of a flow source, sink, or path spec. |
Feature |
getAllInFeature()
get in feature of a flow source, sink, or path spec. |
Context |
getAllOutContext()
get out flow context of flow source, sink, or path spec. |
Feature |
getAllOutFeature()
get out feature of a flow source, sink, or path spec. |
Context |
getInContext()
Returns the value of the 'In Context' reference |
Feature |
getInFeature()
Returns the value of the 'In Feature' reference |
FlowKind |
getKind()
Returns the value of the 'Kind' attribute. |
Context |
getOutContext()
Returns the value of the 'Out Context' reference |
Feature |
getOutFeature()
Returns the value of the 'Out Feature' reference |
FlowSpecification |
getRefined()
Returns the value of the 'Refined' reference. |
void |
setInContext(Context value)
Sets the value of the ' In Context ' reference |
void |
setInFeature(Feature value)
Sets the value of the ' In Feature ' reference |
void |
setKind(FlowKind value)
Sets the value of the ' Kind ' attribute |
void |
setOutContext(Context value)
Sets the value of the ' Out Context ' reference |
void |
setOutFeature(Feature value)
Sets the value of the ' Out Feature ' reference |
void |
setRefined(FlowSpecification value)
Sets the value of the ' Refined ' reference |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.RefinableElement |
---|
getRefinedElement, getRefinementContext |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ClassifierFeature |
---|
getFeaturingClassifiers |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, 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 |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ModalElement |
---|
getAllInModes, getInModes, getModesAndTransitions |
Method Detail |
---|
Feature getInFeature()
If the meaning of the 'In Feature' reference isn't clear, there really should be more of a description here...
setInFeature(Feature)
,
Aadl2Package.getFlowSpecification_InFeature()
void setInFeature(Feature value)
In Feature
' reference.
value
- the new value of the 'In Feature' reference.getInFeature()
Feature getOutFeature()
If the meaning of the 'Out Feature' reference isn't clear, there really should be more of a description here...
setOutFeature(Feature)
,
Aadl2Package.getFlowSpecification_OutFeature()
void setOutFeature(Feature value)
Out Feature
' reference.
value
- the new value of the 'Out Feature' reference.getOutFeature()
FlowKind getKind()
FlowKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
FlowKind
,
setKind(FlowKind)
,
Aadl2Package.getFlowSpecification_Kind()
void setKind(FlowKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.FlowKind
,
getKind()
FlowSpecification getRefined()
This feature redefines the following features:
If the meaning of the 'Refined' reference isn't clear, there really should be more of a description here...
setRefined(FlowSpecification)
,
Aadl2Package.getFlowSpecification_Refined()
void setRefined(FlowSpecification value)
Refined
' reference.
value
- the new value of the 'Refined' reference.getRefined()
Context getInContext()
If the meaning of the 'In Context' reference isn't clear, there really should be more of a description here...
setInContext(Context)
,
Aadl2Package.getFlowSpecification_InContext()
void setInContext(Context value)
In Context
' reference.
value
- the new value of the 'In Context' reference.getInContext()
Context getOutContext()
If the meaning of the 'Out Context' reference isn't clear, there really should be more of a description here...
setOutContext(Context)
,
Aadl2Package.getFlowSpecification_OutContext()
void setOutContext(Context value)
Out Context
' reference.
value
- the new value of the 'Out Context' reference.getOutContext()
Feature getAllInFeature()
Context getAllInContext()
Feature getAllOutFeature()
Context getAllOutContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |