org.eclipse.modisco.omg.smm.util
Class SmmAdapterFactory

java.lang.Object
  extended by AdapterFactoryImpl
      extended by org.eclipse.modisco.omg.smm.util.SmmAdapterFactory

public class SmmAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
SmmPackage
Generated:

Constructor Summary
SmmAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 Adapter createAbstractMeasureElementAdapter()
          Creates a new adapter for an object of class 'Abstract Measure Element'.
 Adapter createAdapter(Notifier target)
          Creates an adapter for the target.
 Adapter createAggregatedMeasurementAdapter()
          Creates a new adapter for an object of class 'Aggregated Measurement'.
 Adapter createAnnotationAdapter()
          Creates a new adapter for an object of class 'Annotation'.
 Adapter createArgumentAdapter()
          Creates a new adapter for an object of class 'Argument'.
 Adapter createAttributeAdapter()
          Creates a new adapter for an object of class 'Attribute'.
 Adapter createBase1MeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Base1 Measurement Relationship'.
 Adapter createBase1MeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Base1 Measure Relationship'.
 Adapter createBase2MeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Base2 Measurement Relationship'.
 Adapter createBase2MeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Base2 Measure Relationship'.
 Adapter createBaseMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Base Measurement Relationship'.
 Adapter createBaseMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Base Measure Relationship'.
 Adapter createBinaryMeasureAdapter()
          Creates a new adapter for an object of class 'Binary Measure'.
 Adapter createBinaryMeasurementAdapter()
          Creates a new adapter for an object of class 'Binary Measurement'.
 Adapter createCategoryRelationshipAdapter()
          Creates a new adapter for an object of class 'Category Relationship'.
 Adapter createCharacteristicAdapter()
          Creates a new adapter for an object of class 'Characteristic'.
 Adapter createCollectiveMeasureAdapter()
          Creates a new adapter for an object of class 'Collective Measure'.
 Adapter createCollectiveMeasurementAdapter()
          Creates a new adapter for an object of class 'Collective Measurement'.
 Adapter createCountAdapter()
          Creates a new adapter for an object of class 'Count'.
 Adapter createCountingAdapter()
          Creates a new adapter for an object of class 'Counting'.
 Adapter createDimensionalMeasureAdapter()
          Creates a new adapter for an object of class 'Dimensional Measure'.
 Adapter createDimensionalMeasurementAdapter()
          Creates a new adapter for an object of class 'Dimensional Measurement'.
 Adapter createDirectMeasureAdapter()
          Creates a new adapter for an object of class 'Direct Measure'.
 Adapter createDirectMeasurementAdapter()
          Creates a new adapter for an object of class 'Direct Measurement'.
 Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 Adapter createEquivalentMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Equivalent Measurement Relationship'.
 Adapter createEquivalentMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Equivalent Measure Relationship'.
 Adapter createGradeAdapter()
          Creates a new adapter for an object of class 'Grade'.
 Adapter createMeasureAdapter()
          Creates a new adapter for an object of class 'Measure'.
 Adapter createMeasureCategoryAdapter()
          Creates a new adapter for an object of class 'Measure Category'.
 Adapter createMeasureLibraryAdapter()
          Creates a new adapter for an object of class 'Measure Library'.
 Adapter createMeasurementAdapter()
          Creates a new adapter for an object of class 'Measurement'.
 Adapter createMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Measurement Relationship'.
 Adapter createMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Measure Relationship'.
 Adapter createNamedMeasureAdapter()
          Creates a new adapter for an object of class 'Named Measure'.
 Adapter createNamedMeasurementAdapter()
          Creates a new adapter for an object of class 'Named Measurement'.
 Adapter createObservationAdapter()
          Creates a new adapter for an object of class 'Observation'.
 Adapter createObservationScopeAdapter()
          Creates a new adapter for an object of class 'Observation Scope'.
 Adapter createObservedMeasureAdapter()
          Creates a new adapter for an object of class 'Observed Measure'.
 Adapter createOCLOperationAdapter()
          Creates a new adapter for an object of class 'OCL Operation'.
 Adapter createOperationAdapter()
          Creates a new adapter for an object of class 'Operation'.
 Adapter createRankingAdapter()
          Creates a new adapter for an object of class 'Ranking'.
 Adapter createRankingIntervalAdapter()
          Creates a new adapter for an object of class 'Ranking Interval'.
 Adapter createRankingMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Ranking Measurement Relationship'.
 Adapter createRankingMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Ranking Measure Relationship'.
 Adapter createRatioMeasureAdapter()
          Creates a new adapter for an object of class 'Ratio Measure'.
 Adapter createRatioMeasurementAdapter()
          Creates a new adapter for an object of class 'Ratio Measurement'.
 Adapter createRecursiveMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Recursive Measurement Relationship'.
 Adapter createRecursiveMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Recursive Measure Relationship'.
 Adapter createRefinementMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Refinement Measurement Relationship'.
 Adapter createRefinementMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Refinement Measure Relationship'.
 Adapter createRescaledMeasureAdapter()
          Creates a new adapter for an object of class 'Rescaled Measure'.
 Adapter createRescaledMeasurementAdapter()
          Creates a new adapter for an object of class 'Rescaled Measurement'.
 Adapter createRescaleMeasurementRelationshipAdapter()
          Creates a new adapter for an object of class 'Rescale Measurement Relationship'.
 Adapter createRescaleMeasureRelationshipAdapter()
          Creates a new adapter for an object of class 'Rescale Measure Relationship'.
 Adapter createScopeAdapter()
          Creates a new adapter for an object of class 'Scope'.
 Adapter createSmmElementAdapter()
          Creates a new adapter for an object of class 'Element'.
 Adapter createSmmModelAdapter()
          Creates a new adapter for an object of class 'Model'.
 Adapter createSmmRelationshipAdapter()
          Creates a new adapter for an object of class 'Relationship'.
 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
 

