|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAdapterFactoryImpl
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util.BenchmarkAdapterFactory
public class BenchmarkAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
BenchmarkPackage| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Constructor Summary | |
|---|---|
BenchmarkAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target. |
Adapter |
createBeginEventAdapter()
Creates a new adapter for an object of class ' Begin Event'. |
Adapter |
createBenchmarkAdapter()
Creates a new adapter for an object of class ' Benchmark'. |
Adapter |
createDiscoveryAdapter()
Creates a new adapter for an object of class ' Discovery'. |
Adapter |
createDiscoveryIterationAdapter()
Creates a new adapter for an object of class ' Discovery Iteration'. |
Adapter |
createEndEventAdapter()
Creates a new adapter for an object of class ' End Event'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createEventAdapter()
Creates a new adapter for an object of class ' Event'. |
Adapter |
createEventTypeAdapter()
Creates a new adapter for an object of class ' Event Type'. |
Adapter |
createFileAdapter()
Creates a new adapter for an object of class ' File'. |
Adapter |
createMemoryMeasurementAdapter()
Creates a new adapter for an object of class ' Memory Measurement'. |
Adapter |
createProjectAdapter()
Creates a new adapter for an object of class ' Project'. |
Adapter |
createResourceAdapter()
Creates a new adapter for an object of class ' Resource'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public BenchmarkAdapterFactory()
| Method Detail |
|---|
public boolean isFactoryForType(java.lang.Object object)
true if the object is either the model's package or is an instance object of the model.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.
target.public Adapter createMemoryMeasurementAdapter()
Memory Measurement'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MemoryMeasurementpublic Adapter createEventAdapter()
Event'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Eventpublic Adapter createEventTypeAdapter()
Event Type'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EventTypepublic Adapter createBeginEventAdapter()
Begin Event'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BeginEventpublic Adapter createEndEventAdapter()
End Event'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EndEventpublic Adapter createFileAdapter()
File'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Filepublic Adapter createResourceAdapter()
Resource'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Resourcepublic Adapter createProjectAdapter()
Project'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Projectpublic Adapter createBenchmarkAdapter()
Benchmark'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Benchmarkpublic Adapter createDiscoveryAdapter()
Discovery'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Discoverypublic Adapter createDiscoveryIterationAdapter()
Discovery Iteration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DiscoveryIterationpublic Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||