Interface DirectivesFactory

    • Field Detail

      • eINSTANCE

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

      • createPredicateIndicator

        PredicateIndicator createPredicateIndicator()
        Returns a new object of class 'Predicate Indicator'.
        Returns:
        a new object of class 'Predicate Indicator'.
        Generated class or method.
      • createDynamic

        Dynamic createDynamic()
        Returns a new object of class 'Dynamic'.
        Returns:
        a new object of class 'Dynamic'.
        Generated class or method.
      • createDiscontiguous

        Discontiguous createDiscontiguous()
        Returns a new object of class 'Discontiguous'.
        Returns:
        a new object of class 'Discontiguous'.
        Generated class or method.
      • createMultifile

        Multifile createMultifile()
        Returns a new object of class 'Multifile'.
        Returns:
        a new object of class 'Multifile'.
        Generated class or method.
      • createPublic

        Public createPublic()
        Returns a new object of class 'Public'.
        Returns:
        a new object of class 'Public'.
        Generated class or method.
      • createVolatile

        Volatile createVolatile()
        Returns a new object of class 'Volatile'.
        Returns:
        a new object of class 'Volatile'.
        Generated class or method.
      • createTable

        Table createTable()
        Returns a new object of class 'Table'.
        Returns:
        a new object of class 'Table'.
        Generated class or method.
      • getDirectivesPackage

        DirectivesPackage getDirectivesPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.