Interface Behaving
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier
- All Known Subinterfaces:
CharacterizedActorProcess,CharacterizedExternalActor,CharacterizedNode,CharacterizedProcess,CharacterizedStore
- All Known Implementing Classes:
BehavingImpl,CharacterizedActorProcessImpl,CharacterizedExternalActorImpl,CharacterizedNodeImpl,CharacterizedProcessImpl,CharacterizedStoreImpl
public interface Behaving extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Behaving'.The following features are supported:
- See Also:
DataFlowDiagramCharacterizedPackage.getBehaving()- Generated class or method.
- EMF model class or method.
- abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='exactlyOneBehaviorHasToBeSpecified'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG exactlyOneBehaviorHasToBeSpecified='self.ownedBehavior->including(self.referencedBehavior)->selectByKind(DataDictionaryCharacterized::BehaviorDefinition)->size() = 1'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BehaviorDefinitiongetBehavior()Returns the value of the 'Behavior' reference.BehaviorDefinitiongetOwnedBehavior()Returns the value of the 'Owned Behavior' containment reference.BehaviorDefinitiongetReferencedBehavior()Returns the value of the 'Referenced Behavior' reference.voidsetOwnedBehavior(BehaviorDefinition value)Sets the value of the 'Owned Behavior' containment reference.voidsetReferencedBehavior(BehaviorDefinition value)Sets the value of the 'Referenced Behavior' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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
-
-
-
-
Method Detail
-
getBehavior
BehaviorDefinition getBehavior()
Returns the value of the 'Behavior' reference.- Returns:
- the value of the 'Behavior' reference.
- See Also:
DataFlowDiagramCharacterizedPackage.getBehaving_Behavior()- Generated class or method.
- EMF model class or method.
- required="true" transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG derivation='self.ownedBehavior->including(self.referencedBehavior)->selectByKind(DataDictionaryCharacterized::BehaviorDefinition)->any(true)'"
-
getOwnedBehavior
BehaviorDefinition getOwnedBehavior()
Returns the value of the 'Owned Behavior' containment reference.- Returns:
- the value of the 'Owned Behavior' containment reference.
- See Also:
setOwnedBehavior(BehaviorDefinition),DataFlowDiagramCharacterizedPackage.getBehaving_OwnedBehavior()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setOwnedBehavior
void setOwnedBehavior(BehaviorDefinition value)
Sets the value of the 'Owned Behavior' containment reference.- Parameters:
value- the new value of the 'Owned Behavior' containment reference.- See Also:
getOwnedBehavior()- Generated class or method.
-
getReferencedBehavior
BehaviorDefinition getReferencedBehavior()
Returns the value of the 'Referenced Behavior' reference.- Returns:
- the value of the 'Referenced Behavior' reference.
- See Also:
setReferencedBehavior(BehaviorDefinition),DataFlowDiagramCharacterizedPackage.getBehaving_ReferencedBehavior()- Generated class or method.
- EMF model class or method.
-
setReferencedBehavior
void setReferencedBehavior(BehaviorDefinition value)
Sets the value of the 'Referenced Behavior' reference.- Parameters:
value- the new value of the 'Referenced Behavior' reference.- See Also:
getReferencedBehavior()- Generated class or method.
-
-