|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Module | |
---|---|
com.hammurapi.review | |
com.hammurapi.review.impl | |
com.hammurapi.review.util |
Uses of Module in com.hammurapi.review |
---|
Methods in com.hammurapi.review that return Module | |
---|---|
Module |
ReviewFactory.createModule()
Returns a new object of class 'Module'. |
Module |
ModuleAggregator.getModule()
|
Methods in com.hammurapi.review that return types with arguments of type Module | |
---|---|
org.eclipse.emf.common.util.EList<Module> |
Component.getModule()
Returns the value of the 'Module' containment reference list. |
Methods in com.hammurapi.review with parameters of type Module | |
---|---|
ObservationSink |
ContextReporter.createObservationSink(Module module)
|
ObservationSink |
PrintStreamReporter.createObservationSink(Module module)
|
ObservationSink |
Reporter.createObservationSink(Module module)
Creates observation sink for a module. |
ObservationSink |
Summary.getObservationSink(Module module)
|
Constructors in com.hammurapi.review with parameters of type Module | |
---|---|
ModuleAggregator(Module module,
Summary summary)
|
Uses of Module in com.hammurapi.review.impl |
---|
Classes in com.hammurapi.review.impl that implement Module | |
---|---|
class |
ModuleImpl
An implementation of the model object 'Module'. |
Fields in com.hammurapi.review.impl with type parameters of type Module | |
---|---|
protected org.eclipse.emf.common.util.EList<Module> |
ComponentImpl.module
The cached value of the ' Module ' containment reference list. |
Methods in com.hammurapi.review.impl that return Module | |
---|---|
Module |
ReviewFactoryImpl.createModule()
|
Methods in com.hammurapi.review.impl that return types with arguments of type Module | |
---|---|
org.eclipse.emf.common.util.EList<Module> |
ComponentImpl.getModule()
|
Uses of Module in com.hammurapi.review.util |
---|
Methods in com.hammurapi.review.util with parameters of type Module | |
---|---|
T |
ReviewSwitch.caseModule(Module object)
Returns the result of interpreting the object as an instance of 'Module'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |