Uses of Interface
org.eclipse.emf.cdo.lm.assembly.AssemblyModule
Packages that use 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
Fields in org.eclipse.emf.cdo.lm.assembly with type parameters of type AssemblyModuleModifier and TypeFieldDescriptionstatic final Comparator<AssemblyModule>
AssemblyModule.COMPARATOR
Methods in org.eclipse.emf.cdo.lm.assembly that return AssemblyModuleModifier and TypeMethodDescriptionAssemblyFactory.createAssemblyModule()
Returns a new object of class 'Module'.Assembly.getRootModule()
Methods in org.eclipse.emf.cdo.lm.assembly that return types with arguments of type AssemblyModuleModifier and TypeMethodDescriptionAssembly.getModules()
Returns the value of the 'Modules' containment reference list.Methods in org.eclipse.emf.cdo.lm.assembly with parameters of type AssemblyModuleModifier and TypeMethodDescriptionvoid
Assembly.DeltaHandler.handleAddition
(AssemblyModule newModule) void
Assembly.DeltaHandler.handleModification
(AssemblyModule oldModule, AssemblyModule newModule) void
Assembly.DeltaHandler.handleRemoval
(AssemblyModule oldModule) Method parameters in org.eclipse.emf.cdo.lm.assembly with type arguments of type AssemblyModuleModifier and TypeMethodDescriptionvoid
Assembly.forEachDependency
(Consumer<AssemblyModule> consumer) -
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.assembly.impl
Classes in org.eclipse.emf.cdo.lm.assembly.impl that implement AssemblyModuleModifier and TypeClassDescriptionclass
An implementation of the model object 'Module'.Methods in org.eclipse.emf.cdo.lm.assembly.impl that return AssemblyModuleModifier and TypeMethodDescriptionAssemblyFactoryImpl.createAssemblyModule()
AssemblyImpl.getRootModule()
Methods in org.eclipse.emf.cdo.lm.assembly.impl that return types with arguments of type AssemblyModuleMethods in org.eclipse.emf.cdo.lm.assembly.impl with parameters of type AssemblyModuleModifier and TypeMethodDescriptionint
AssemblyModuleImpl.compareTo
(AssemblyModule o) static int
AssemblyModuleImpl.root
(AssemblyModule module) Method parameters in org.eclipse.emf.cdo.lm.assembly.impl with type arguments of type AssemblyModuleModifier and TypeMethodDescriptionvoid
AssemblyImpl.forEachDependency
(Consumer<AssemblyModule> consumer) -
Uses of AssemblyModule in org.eclipse.emf.cdo.lm.assembly.util
Methods in org.eclipse.emf.cdo.lm.assembly.util with parameters of type AssemblyModuleModifier 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
Methods in org.eclipse.emf.cdo.lm.client that return AssemblyModuleMethods in org.eclipse.emf.cdo.lm.client that return types with arguments of type AssemblyModuleModifier and TypeMethodDescriptionIAssemblyDescriptor.Updates.getAdditions()
IAssemblyDescriptor.Updates.getModifications()
Methods in org.eclipse.emf.cdo.lm.client with parameters of type AssemblyModule