|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowSpecs
A representation of the model object 'Specs'.
The following features are supported:
FlowPackage.getFlowSpecs()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Adds to the list the value of the ' Contents ' attribute list |
void |
addFlowPathSpec(FlowPathSpec value)
Adds to the list the value of the ' Flow Path Spec ' containment reference list |
void |
addFlowSinkSpec(FlowSinkSpec value)
Adds to the list the value of the ' Flow Sink Spec ' containment reference list |
void |
addFlowSourceSpec(FlowSourceSpec value)
Adds to the list the value of the ' Flow Source Spec ' containment reference list |
org.eclipse.emf.ecore.util.FeatureMap |
getContents()
Returns the value of the 'Contents' attribute list. |
org.eclipse.emf.common.util.EList |
getFlowPathSpec()
Returns the value of the 'Flow Path Spec' containment reference list. |
org.eclipse.emf.common.util.EList |
getFlowSinkSpec()
Returns the value of the 'Flow Sink Spec' containment reference list. |
org.eclipse.emf.common.util.EList |
getFlowSourceSpec()
Returns the value of the 'Flow Source Spec' containment reference list. |
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 |
---|
org.eclipse.emf.ecore.util.FeatureMap getContents()
FeatureMap.Entry
.
If the meaning of the 'Contents' attribute list isn't clear, there really should be more of a description here...
FlowPackage.getFlowSpecs_Contents()
void addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Contents
' attribute list.
value
- the value to add to 'Contents' attribute list.org.eclipse.emf.common.util.EList getFlowSinkSpec()
FlowSinkSpec
.
If the meaning of the 'Flow Sink Spec' containment reference list isn't clear, there really should be more of a description here...
FlowPackage.getFlowSpecs_FlowSinkSpec()
void addFlowSinkSpec(FlowSinkSpec value)
Flow Sink Spec
' containment reference list.
value
- the value to add to 'Flow Sink Spec' containment reference list.org.eclipse.emf.common.util.EList getFlowSourceSpec()
FlowSourceSpec
.
If the meaning of the 'Flow Source Spec' containment reference list isn't clear, there really should be more of a description here...
FlowPackage.getFlowSpecs_FlowSourceSpec()
void addFlowSourceSpec(FlowSourceSpec value)
Flow Source Spec
' containment reference list.
value
- the value to add to 'Flow Source Spec' containment reference list.org.eclipse.emf.common.util.EList getFlowPathSpec()
FlowPathSpec
.
If the meaning of the 'Flow Path Spec' containment reference list isn't clear, there really should be more of a description here...
FlowPackage.getFlowSpecs_FlowPathSpec()
void addFlowPathSpec(FlowPathSpec value)
Flow Path Spec
' containment reference list.
value
- the value to add to 'Flow Path Spec' containment reference list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |