Uses of Interface
org.eclipse.emf.cdo.lm.Module
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF implementation of the CDO Lifecycle Management model.
The generated EMF utilities of the CDO Lifecycle Management model.
-
Uses of Module in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionLMFactory.createModule()
Returns a new object of class 'Module'.ModuleElement.getModule()
Stream.getModule()
Returns the value of the 'Module' container reference.Dependency.getTarget()
Returns the value of the 'Target' reference.Modifier and TypeMethodDescriptionSystem.getModules()
Returns the value of the 'Modules' containment reference list. -
Uses of Module in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionISystemDescriptor.createModule
(String name, ModuleType type, StreamSpec streamSpec, IProgressMonitor monitor) ISystemDescriptor.createModule
(String name, StreamSpec streamSpec, IProgressMonitor monitor) ISystemManager.ModuleCreatedEvent.getNewModule()
Modifier and TypeMethodDescriptionLMImporter.ImportResolution.importModules
(ISystemDescriptor systemDescriptor) Modifier and TypeMethodDescriptionISystemDescriptor.createStream
(Module module, Drop base, StreamSpec streamSpec, IProgressMonitor monitor) void
ISystemDescriptor.deleteModule
(Module module, IProgressMonitor monitor) -
Uses of Module in org.eclipse.emf.cdo.lm.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Module'.Modifier and TypeMethodDescriptionDependencyImpl.basicGetTarget()
LMFactoryImpl.createModule()
BaselineImpl.getModule()
DependencyImpl.getModule()
StreamImpl.getModule()
DependencyImpl.getTarget()
Modifier and TypeMethodDescriptionStreamImpl.basicSetModule
(Module newModule, NotificationChain msgs) void
void
-
Uses of Module in org.eclipse.emf.cdo.lm.util
Modifier and TypeMethodDescriptionLMSwitch.caseModule
(Module object) Returns the result of interpreting the object as an instance of 'Module'.