|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BehaviorTransition
A representation of the model object 'Behavior Transition'.
The following features are supported:
AadlBaPackage.getBehaviorTransition()
Field Summary |
---|
Fields inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
BehaviorActionBlock |
getActionBlock()
Returns the value of the 'Action Block' reference |
BehaviorCondition |
getCondition()
Returns the value of the 'Condition' reference |
BehaviorState |
getDestinationState()
Returns the value of the 'Destination State' reference |
long |
getPriority()
Returns the value of the 'Priority' attribute. |
BehaviorState |
getSourceState()
Returns the value of the 'Source State' reference |
void |
setActionBlock(BehaviorActionBlock value)
Sets the value of the ' Action Block ' reference |
void |
setCondition(BehaviorCondition value)
Sets the value of the ' Condition ' reference |
void |
setDestinationState(BehaviorState value)
Sets the value of the ' Destination State ' reference |
void |
setPriority(long value)
Sets the value of the ' Priority ' attribute |
void |
setSourceState(BehaviorState value)
Sets the value of the ' Source State ' reference |
Methods inherited from interface org.osate.aadl2.NamedElement |
---|
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue |
Methods inherited from interface org.osate.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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 |
---|
BehaviorState getSourceState()
If the meaning of the 'Source State' reference isn't clear, there really should be more of a description here...
setSourceState(BehaviorState)
,
AadlBaPackage.getBehaviorTransition_SourceState()
void setSourceState(BehaviorState value)
Source State
' reference.
value
- the new value of the 'Source State' reference.getSourceState()
BehaviorCondition getCondition()
If the meaning of the 'Condition' reference isn't clear, there really should be more of a description here...
setCondition(BehaviorCondition)
,
AadlBaPackage.getBehaviorTransition_Condition()
void setCondition(BehaviorCondition value)
Condition
' reference.
value
- the new value of the 'Condition' reference.getCondition()
BehaviorState getDestinationState()
If the meaning of the 'Destination State' reference isn't clear, there really should be more of a description here...
setDestinationState(BehaviorState)
,
AadlBaPackage.getBehaviorTransition_DestinationState()
void setDestinationState(BehaviorState value)
Destination State
' reference.
value
- the new value of the 'Destination State' reference.getDestinationState()
BehaviorActionBlock getActionBlock()
If the meaning of the 'Action Block' reference isn't clear, there really should be more of a description here...
setActionBlock(BehaviorActionBlock)
,
AadlBaPackage.getBehaviorTransition_ActionBlock()
void setActionBlock(BehaviorActionBlock value)
Action Block
' reference.
value
- the new value of the 'Action Block' reference.getActionBlock()
long getPriority()
"-1"
.
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(long)
,
AadlBaPackage.getBehaviorTransition_Priority()
void setPriority(long value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |