Interface Characterizable
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Subinterfaces:
CharacterizedActorProcess
,CharacterizedDataFlow
,CharacterizedExternalActor
,CharacterizedNode
,CharacterizedProcess
,CharacterizedStore
- All Known Implementing Classes:
CharacterizableImpl
,CharacterizedActorProcessImpl
,CharacterizedDataFlowImpl
,CharacterizedExternalActorImpl
,CharacterizedNodeImpl
,CharacterizedProcessImpl
,CharacterizedStoreImpl
public interface Characterizable extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Characterizable'.The following features are supported:
- See Also:
DataFlowDiagramCharacterizedPackage.getCharacterizable()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Characteristic>
getCharacteristics()
Returns the value of the 'Characteristics' reference list.EList<Characteristic>
getOwnedCharacteristics()
Returns the value of the 'Owned Characteristics' containment reference list.EList<Characteristic>
getReferencedCharacteristics()
Returns the value of the 'Referenced Characteristics' reference list.-
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
-
getCharacteristics
EList<Characteristic> getCharacteristics()
Returns the value of the 'Characteristics' reference list. The list contents are of typeCharacteristic
.- Returns:
- the value of the 'Characteristics' reference list.
- See Also:
DataFlowDiagramCharacterizedPackage.getCharacterizable_Characteristics()
- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG derivation='self.ownedCharacteristics->union(referencedCharacteristics)->selectByKind(DataDictionaryCharacterized::Characteristic)->sortedBy(id)->asOrderedSet()'"
-
getOwnedCharacteristics
EList<Characteristic> getOwnedCharacteristics()
Returns the value of the 'Owned Characteristics' containment reference list. The list contents are of typeCharacteristic
.- Returns:
- the value of the 'Owned Characteristics' containment reference list.
- See Also:
DataFlowDiagramCharacterizedPackage.getCharacterizable_OwnedCharacteristics()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getReferencedCharacteristics
EList<Characteristic> getReferencedCharacteristics()
Returns the value of the 'Referenced Characteristics' reference list. The list contents are of typeCharacteristic
.- Returns:
- the value of the 'Referenced Characteristics' reference list.
- See Also:
DataFlowDiagramCharacterizedPackage.getCharacterizable_ReferencedCharacteristics()
- Generated class or method.
- EMF model class or method.
-
-