Interface VariationFactory

    • Field Detail

      • eINSTANCE

        static final VariationFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createValueVariation

        ValueVariation createValueVariation()
        Returns a new object of class 'Value Variation'.
        Returns:
        a new object of class 'Value Variation'.
        Generated class or method.
      • createStructuralVariation

        StructuralVariation createStructuralVariation()
        Returns a new object of class 'Structural Variation'.
        Returns:
        a new object of class 'Structural Variation'.
        Generated class or method.
      • createVariationRepository

        VariationRepository createVariationRepository()
        Returns a new object of class 'Repository'.
        Returns:
        a new object of class 'Repository'.
        Generated class or method.
      • getVariationPackage

        VariationPackage getVariationPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.