public class TraceAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
TracePackage| Constructor and Description |
|---|
TraceAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target |
org.eclipse.emf.common.notify.Adapter |
createAssertionStateAdapter()
Creates a new adapter for an object of class '
Assertion State' |
org.eclipse.emf.common.notify.Adapter |
createConstraintStateAdapter()
Creates a new adapter for an object of class '
Constraint State' |
org.eclipse.emf.common.notify.Adapter |
createDiscretizedClockStepAdapter()
Creates a new adapter for an object of class '
Discretized Clock Step' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createEventOccurrenceAdapter()
Creates a new adapter for an object of class '
Event Occurrence' |
org.eclipse.emf.common.notify.Adapter |
createInterDiscretizedStepsAdapter()
Creates a new adapter for an object of class '
Inter Discretized Steps' |
org.eclipse.emf.common.notify.Adapter |
createLogicalStepAdapter()
Creates a new adapter for an object of class '
Logical Step' |
org.eclipse.emf.common.notify.Adapter |
createModelElementReferenceAdapter()
Creates a new adapter for an object of class '
Model Element Reference' |
org.eclipse.emf.common.notify.Adapter |
createNamedReferenceAdapter()
Creates a new adapter for an object of class '
Named Reference' |
org.eclipse.emf.common.notify.Adapter |
createPhysicalBaseAdapter()
Creates a new adapter for an object of class '
Physical Base' |
org.eclipse.emf.common.notify.Adapter |
createPhysicalStepsAdapter()
Creates a new adapter for an object of class '
Physical Steps' |
org.eclipse.emf.common.notify.Adapter |
createReferenceAdapter()
Creates a new adapter for an object of class '
Reference' |
org.eclipse.emf.common.notify.Adapter |
createStateAdapter()
Creates a new adapter for an object of class '
State' |
org.eclipse.emf.common.notify.Adapter |
createTraceAdapter()
Creates a new adapter for an object of class '
Trace' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
public TraceAdapterFactory()
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.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createTraceAdapter()
Trace'.
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.
Tracepublic org.eclipse.emf.common.notify.Adapter createLogicalStepAdapter()
Logical Step'.
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.
LogicalSteppublic org.eclipse.emf.common.notify.Adapter createConstraintStateAdapter()
Constraint State'.
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.
ConstraintStatepublic org.eclipse.emf.common.notify.Adapter createEventOccurrenceAdapter()
Event Occurrence'.
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.
EventOccurrencepublic org.eclipse.emf.common.notify.Adapter createStateAdapter()
State'.
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.
Statepublic org.eclipse.emf.common.notify.Adapter createReferenceAdapter()
Reference'.
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.
Referencepublic org.eclipse.emf.common.notify.Adapter createModelElementReferenceAdapter()
Model Element Reference'.
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.
ModelElementReferencepublic org.eclipse.emf.common.notify.Adapter createNamedReferenceAdapter()
Named Reference'.
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.
NamedReferencepublic org.eclipse.emf.common.notify.Adapter createPhysicalBaseAdapter()
Physical Base'.
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.
PhysicalBasepublic org.eclipse.emf.common.notify.Adapter createPhysicalStepsAdapter()
Physical Steps'.
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.
PhysicalStepspublic org.eclipse.emf.common.notify.Adapter createDiscretizedClockStepAdapter()
Discretized Clock Step'.
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.
DiscretizedClockSteppublic org.eclipse.emf.common.notify.Adapter createInterDiscretizedStepsAdapter()
Inter Discretized Steps'.
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.
InterDiscretizedStepspublic org.eclipse.emf.common.notify.Adapter createAssertionStateAdapter()
Assertion State'.
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.
AssertionStatepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()