Uses of Interface
org.eclipse.emf.cdo.lm.assembly.AssemblyModule
Package
Description
The generated EMF API of the CDO Lifecycle Management Assembly model.
The generated EMF implementation of the CDO Lifecycle Management Assembly model.
The generated EMF utilities of the CDO Lifecycle Management Assembly model.
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
-
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.assembly
Modifier and TypeFieldDescriptionstatic final Comparator<AssemblyModule>
AssemblyModule.COMPARATOR
Modifier and TypeMethodDescriptionAssemblyFactory.createAssemblyModule()
Returns a new object of class 'Module'.Assembly.getRootModule()
Modifier and TypeMethodDescriptionAssembly.getModules()
Returns the value of the 'Modules' containment reference list.Modifier and TypeMethodDescriptionvoid
Assembly.DeltaHandler.handleAddition
(AssemblyModule newModule) void
Assembly.DeltaHandler.handleModification
(AssemblyModule oldModule, AssemblyModule newModule) void
Assembly.DeltaHandler.handleRemoval
(AssemblyModule oldModule) Modifier and TypeMethodDescriptionvoid
Assembly.forEachDependency
(Consumer<AssemblyModule> consumer) -
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.assembly.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Module'.Modifier and TypeMethodDescriptionAssemblyFactoryImpl.createAssemblyModule()
AssemblyImpl.getRootModule()
Modifier and TypeMethodDescriptionint
AssemblyModuleImpl.compareTo
(AssemblyModule o) static int
AssemblyModuleImpl.root
(AssemblyModule module) Modifier and TypeMethodDescriptionvoid
AssemblyImpl.forEachDependency
(Consumer<AssemblyModule> consumer) -
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.assembly.util
Modifier and TypeMethodDescriptionAssemblySwitch.caseAssemblyModule
(AssemblyModule object) Returns the result of interpreting the object as an instance of 'Module'. -
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionIAssemblyDescriptor.Updates.getAdditions()
IAssemblyDescriptor.Updates.getModifications()