Constructor Detail

SmmAdapterFactory

public SmmAdapterFactory()
Creates an instance of the adapter factory.

Generated:
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Returns:
whether this factory is applicable for the type of the object.
Generated:

createAdapter

public Adapter createAdapter(Notifier target)
Creates an adapter for the target.

Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated:

createAbstractMeasureElementAdapter

public Adapter createAbstractMeasureElementAdapter()
Creates a new adapter for an object of class 'Abstract Measure Element'. 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.

Returns:
the new adapter.
See Also:
AbstractMeasureElement
Generated:

createAnnotationAdapter

public Adapter createAnnotationAdapter()
Creates a new adapter for an object of class 'Annotation'. 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.

Returns:
the new adapter.
See Also:
Annotation
Generated:

createArgumentAdapter

public Adapter createArgumentAdapter()
Creates a new adapter for an object of class 'Argument'. 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.

Returns:
the new adapter.
See Also:
Argument
Generated:

createAttributeAdapter

public Adapter createAttributeAdapter()
Creates a new adapter for an object of class 'Attribute'. 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.

Returns:
the new adapter.
See Also:
Attribute
Generated:

createAggregatedMeasurementAdapter

public Adapter createAggregatedMeasurementAdapter()
Creates a new adapter for an object of class 'Aggregated 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.

Returns:
the new adapter.
See Also:
AggregatedMeasurement
Generated:

createBase1MeasurementRelationshipAdapter

public Adapter createBase1MeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Base1 Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
Base1MeasurementRelationship
Generated:

createBase1MeasureRelationshipAdapter

public Adapter createBase1MeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Base1 Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
Base1MeasureRelationship
Generated:

createBase2MeasurementRelationshipAdapter

public Adapter createBase2MeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Base2 Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
Base2MeasurementRelationship
Generated:

createBase2MeasureRelationshipAdapter

public Adapter createBase2MeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Base2 Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
Base2MeasureRelationship
Generated:

createBaseMeasurementRelationshipAdapter

public Adapter createBaseMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Base Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
BaseMeasurementRelationship
Generated:

createBaseMeasureRelationshipAdapter

public Adapter createBaseMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Base Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
BaseMeasureRelationship
Generated:

createBinaryMeasureAdapter

public Adapter createBinaryMeasureAdapter()
Creates a new adapter for an object of class 'Binary Measure'. 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.

Returns:
the new adapter.
See Also:
BinaryMeasure
Generated:

createBinaryMeasurementAdapter

public Adapter createBinaryMeasurementAdapter()
Creates a new adapter for an object of class 'Binary 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.

Returns:
the new adapter.
See Also:
BinaryMeasurement
Generated:

createCategoryRelationshipAdapter

