edu.cmu.sei.aadl.aadl2
Interface TriggerPort

All Superinterfaces:
AObject, Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, ModeTransitionTrigger, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TriggerPortImpl

public interface TriggerPort
extends ModeTransitionTrigger

A representation of the model object 'Trigger Port'.

The following features are supported:

See Also:
Aadl2Package.getTriggerPort()

Field Summary
 
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
copyright
 
Method Summary
 Context getContext()
          Returns the value of the 'Context' reference
 Port getPort()
          Returns the value of the 'Port' reference
 void setContext(Context value)
          Sets the value of the 'Context' reference
 void setPort(Port value)
          Sets the value of the 'Port' reference
 
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
 

Method Detail

getContext

Context getContext()
Returns the value of the 'Context' reference.

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

Returns:
the value of the 'Context' reference.
See Also:
setContext(Context), Aadl2Package.getTriggerPort_Context()

setContext

void setContext(Context value)
Sets the value of the 'Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
getContext()

getPort

Port getPort()
Returns the value of the 'Port' reference.

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

Returns:
the value of the 'Port' reference.
See Also:
setPort(Port), Aadl2Package.getTriggerPort_Port()

setPort

void setPort(Port value)
Sets the value of the 'Port' reference.

Parameters:
value - the new value of the 'Port' reference.
See Also:
getPort()