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 ContextFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextCharacteristic
createContextCharacteristic()
Returns a new object of class 'Characteristic'.ContextCharacteristicType
createContextCharacteristicType()
Returns a new object of class 'Characteristic Type'.ExtensionContext
createExtensionContext()
Returns a new object of class 'Extension Context'.FloatingComparisonContext
createFloatingComparisonContext()
Returns a new object of class 'Floating Comparison Context'.IntegralComparisonContext
createIntegralComparisonContext()
Returns a new object of class 'Integral Comparison Context'.InternalStateContext
createInternalStateContext()
Returns a new object of class 'Internal State Context'.LocationContext
createLocationContext()
Returns a new object of class 'Location Context'.OrganisationContext
createOrganisationContext()
Returns a new object of class 'Organisation Context'.PrerequisiteContext
createPrerequisiteContext()
Returns a new object of class 'Prerequisite Context'.PrivacyLevelContext
createPrivacyLevelContext()
Returns a new object of class 'Privacy Level Context'.RoleContext
createRoleContext()
Returns a new object of class 'Role Context'.ShiftContext
createShiftContext()
Returns a new object of class 'Shift Context'.ContextPackage
getContextPackage()
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.
-
-