public Adapter createCategoryRelationshipAdapter()
Creates a new adapter for an object of class 'Category Relationship'. 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.

Returns:
the new adapter.
See Also:
CategoryRelationship
Generated:

createCharacteristicAdapter

public Adapter createCharacteristicAdapter()
Creates a new adapter for an object of class 'Characteristic'. 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.

Returns:
the new adapter.
See Also:
Characteristic
Generated:

createCollectiveMeasureAdapter

public Adapter createCollectiveMeasureAdapter()
Creates a new adapter for an object of class 'Collective Measure'. 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.

Returns:
the new adapter.
See Also:
CollectiveMeasure
Generated:

createCollectiveMeasurementAdapter

public Adapter createCollectiveMeasurementAdapter()
Creates a new adapter for an object of class 'Collective 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.

Returns:
the new adapter.
See Also:
CollectiveMeasurement
Generated:

createCountAdapter

public Adapter createCountAdapter()
Creates a new adapter for an object of class 'Count'. 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.

Returns:
the new adapter.
See Also:
Count
Generated:

createCountingAdapter

public Adapter createCountingAdapter()
Creates a new adapter for an object of class 'Counting'. 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.

Returns:
the new adapter.
See Also:
Counting
Generated:

createDimensionalMeasureAdapter

public Adapter createDimensionalMeasureAdapter()
Creates a new adapter for an object of class 'Dimensional Measure'. 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.

Returns:
the new adapter.
See Also:
DimensionalMeasure
Generated:

createDimensionalMeasurementAdapter

public Adapter createDimensionalMeasurementAdapter()
Creates a new adapter for an object of class 'Dimensional 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.

Returns:
the new adapter.
See Also:
DimensionalMeasurement
Generated:

createDirectMeasureAdapter

public Adapter createDirectMeasureAdapter()
Creates a new adapter for an object of class 'Direct Measure'. 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.

Returns:
the new adapter.
See Also:
DirectMeasure
Generated:

createDirectMeasurementAdapter

public Adapter createDirectMeasurementAdapter()
Creates a new adapter for an object of class 'Direct 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.

Returns:
the new adapter.
See Also:
DirectMeasurement
Generated:

createEquivalentMeasureRelationshipAdapter

public Adapter createEquivalentMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Equivalent Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
EquivalentMeasureRelationship
Generated:

createEquivalentMeasurementRelationshipAdapter

public Adapter createEquivalentMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Equivalent Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
EquivalentMeasurementRelationship
Generated:

createGradeAdapter

public Adapter createGradeAdapter()
Creates a new adapter for an object of class 'Grade'. 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.

Returns:
the new adapter.
See Also:
Grade
Generated:

createMeasureAdapter

public Adapter createMeasureAdapter()
Creates a new adapter for an object of class 'Measure'. 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.

Returns:
the new adapter.
See Also:
Measure
Generated:

createMeasureCategoryAdapter

public Adapter createMeasureCategoryAdapter()
Creates a new adapter for an object of class 'Measure Category'. 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.

Returns:
the new adapter.
See Also:
MeasureCategory
Generated:

createMeasureLibraryAdapter

public Adapter createMeasureLibraryAdapter()
Creates a new adapter for an object of class 'Measure Library'. 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.

Returns:
the new adapter.
See Also:
MeasureLibrary
Generated:

createMeasureRelationshipAdapter

public Adapter createMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
MeasureRelationship
Generated:

createMeasurementAdapter

public Adapter createMeasurementAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Measurement
Generated:

createMeasurementRelationshipAdapter

public Adapter createMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
MeasurementRelationship
Generated:

createNamedMeasureAdapter

public Adapter createNamedMeasureAdapter()
Creates a new adapter for an object of class 'Named Measure'. 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.

Returns:
the new adapter.
See Also:
NamedMeasure
Generated:

createNamedMeasurementAdapter

public Adapter createNamedMeasurementAdapter()
Creates a new adapter for an object of class 'Named 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.

Returns:
the new adapter.
See Also:
NamedMeasurement
Generated:

createObservationAdapter

public Adapter createObservationAdapter()
Creates a new adapter for an object of class 'Observation'. 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.

Returns:
the new adapter.
See Also:
Observation
Generated:

createObservationScopeAdapter

public Adapter createObservationScopeAdapter()
Creates a new adapter for an object of class 'Observation Scope'. 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.

