Interface ContextFactory

    • 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.