Uses of Interface
org.eclipse.emf.cdo.lm.modules.ModuleDefinition
Package
Description
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF API of the CDO Lifecycle Management Modules model.
The generated EMF implementation of the CDO Lifecycle Management Modules model.
The generated EMF utilities of the CDO Lifecycle Management Modules model.
-
Uses of ModuleDefinition in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionISystemDescriptor.extractModuleDefinition
(Baseline baseline) ISystemDescriptor.extractModuleDefinition
(FloatingBaseline baseline, long timeStamp) ISystemDescriptor.extractModuleDefinition
(CDOView view) LMImporter.ImportResolution.ModuleInfo.getModuleDefinition()
Modifier and TypeMethodDescriptionISystemDescriptor.resolve
(ModuleDefinition rootDefinition, Baseline baseline, IProgressMonitor monitor) void
LMImporter.ImportResolution.ModuleInfo.setModuleDefinition
(ModuleDefinition moduleDefinition) -
Uses of ModuleDefinition in org.eclipse.emf.cdo.lm.modules
Modifier and TypeMethodDescriptionModulesFactory.createModuleDefinition()
Returns a new object of class 'Module Definition'.DependencyDefinition.getSource()
Returns the value of the 'Source' container reference.Modifier and TypeMethodDescriptionvoid
DependencyDefinition.setSource
(ModuleDefinition value) Sets the value of the 'Source
' container reference. -
Uses of ModuleDefinition in org.eclipse.emf.cdo.lm.modules.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Module Definition'.Modifier and TypeMethodDescriptionModulesFactoryImpl.createModuleDefinition()
DependencyDefinitionImpl.getSource()
Modifier and TypeMethodDescriptionDependencyDefinitionImpl.basicSetSource
(ModuleDefinition newSource, NotificationChain msgs) void
DependencyDefinitionImpl.setSource
(ModuleDefinition newSource) -
Uses of ModuleDefinition in org.eclipse.emf.cdo.lm.modules.util
Modifier and TypeMethodDescriptionModulesSwitch.caseModuleDefinition
(ModuleDefinition object) Returns the result of interpreting the object as an instance of 'Module Definition'.