edu.cmu.sei.aadl.model.instance
Interface FlowSpecInstance

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, FlowElementInstance, org.eclipse.core.runtime.IAdaptable, InstanceObject, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder
All Known Implementing Classes:
FlowSpecInstanceImpl

public interface FlowSpecInstance
extends FlowElementInstance

A representation of the model object 'Flow Spec Instance'.

The following features are supported:

See Also:
InstancePackage.getFlowSpecInstance()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureInstance getDst()
          Returns the value of the 'Dst' reference.
 FlowSpec getFlowSpec()
          Returns the value of the 'Flow Spec' reference
 FeatureInstance getSrc()
          Returns the value of the 'Src' reference.
 void setDst(FeatureInstance value)
          Sets the value of the 'Dst' reference
 void setFlowSpec(FlowSpec value)
          Sets the value of the 'Flow Spec' reference
 void setSrc(FeatureInstance value)
          Sets the value of the 'Src' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.instance.InstanceObject
getComponentInstanceList, getComponentInstancePath, getContainingComponentInstance, getInstanceObjectPath, getInstantiatedObjects, getSystemInstance
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.PropertyHolder
acceptsProperty, addProperty, addPropertyValue, checkPropertyAssociation, findPropertyAssociation, getProperties, getPropertyAssociation, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getSimplePropertyValue, isModalPropertyValue, removeContainedPropertyAssociations, removeContainedPropertyAssociations, removePropertyAssociations, removePropertyAssociations, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setProperties, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue
 
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, 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getFlowSpec

FlowSpec getFlowSpec()
Returns the value of the 'Flow Spec' reference.

If the meaning of the 'Flow Spec' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Flow Spec' reference.
See Also:
setFlowSpec(FlowSpec), InstancePackage.getFlowSpecInstance_FlowSpec()

setFlowSpec

void setFlowSpec(FlowSpec value)
Sets the value of the 'Flow Spec' reference.

Parameters:
value - the new value of the 'Flow Spec' reference.
See Also:
getFlowSpec()

getSrc

FeatureInstance getSrc()
Returns the value of the 'Src' reference. It is bidirectional and its opposite is 'Src Flow Spec'.

If the meaning of the 'Src' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Src' reference.
See Also:
setSrc(FeatureInstance), InstancePackage.getFlowSpecInstance_Src(), FeatureInstance.getSrcFlowSpec()

setSrc

void setSrc(FeatureInstance value)
Sets the value of the 'Src' reference.

Parameters:
value - the new value of the 'Src' reference.
See Also:
getSrc()

getDst

FeatureInstance getDst()
Returns the value of the 'Dst' reference. It is bidirectional and its opposite is 'Dst Flow Spec'.

If the meaning of the 'Dst' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dst' reference.
See Also:
setDst(FeatureInstance), InstancePackage.getFlowSpecInstance_Dst(), FeatureInstance.getDstFlowSpec()

setDst

void setDst(FeatureInstance value)
Sets the value of the 'Dst' reference.

Parameters:
value - the new value of the 'Dst' reference.
See Also:
getDst()