Class OmlAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
io.opencaesar.oml.util.OmlAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class OmlAdapterFactory extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
See Also:
Generated:
  • Field Details

    • modelPackage

      protected static OmlPackage modelPackage
      The cached model package.
      Generated:
    • modelSwitch

      protected OmlSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
      Generated:
  • Constructor Details

    • OmlAdapterFactory

      public OmlAdapterFactory()
      Creates an instance of the adapter factory.
      Generated:
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(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.
      Specified by:
      isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
      Overrides:
      isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
      Generated:
    • createAdapter

      public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      Parameters:
      target - the object to adapt.
      Returns:
      the adapter for the target.
      Generated:
    • createElementAdapter

      public org.eclipse.emf.common.notify.Adapter createElementAdapter()
      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:
      Generated:
    • createAnnotationAdapter

      public org.eclipse.emf.common.notify.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:
      Generated:
    • createIdentifiedElementAdapter

      public org.eclipse.emf.common.notify.Adapter createIdentifiedElementAdapter()
      Creates a new adapter for an object of class 'Identified 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:
      Generated:
    • createImportAdapter

      public org.eclipse.emf.common.notify.Adapter createImportAdapter()
      Creates a new adapter for an object of class 'Import'. 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:
      Generated:
    • createInstanceAdapter

      public org.eclipse.emf.common.notify.Adapter createInstanceAdapter()
      Creates a new adapter for an object of class 'Instance'. 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:
      Generated:
    • createAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createAxiomAdapter()
      Creates a new adapter for an object of class 'Axiom'. 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:
      Generated:
    • createAssertionAdapter

      public org.eclipse.emf.common.notify.Adapter createAssertionAdapter()
      Creates a new adapter for an object of class 'Assertion'. 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:
      Generated:
    • createPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createPredicateAdapter()
      Creates a new adapter for an object of class 'Predicate'. 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:
      Generated:
    • createArgumentAdapter

      public org.eclipse.emf.common.notify.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:
      Generated:
    • createLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralAdapter()
      Creates a new adapter for an object of class 'Literal'. 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:
      Generated:
    • createOntologyAdapter

      public org.eclipse.emf.common.notify.Adapter createOntologyAdapter()
      Creates a new adapter for an object of class 'Ontology'. 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:
      Generated:
    • createMemberAdapter

      public org.eclipse.emf.common.notify.Adapter createMemberAdapter()
      Creates a new adapter for an object of class 'Member'. 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:
      Generated:
    • createVocabularyBoxAdapter

      public org.eclipse.emf.common.notify.Adapter createVocabularyBoxAdapter()
      Creates a new adapter for an object of class 'Vocabulary Box'. 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:
      Generated:
    • createDescriptionBoxAdapter

      public org.eclipse.emf.common.notify.Adapter createDescriptionBoxAdapter()
      Creates a new adapter for an object of class 'Description Box'. 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:
      Generated:
    • createVocabularyAdapter

      public org.eclipse.emf.common.notify.Adapter createVocabularyAdapter()
      Creates a new adapter for an object of class 'Vocabulary'. 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:
      Generated:
    • createVocabularyBundleAdapter

      public org.eclipse.emf.common.notify.Adapter createVocabularyBundleAdapter()
      Creates a new adapter for an object of class 'Vocabulary Bundle'. 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:
      Generated:
    • createDescriptionAdapter

      public org.eclipse.emf.common.notify.Adapter createDescriptionAdapter()
      Creates a new adapter for an object of class 'Description'. 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:
      Generated:
    • createDescriptionBundleAdapter

      public org.eclipse.emf.common.notify.Adapter createDescriptionBundleAdapter()
      Creates a new adapter for an object of class 'Description Bundle'. 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:
      Generated:
    • createStatementAdapter

      public org.eclipse.emf.common.notify.Adapter createStatementAdapter()
      Creates a new adapter for an object of class 'Statement'. 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:
      Generated:
    • createVocabularyMemberAdapter

      public org.eclipse.emf.common.notify.Adapter createVocabularyMemberAdapter()
      Creates a new adapter for an object of class 'Vocabulary Member'. 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:
      Generated:
    • createDescriptionMemberAdapter

      public org.eclipse.emf.common.notify.Adapter createDescriptionMemberAdapter()
      Creates a new adapter for an object of class 'Description Member'. 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:
      Generated:
    • createVocabularyStatementAdapter

      public org.eclipse.emf.common.notify.Adapter createVocabularyStatementAdapter()
      Creates a new adapter for an object of class 'Vocabulary Statement'. 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:
      Generated:
    • createDescriptionStatementAdapter

      public org.eclipse.emf.common.notify.Adapter createDescriptionStatementAdapter()
      Creates a new adapter for an object of class 'Description Statement'. 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:
      Generated:
    • createTermAdapter

      public org.eclipse.emf.common.notify.Adapter createTermAdapter()
      Creates a new adapter for an object of class 'Term'. 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:
      Generated:
    • createRuleAdapter

      public org.eclipse.emf.common.notify.Adapter createRuleAdapter()
      Creates a new adapter for an object of class 'Rule'. 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:
      Generated:
    • createBuiltInAdapter

      public org.eclipse.emf.common.notify.Adapter createBuiltInAdapter()
      Creates a new adapter for an object of class 'Built In'. 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:
      Generated:
    • createSpecializableTermAdapter

      public org.eclipse.emf.common.notify.Adapter createSpecializableTermAdapter()
      Creates a new adapter for an object of class 'Specializable Term'. 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:
      Generated:
    • createPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
      Creates a new adapter for an object of class 'Property'. 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:
      Generated:
    • createTypeAdapter

      public org.eclipse.emf.common.notify.Adapter createTypeAdapter()
      Creates a new adapter for an object of class '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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createRelationBaseAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationBaseAdapter()
      Creates a new adapter for an object of class 'Relation 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createSpecializablePropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createSpecializablePropertyAdapter()
      Creates a new adapter for an object of class 'Specializable Property'. 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:
      Generated:
    • createClassifierAdapter

      public org.eclipse.emf.common.notify.Adapter createClassifierAdapter()
      Creates a new adapter for an object of class 'Classifier'. 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:
      Generated:
    • createScalarAdapter

      public org.eclipse.emf.common.notify.Adapter createScalarAdapter()
      Creates a new adapter for an object of class 'Scalar'. 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:
      Generated:
    • createEntityAdapter

      public org.eclipse.emf.common.notify.Adapter createEntityAdapter()
      Creates a new adapter for an object of class 'Entity'. 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:
      Generated:
    • createStructureAdapter

      public org.eclipse.emf.common.notify.Adapter createStructureAdapter()
      Creates a new adapter for an object of class 'Structure'. 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:
      Generated:
    • createAspectAdapter

      public org.eclipse.emf.common.notify.Adapter createAspectAdapter()
      Creates a new adapter for an object of class 'Aspect'. 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:
      Generated:
    • createConceptAdapter

      public org.eclipse.emf.common.notify.Adapter createConceptAdapter()
      Creates a new adapter for an object of class 'Concept'. 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:
      Generated:
    • createRelationEntityAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationEntityAdapter()
      Creates a new adapter for an object of class 'Relation Entity'. 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:
      Generated:
    • createAnnotationPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createAnnotationPropertyAdapter()
      Creates a new adapter for an object of class 'Annotation Property'. 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:
      Generated:
    • createSemanticPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createSemanticPropertyAdapter()
      Creates a new adapter for an object of class 'Semantic Property'. 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:
      Generated:
    • createScalarPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createScalarPropertyAdapter()
      Creates a new adapter for an object of class 'Scalar Property'. 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:
      Generated:
    • createStructuredPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createStructuredPropertyAdapter()
      Creates a new adapter for an object of class 'Structured Property'. 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:
      Generated:
    • createRelationAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationAdapter()
      Creates a new adapter for an object of class 'Relation'. 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:
      Generated:
    • createForwardRelationAdapter

      public org.eclipse.emf.common.notify.Adapter createForwardRelationAdapter()
      Creates a new adapter for an object of class 'Forward Relation'. 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:
      Generated:
    • createReverseRelationAdapter

      public org.eclipse.emf.common.notify.Adapter createReverseRelationAdapter()
      Creates a new adapter for an object of class 'Reverse Relation'. 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:
      Generated:
    • createUnreifiedRelationAdapter

      public org.eclipse.emf.common.notify.Adapter createUnreifiedRelationAdapter()
      Creates a new adapter for an object of class 'Unreified Relation'. 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:
      Generated:
    • createNamedInstanceAdapter

      public org.eclipse.emf.common.notify.Adapter createNamedInstanceAdapter()
      Creates a new adapter for an object of class 'Named Instance'. 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:
      Generated:
    • createConceptInstanceAdapter

      public org.eclipse.emf.common.notify.Adapter createConceptInstanceAdapter()
      Creates a new adapter for an object of class 'Concept Instance'. 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:
      Generated:
    • createRelationInstanceAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationInstanceAdapter()
      Creates a new adapter for an object of class 'Relation Instance'. 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:
      Generated:
    • createStructureInstanceAdapter

      public org.eclipse.emf.common.notify.Adapter createStructureInstanceAdapter()
      Creates a new adapter for an object of class 'Structure Instance'. 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:
      Generated:
    • createKeyAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createKeyAxiomAdapter()
      Creates a new adapter for an object of class 'Key Axiom'. 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:
      Generated:
    • createSpecializationAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createSpecializationAxiomAdapter()
      Creates a new adapter for an object of class 'Specialization Axiom'. 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:
      Generated:
    • createInstanceEnumerationAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createInstanceEnumerationAxiomAdapter()
      Creates a new adapter for an object of class 'Instance Enumeration Axiom'. 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:
      Generated:
    • createPropertyRestrictionAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyRestrictionAxiomAdapter()
      Creates a new adapter for an object of class 'Property Restriction Axiom'. 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:
      Generated:
    • createLiteralEnumerationAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralEnumerationAxiomAdapter()
      Creates a new adapter for an object of class 'Literal Enumeration Axiom'. 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:
      Generated:
    • createClassifierEquivalenceAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createClassifierEquivalenceAxiomAdapter()
      Creates a new adapter for an object of class 'Classifier Equivalence Axiom'. 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:
      Generated:
    • createScalarEquivalenceAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createScalarEquivalenceAxiomAdapter()
      Creates a new adapter for an object of class 'Scalar Equivalence Axiom'. 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:
      Generated:
    • createPropertyEquivalenceAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyEquivalenceAxiomAdapter()
      Creates a new adapter for an object of class 'Property Equivalence Axiom'. 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:
      Generated:
    • createPropertyRangeRestrictionAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyRangeRestrictionAxiomAdapter()
      Creates a new adapter for an object of class 'Property Range Restriction Axiom'. 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:
      Generated:
    • createPropertyCardinalityRestrictionAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyCardinalityRestrictionAxiomAdapter()
      Creates a new adapter for an object of class 'Property Cardinality Restriction Axiom'. 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:
      Generated:
    • createPropertyValueRestrictionAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyValueRestrictionAxiomAdapter()
      Creates a new adapter for an object of class 'Property Value Restriction Axiom'. 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:
      Generated:
    • createPropertySelfRestrictionAxiomAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertySelfRestrictionAxiomAdapter()
      Creates a new adapter for an object of class 'Property Self Restriction Axiom'. 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:
      Generated:
    • createTypeAssertionAdapter

      public org.eclipse.emf.common.notify.Adapter createTypeAssertionAdapter()
      Creates a new adapter for an object of class 'Type Assertion'. 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:
      Generated:
    • createPropertyValueAssertionAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyValueAssertionAdapter()
      Creates a new adapter for an object of class 'Property Value Assertion'. 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:
      Generated:
    • createUnaryPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createUnaryPredicateAdapter()
      Creates a new adapter for an object of class 'Unary Predicate'. 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:
      Generated:
    • createBinaryPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createBinaryPredicateAdapter()
      Creates a new adapter for an object of class 'Binary Predicate'. 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:
      Generated:
    • createBuiltInPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createBuiltInPredicateAdapter()
      Creates a new adapter for an object of class 'Built In Predicate'. 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:
      Generated:
    • createTypePredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createTypePredicateAdapter()
      Creates a new adapter for an object of class 'Type Predicate'. 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:
      Generated:
    • createRelationEntityPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationEntityPredicateAdapter()
      Creates a new adapter for an object of class 'Relation Entity Predicate'. 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:
      Generated:
    • createPropertyPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createPropertyPredicateAdapter()
      Creates a new adapter for an object of class 'Property Predicate'. 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:
      Generated:
    • createSameAsPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createSameAsPredicateAdapter()
      Creates a new adapter for an object of class 'Same As Predicate'. 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:
      Generated:
    • createDifferentFromPredicateAdapter

      public org.eclipse.emf.common.notify.Adapter createDifferentFromPredicateAdapter()
      Creates a new adapter for an object of class 'Different From Predicate'. 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:
      Generated:
    • createQuotedLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createQuotedLiteralAdapter()
      Creates a new adapter for an object of class 'Quoted Literal'. 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:
      Generated:
    • createIntegerLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createIntegerLiteralAdapter()
      Creates a new adapter for an object of class 'Integer Literal'. 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:
      Generated:
    • createDecimalLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createDecimalLiteralAdapter()
      Creates a new adapter for an object of class 'Decimal Literal'. 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:
      Generated:
    • createDoubleLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createDoubleLiteralAdapter()
      Creates a new adapter for an object of class 'Double Literal'. 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:
      Generated:
    • createBooleanLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createBooleanLiteralAdapter()
      Creates a new adapter for an object of class 'Boolean Literal'. 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:
      Generated:
    • createEObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
      Creates a new adapter for the default case. This default implementation returns null.
      Returns:
      the new adapter.
      Generated: