Interface ServicelevelObjectiveFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ServicelevelObjectiveFactoryImpl
The Factory for the model. It provides a create method for each
non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ServicelevelObjectiveFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Hard Threshold'.Returns a new object of class 'Linear Fuzzy Threshold'.Returns a new object of class 'Named Element'.Returns a new object of class 'Negative Quadratic Fuzzy Threshold'.Returns a new object of class 'Quadratic Fuzzy Threshold'.Returns a new object of class 'Service Level Objective'.Returns a new object of class 'Service Level Objective Repository'.Returns a new object of class 'Soft Threshold'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createServiceLevelObjectiveRepository
ServiceLevelObjectiveRepository createServiceLevelObjectiveRepository()Returns a new object of class 'Service Level Objective Repository'.- Returns:
- a new object of class 'Service Level Objective Repository'.
- Generated class or method.
-
createServiceLevelObjective
ServiceLevelObjective createServiceLevelObjective()Returns a new object of class 'Service Level Objective'.- Returns:
- a new object of class 'Service Level Objective'.
- Generated class or method.
-
createHardThreshold
HardThreshold createHardThreshold()Returns a new object of class 'Hard Threshold'.- Returns:
- a new object of class 'Hard Threshold'.
- Generated class or method.
-
createLinearFuzzyThreshold
LinearFuzzyThreshold createLinearFuzzyThreshold()Returns a new object of class 'Linear Fuzzy Threshold'.- Returns:
- a new object of class 'Linear Fuzzy Threshold'.
- Generated class or method.
-
createNamedElement
NamedElement createNamedElement()Returns a new object of class 'Named Element'.- Returns:
- a new object of class 'Named Element'.
- Generated class or method.
-
createSoftThreshold
SoftThreshold createSoftThreshold()Returns a new object of class 'Soft Threshold'.- Returns:
- a new object of class 'Soft Threshold'.
- Generated class or method.
-
createQuadraticFuzzyThreshold
QuadraticFuzzyThreshold createQuadraticFuzzyThreshold()Returns a new object of class 'Quadratic Fuzzy Threshold'.- Returns:
- a new object of class 'Quadratic Fuzzy Threshold'.
- Generated class or method.
-
createNegativeQuadraticFuzzyThreshold
NegativeQuadraticFuzzyThreshold createNegativeQuadraticFuzzyThreshold()Returns a new object of class 'Negative Quadratic Fuzzy Threshold'.- Returns:
- a new object of class 'Negative Quadratic Fuzzy Threshold'.
- Generated class or method.
-
getServicelevelObjectivePackage
ServicelevelObjectivePackage getServicelevelObjectivePackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-