fr.tpt.aadl.annex.behavior.aadlba
Interface BehaviorAnnex

All Superinterfaces:
org.osate.aadl2.AnnexSubclause, org.osate.aadl2.parsesupport.AObject, BehaviorElement, org.osate.aadl2.Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.osate.aadl2.ModalElement, org.osate.aadl2.NamedElement, org.eclipse.emf.common.notify.Notifier

public interface BehaviorAnnex
extends org.osate.aadl2.AnnexSubclause, BehaviorElement

A representation of the model object 'Behavior Annex'.

The following features are supported:

See Also:
AadlBaPackage.getBehaviorAnnex()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 org.eclipse.emf.common.util.EList<BehaviorState> getStates()
          Returns the value of the 'States' containment reference list.
 org.eclipse.emf.common.util.EList<BehaviorTransition> getTransitions()
          Returns the value of the 'Transitions' containment reference list.
 org.eclipse.emf.common.util.EList<BehaviorVariable> getVariables()
          Returns the value of the 'Variables' containment reference list.
 boolean isSetStates()
          Returns whether the value of the 'States' containment reference list is set
 boolean isSetTransitions()
          Returns whether the value of the 'Transitions' containment reference list is set
 boolean isSetVariables()
          Returns whether the value of the 'Variables' containment reference list is set
 void unsetStates()
          Unsets the value of the 'States' containment reference list
 void unsetTransitions()
          Unsets the value of the 'Transitions' containment reference list
 void unsetVariables()
          Unsets the value of the 'Variables' containment reference list
 
Methods inherited from interface org.osate.aadl2.ModalElement
getAllInModes, getInModes
 
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

getVariables

org.eclipse.emf.common.util.EList<BehaviorVariable> getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type BehaviorVariable.

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

Returns:
the value of the 'Variables' containment reference list.
See Also:
isSetVariables(), unsetVariables(), AadlBaPackage.getBehaviorAnnex_Variables()

unsetVariables

void unsetVariables()
Unsets the value of the 'Variables' containment reference list.

See Also:
isSetVariables(), getVariables()

isSetVariables

boolean isSetVariables()
Returns whether the value of the 'Variables' containment reference list is set.

Returns:
whether the value of the 'Variables' containment reference list is set.
See Also:
unsetVariables(), getVariables()

getStates

org.eclipse.emf.common.util.EList<BehaviorState> getStates()
Returns the value of the 'States' containment reference list. The list contents are of type BehaviorState.

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

Returns:
the value of the 'States' containment reference list.
See Also:
isSetStates(), unsetStates(), AadlBaPackage.getBehaviorAnnex_States()

unsetStates

void unsetStates()
Unsets the value of the 'States' containment reference list.

See Also:
isSetStates(), getStates()

isSetStates

boolean isSetStates()
Returns whether the value of the 'States' containment reference list is set.

Returns:
whether the value of the 'States' containment reference list is set.
See Also:
unsetStates(), getStates()

getTransitions

org.eclipse.emf.common.util.EList<BehaviorTransition> getTransitions()
Returns the value of the 'Transitions' containment reference list. The list contents are of type BehaviorTransition.

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

Returns:
the value of the 'Transitions' containment reference list.
See Also:
isSetTransitions(), unsetTransitions(), AadlBaPackage.getBehaviorAnnex_Transitions()

unsetTransitions

void unsetTransitions()
Unsets the value of the 'Transitions' containment reference list.

See Also:
isSetTransitions(), getTransitions()

isSetTransitions

boolean isSetTransitions()
Returns whether the value of the 'Transitions' containment reference list is set.

Returns:
whether the value of the 'Transitions' containment reference list is set.
See Also:
unsetTransitions(), getTransitions()