edu.cmu.sei.aadl.model.core
Interface Mode

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder
All Known Subinterfaces:
SystemOperationMode
All Known Implementing Classes:
ModeImpl, SystemOperationModeImpl

public interface Mode
extends PropertyHolder

A representation of the model object 'Mode'.

The following features are supported:

See Also:
CorePackage.getMode()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addIncomingModeTransition(ModeTransition value)
          Adds to the list the value of the 'Incoming Mode Transition' reference list
 void addMembers(ModeMember value)
          Adds to the list the value of the 'Members' reference list
 void addOutgoingModeTransition(ModeTransition value)
          Adds to the list the value of the 'Outgoing Mode Transition' reference list
 org.eclipse.emf.common.util.EList getIncomingModeTransition()
          Returns the value of the 'Incoming Mode Transition' reference list.
 org.eclipse.emf.common.util.EList getMembers()
          Returns the value of the 'Members' reference list.
 org.eclipse.emf.common.util.EList getOutgoingModeTransition()
          Returns the value of the 'Outgoing Mode Transition' reference list.
 RefinedReference getRefinedReference()
          returns the RefinedReference
 Mode getRefines()
          Returns the value of the 'Refines' reference
 ModeState getState()
          Returns the value of the 'State' attribute.
 boolean isRefined()
          check refined flag
 void setRefined(boolean rf)
          set the refined flag (parsing information)
 void setRefinedReference(RefinedReference rr)
          sets the RefinedReference prased object
 void setRefines(Mode value)
          Sets the value of the 'Refines' reference
 void setState(ModeState value)
          Sets the value of the 'State' attribute
 
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, 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getMembers

org.eclipse.emf.common.util.EList getMembers()
Returns the value of the 'Members' reference list. The list contents are of type ModeMember. It is bidirectional and its opposite is 'In Modes'.

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

Returns:
the value of the 'Members' reference list.
See Also:
CorePackage.getMode_Members(), ModeMember.getInModes()

addMembers

void addMembers(ModeMember value)
Adds to the list the value of the 'Members' reference list.

Parameters:
value - the value to add to 'Members' reference list.

getOutgoingModeTransition

org.eclipse.emf.common.util.EList getOutgoingModeTransition()
Returns the value of the 'Outgoing Mode Transition' reference list. The list contents are of type ModeTransition. It is bidirectional and its opposite is 'Src Mode'.

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

Returns:
the value of the 'Outgoing Mode Transition' reference list.
See Also:
CorePackage.getMode_OutgoingModeTransition(), ModeTransition.getSrcMode()

addOutgoingModeTransition

void addOutgoingModeTransition(ModeTransition value)
Adds to the list the value of the 'Outgoing Mode Transition' reference list.

Parameters:
value - the value to add to 'Outgoing Mode Transition' reference list.

getIncomingModeTransition

org.eclipse.emf.common.util.EList getIncomingModeTransition()
Returns the value of the 'Incoming Mode Transition' reference list. The list contents are of type ModeTransition. It is bidirectional and its opposite is 'Dst Mode'.

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

Returns:
the value of the 'Incoming Mode Transition' reference list.
See Also:
CorePackage.getMode_IncomingModeTransition(), ModeTransition.getDstMode()

addIncomingModeTransition

void addIncomingModeTransition(ModeTransition value)
Adds to the list the value of the 'Incoming Mode Transition' reference list.

Parameters:
value - the value to add to 'Incoming Mode Transition' reference list.

getRefines

Mode getRefines()
Returns the value of the 'Refines' reference.

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

Returns:
the value of the 'Refines' reference.
See Also:
setRefines(Mode), CorePackage.getMode_Refines()

setRefines

void setRefines(Mode value)
Sets the value of the 'Refines' reference.

Parameters:
value - the new value of the 'Refines' reference.
See Also:
getRefines()

getState

ModeState getState()
Returns the value of the 'State' attribute. The default value is "NORMAL". The literals are from the enumeration ModeState.

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

Returns:
the value of the 'State' attribute.
See Also:
ModeState, setState(ModeState), CorePackage.getMode_State()

setState

void setState(ModeState value)
Sets the value of the 'State' attribute.

Parameters:
value - the new value of the 'State' attribute.
See Also:
ModeState, getState()

setRefinedReference

void setRefinedReference(RefinedReference rr)
sets the RefinedReference prased object

Parameters:
rr - RefinedReference

getRefinedReference

RefinedReference getRefinedReference()
returns the RefinedReference

Returns:
RefinedReference

setRefined

void setRefined(boolean rf)
set the refined flag (parsing information)

Parameters:
rf -

isRefined

boolean isRefined()
check refined flag

Returns:
the value of the refined flag