Package org.eclipse.emf.cdo.lm
Interface System
- All Superinterfaces:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
- All Known Implementing Classes:
SystemImpl
A representation of the model object
'System'.
- See Also:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachBaseline
(Consumer<Baseline> consumer) boolean
forEachBaseline
(Predicate<Baseline> predicate) Returns the value of the 'Modules' containment reference list.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Process' containment reference.void
Sets the value of the 'Name
' attribute.void
setProcess
(Process value) Sets the value of the 'Process
' containment 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.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
RESOURCE_PATH
- See Also:
-
SEPARATOR
- Since:
- 1.2
- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated
-
getProcess
Process getProcess()Returns the value of the 'Process' containment reference. It is bidirectional and its opposite is 'System
'.- Returns:
- the value of the 'Process' containment reference.
- See Also:
- Generated
- Model
- opposite="system" containment="true" required="true"
-
setProcess
Sets the value of the 'Process
' containment reference.- Parameters:
value
- the new value of the 'Process' containment reference.- See Also:
- Generated
-
getModules
Returns the value of the 'Modules' containment reference list. The list contents are of typeModule
. It is bidirectional and its opposite is 'System
'.- Returns:
- the value of the 'Modules' containment reference list.
- See Also:
- Generated
- Model
- opposite="system" containment="true"
-
getModule
- Generated
- Model
-
getAllBaselines
-
forEachBaseline
-
forEachBaseline
- Since:
- 1.3
-