Interface ManifestationFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ManifestationFactoryImpl
public interface ManifestationFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ManifestationPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ManifestationFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
convertEManifestationObject(java.lang.Object instanceValue)
Returns a literal representation of an instance of data type 'EManifestation Object'.CategoricalProbabilityMassFunction
createCategoricalProbabilityMassFunction()
Returns a new object of class 'Categorical Probability Mass Function'.Category
createCategory()
Returns a new object of class 'Category'.java.lang.Object
createEManifestationObject(java.lang.String literal)
Returns an instance of data type 'EManifestation Object' corresponding the given literal.SingleValue
createSingleValue()
Returns a new object of class 'Single Value'.ManifestationPackage
getManifestationPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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.
-
-