Interface ContextFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
ContextFactoryImpl
public interface ContextFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ContextPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ContextFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextCharacteristiccreateContextCharacteristic()Returns a new object of class 'Characteristic'.ContextCharacteristicTypecreateContextCharacteristicType()Returns a new object of class 'Characteristic Type'.ExtensionContextcreateExtensionContext()Returns a new object of class 'Extension Context'.FloatingComparisonContextcreateFloatingComparisonContext()Returns a new object of class 'Floating Comparison Context'.IntegralComparisonContextcreateIntegralComparisonContext()Returns a new object of class 'Integral Comparison Context'.InternalStateContextcreateInternalStateContext()Returns a new object of class 'Internal State Context'.LocationContextcreateLocationContext()Returns a new object of class 'Location Context'.OrganisationContextcreateOrganisationContext()Returns a new object of class 'Organisation Context'.PrerequisiteContextcreatePrerequisiteContext()Returns a new object of class 'Prerequisite Context'.PrivacyLevelContextcreatePrivacyLevelContext()Returns a new object of class 'Privacy Level Context'.RoleContextcreateRoleContext()Returns a new object of class 'Role Context'.ShiftContextcreateShiftContext()Returns a new object of class 'Shift Context'.ContextPackagegetContextPackage()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 ContextFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createLocationContext
LocationContext createLocationContext()
Returns a new object of class 'Location Context'.- Returns:
- a new object of class 'Location Context'.
- Generated class or method.
-
createOrganisationContext
OrganisationContext createOrganisationContext()
Returns a new object of class 'Organisation Context'.- Returns:
- a new object of class 'Organisation Context'.
- Generated class or method.
-
createShiftContext
ShiftContext createShiftContext()
Returns a new object of class 'Shift Context'.- Returns:
- a new object of class 'Shift Context'.
- Generated class or method.
-
createRoleContext
RoleContext createRoleContext()
Returns a new object of class 'Role Context'.- Returns:
- a new object of class 'Role Context'.
- Generated class or method.
-
createInternalStateContext
InternalStateContext createInternalStateContext()
Returns a new object of class 'Internal State Context'.- Returns:
- a new object of class 'Internal State Context'.
- Generated class or method.
-
createContextCharacteristic
ContextCharacteristic createContextCharacteristic()
Returns a new object of class 'Characteristic'.- Returns:
- a new object of class 'Characteristic'.
- Generated class or method.
-
createContextCharacteristicType
ContextCharacteristicType createContextCharacteristicType()
Returns a new object of class 'Characteristic Type'.- Returns:
- a new object of class 'Characteristic Type'.
- Generated class or method.
-
createPrivacyLevelContext
PrivacyLevelContext createPrivacyLevelContext()
Returns a new object of class 'Privacy Level Context'.- Returns:
- a new object of class 'Privacy Level Context'.
- Generated class or method.
-
createPrerequisiteContext
PrerequisiteContext createPrerequisiteContext()
Returns a new object of class 'Prerequisite Context'.- Returns:
- a new object of class 'Prerequisite Context'.
- Generated class or method.
-
createExtensionContext
ExtensionContext createExtensionContext()
Returns a new object of class 'Extension Context'.- Returns:
- a new object of class 'Extension Context'.
- Generated class or method.
-
createIntegralComparisonContext
IntegralComparisonContext createIntegralComparisonContext()
Returns a new object of class 'Integral Comparison Context'.- Returns:
- a new object of class 'Integral Comparison Context'.
- Generated class or method.
-
createFloatingComparisonContext
FloatingComparisonContext createFloatingComparisonContext()
Returns a new object of class 'Floating Comparison Context'.- Returns:
- a new object of class 'Floating Comparison Context'.
- Generated class or method.
-
getContextPackage
ContextPackage getContextPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-