Returns:
the new adapter.
See Also:
ObservationScope
Generated:

createObservedMeasureAdapter

public Adapter createObservedMeasureAdapter()
Creates a new adapter for an object of class 'Observed Measure'. 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.

Returns:
the new adapter.
See Also:
ObservedMeasure
Generated:

createOCLOperationAdapter

public Adapter createOCLOperationAdapter()
Creates a new adapter for an object of class 'OCL Operation'. 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.

Returns:
the new adapter.
See Also:
OCLOperation
Generated:

createOperationAdapter

public Adapter createOperationAdapter()
Creates a new adapter for an object of class 'Operation'. 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.

Returns:
the new adapter.
See Also:
Operation
Generated:

createRankingAdapter

public Adapter createRankingAdapter()
Creates a new adapter for an object of class 'Ranking'. 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.

Returns:
the new adapter.
See Also:
Ranking
Generated:

createRankingIntervalAdapter

public Adapter createRankingIntervalAdapter()
Creates a new adapter for an object of class 'Ranking Interval'. 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.

Returns:
the new adapter.
See Also:
RankingInterval
Generated:

createRankingMeasureRelationshipAdapter

public Adapter createRankingMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Ranking Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
RankingMeasureRelationship
Generated:

createRankingMeasurementRelationshipAdapter

public Adapter createRankingMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Ranking Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
RankingMeasurementRelationship
Generated:

createRatioMeasureAdapter

public Adapter createRatioMeasureAdapter()
Creates a new adapter for an object of class 'Ratio Measure'. 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.

Returns:
the new adapter.
See Also:
RatioMeasure
Generated:

createRatioMeasurementAdapter

public Adapter createRatioMeasurementAdapter()
Creates a new adapter for an object of class 'Ratio 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.

Returns:
the new adapter.
See Also:
RatioMeasurement
Generated:

createRecursiveMeasureRelationshipAdapter

public Adapter createRecursiveMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Recursive Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
RecursiveMeasureRelationship
Generated:

createRecursiveMeasurementRelationshipAdapter

public Adapter createRecursiveMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Recursive Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
RecursiveMeasurementRelationship
Generated:

createRefinementMeasureRelationshipAdapter

public Adapter createRefinementMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Refinement Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
RefinementMeasureRelationship
Generated:

createRefinementMeasurementRelationshipAdapter

public Adapter createRefinementMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Refinement Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
RefinementMeasurementRelationship
Generated:

createRescaledMeasureAdapter

public Adapter createRescaledMeasureAdapter()
Creates a new adapter for an object of class 'Rescaled Measure'. 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.

Returns:
the new adapter.
See Also:
RescaledMeasure
Generated:

createRescaleMeasureRelationshipAdapter

public Adapter createRescaleMeasureRelationshipAdapter()
Creates a new adapter for an object of class 'Rescale Measure Relationship'. 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.

Returns:
the new adapter.
See Also:
RescaleMeasureRelationship
Generated:

createRescaledMeasurementAdapter

public Adapter createRescaledMeasurementAdapter()
Creates a new adapter for an object of class 'Rescaled 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.

Returns:
the new adapter.
See Also:
RescaledMeasurement
Generated:

createRescaleMeasurementRelationshipAdapter

public Adapter createRescaleMeasurementRelationshipAdapter()
Creates a new adapter for an object of class 'Rescale Measurement Relationship'. 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.

Returns:
the new adapter.
See Also:
RescaleMeasurementRelationship
Generated:

createScopeAdapter

public Adapter createScopeAdapter()
Creates a new adapter for an object of class 'Scope'. 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.

Returns:
the new adapter.
See Also:
Scope
Generated:

createSmmElementAdapter

public Adapter createSmmElementAdapter()
Creates a new adapter for an object of class 'Element'. 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.

Returns:
the new adapter.
See Also:
SmmElement
Generated:

createSmmModelAdapter

public Adapter createSmmModelAdapter()
Creates a new adapter for an object of class 'Model'. 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.

Returns:
the new adapter.
See Also:
SmmModel
Generated:

createSmmRelationshipAdapter

public Adapter createSmmRelationshipAdapter()
Creates a new adapter for an object of class 'Relationship'. 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.

Returns:
the new adapter.
See Also:
SmmRelationship
Generated:

createEObjectAdapter

public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated: