Interface HierarchicalContext
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,ContextAttribute
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
HierarchicalContextImpl
,HierarchicalContextImplGen
public interface HierarchicalContext extends ContextAttribute
A representation of the model object 'Hierarchical Context'.The following features are supported:
- See Also:
ModelPackage.getHierarchicalContext()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncludeDirection
getDirection()
Returns the value of the 'Direction' attribute.EList<ContextAttribute>
getIncluding()
Returns the value of the 'Including' reference list.void
setDirection(IncludeDirection value)
Sets the value of the 'Direction
' attribute.-
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.palladiosimulator.pcm.confidentiality.context.model.ContextAttribute
checkAccessRight, getContexttype, setContexttype
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getIncluding
EList<ContextAttribute> getIncluding()
Returns the value of the 'Including' reference list. The list contents are of typeContextAttribute
.- Returns:
- the value of the 'Including' reference list.
- See Also:
ModelPackage.getHierarchicalContext_Including()
- Generated class or method.
- EMF model class or method.
-
getDirection
IncludeDirection getDirection()
Returns the value of the 'Direction' attribute. The literals are from the enumerationIncludeDirection
.- Returns:
- the value of the 'Direction' attribute.
- See Also:
IncludeDirection
,setDirection(IncludeDirection)
,ModelPackage.getHierarchicalContext_Direction()
- Generated class or method.
- EMF model class or method.
-
setDirection
void setDirection(IncludeDirection value)
Sets the value of the 'Direction
' attribute.- Parameters:
value
- the new value of the 'Direction' attribute.- See Also:
IncludeDirection
,getDirection()
- Generated class or method.
-
-