|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Port
A representation of the model object 'Port'.
The following features are supported:
FeaturePackage.getPort()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
PortDirection |
getAllDirection()
Get the port direction. |
PortDirection |
getAllDirection(AObject context)
get the port direction, possibly from the ancestor feature If the context port group has an inverse port group type, we invert the direction. |
PortDirection |
getAllDirection(boolean shouldInvert)
Get the port direction, but invert the direction if requested. |
PortDirection |
getDirection()
Returns the value of the 'Direction' attribute. |
PortDirection |
getDirection(AObject context)
get the port direction If the context port group has an inverse port group type, we invert the direction. |
PortDirection |
getDirection(boolean shouldInvert)
Get the port direction, but invert the direction if requested. |
void |
setDirection(PortDirection value)
Sets the value of the ' Direction ' attribute |
Methods inherited from interface edu.cmu.sei.aadl.model.core.Feature |
---|
getAllFeatureRefinements, getClassifierReference, getConnection, getFeaturesModeContext, getIncomingConnection, getOutgoingConnection, getRefinedReference, getRefinesFeature, getXAllClassifier, getXClassifier, getXRefines, isRefined, setClassifierReference, setRefined, setRefinedReference |
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, 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 |
---|
PortDirection getDirection()
"in"
.
The literals are from the enumeration PortDirection
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
PortDirection
,
setDirection(PortDirection)
,
FeaturePackage.getPort_Direction()
void setDirection(PortDirection value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.PortDirection
,
getDirection()
PortDirection getAllDirection()
getDirection()
. It has been provided to be compatible with the
method set for information with refines inheritance
PortDirection getAllDirection(AObject context)
getDirection(AObject)
. It has been
provided to be compatible with the method set for information with
refines inheritance
context
- the context of the feature or null
PortDirection getDirection(AObject context)
context
- the context of the feature or null
PortDirection getDirection(boolean shouldInvert)
PortGroupType.getAllFeature()
. The inverse flag
should be based on the value returned by
PortGroupType.areFeatureDirectionsInverted()
.
shouldInvert
- PortDirection getAllDirection(boolean shouldInvert)
PortGroupType.getAllFeature()
. The inverse flag
should be based on the value returned by
PortGroupType.areFeatureDirectionsInverted()
.
This method is the same as getDirection(boolean)
. It has been
provided to be compatible with the method set for information with
refines inheritance
shouldInvert
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |