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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
Trace
public 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.
LogicalStep
public 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.
ConstraintState
public 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.
EventOccurrence
public 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.
State
public 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.
Reference
public 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.
ModelElementReference
public 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.
NamedReference
public 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.
PhysicalBase
public 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.
PhysicalSteps
public 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.
DiscretizedClockStep
public 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.
InterDiscretizedSteps
public 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.
AssertionState
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()