|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowElement
A representation of the model object 'Element'.
The following features are supported:
FlowPackage.getFlowElement()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Connection |
getConnection()
Returns the value of the 'Connection' reference |
FeatureReference |
getFeatureReference()
|
Subcomponent |
getFlowContext()
Returns the value of the 'Flow Context' reference |
FlowSpec |
getFlowSpec()
Returns the value of the 'Flow Spec' reference |
java.lang.String |
getQualifiedName()
return name of connection or subcomponent flowspec |
boolean |
isConnectionReference()
FlowElement represents a connection reference |
boolean |
isSubcomponentFlowSpecReference()
FlowElement represents a subcomponent flowspec reference |
void |
setConnection(Connection value)
Sets the value of the ' Connection ' reference |
void |
setFeatureReference(FeatureReference fr)
|
void |
setFlowContext(Subcomponent value)
Sets the value of the ' Flow Context ' reference |
void |
setFlowSpec(FlowSpec value)
Sets the value of the ' Flow Spec ' reference |
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 getFlowSpec()
If the meaning of the 'Flow Spec' reference isn't clear, there really should be more of a description here...
setFlowSpec(FlowSpec)
,
FlowPackage.getFlowElement_FlowSpec()
void setFlowSpec(FlowSpec value)
Flow Spec
' reference.
value
- the new value of the 'Flow Spec' reference.getFlowSpec()
Connection getConnection()
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(Connection)
,
FlowPackage.getFlowElement_Connection()
void setConnection(Connection value)
Connection
' reference.
value
- the new value of the 'Connection' reference.getConnection()
Subcomponent getFlowContext()
If the meaning of the 'Flow Context' reference isn't clear, there really should be more of a description here...
setFlowContext(Subcomponent)
,
FlowPackage.getFlowElement_FlowContext()
void setFlowContext(Subcomponent value)
Flow Context
' reference.
value
- the new value of the 'Flow Context' reference.getFlowContext()
java.lang.String getQualifiedName()
boolean isConnectionReference()
boolean isSubcomponentFlowSpecReference()
void setFeatureReference(FeatureReference fr)
FeatureReference getFeatureReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |