Interface ManifestationFactory

    • Field Detail

      • eINSTANCE

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

      • createSingleValue

        SingleValue createSingleValue()
        Returns a new object of class 'Single Value'.
        Returns:
        a new object of class 'Single Value'.
        Generated class or method.
      • createCategoricalProbabilityMassFunction

        CategoricalProbabilityMassFunction createCategoricalProbabilityMassFunction()
        Returns a new object of class 'Categorical Probability Mass Function'.
        Returns:
        a new object of class 'Categorical Probability Mass Function'.
        Generated class or method.
      • createCategory

        Category createCategory()
        Returns a new object of class 'Category'.
        Returns:
        a new object of class 'Category'.
        Generated class or method.
      • createEManifestationObject

        java.lang.Object createEManifestationObject​(java.lang.String literal)
        Returns an instance of data type 'EManifestation Object' corresponding the given literal.
        Parameters:
        literal - a literal of the data type.
        Returns:
        a new instance value of the data type.
        Generated class or method.
      • convertEManifestationObject

        java.lang.String convertEManifestationObject​(java.lang.Object instanceValue)
        Returns a literal representation of an instance of data type 'EManifestation Object'.
        Parameters:
        instanceValue - an instance value of the data type.
        Returns:
        a literal representation of the instance value.
        Generated class or method.
      • getManifestationPackage

        ManifestationPackage getManifestationPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.