Interface BindingFactory

    • Field Detail

      • eINSTANCE

        static final BindingFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createFixedFactorValuePower

        FixedFactorValuePower createFixedFactorValuePower()
        Returns a new object of class 'Fixed Factor Value Power'.
        Returns:
        a new object of class 'Fixed Factor Value Power'.
        Generated class or method.
      • createPowerBindingRepository

        PowerBindingRepository createPowerBindingRepository()
        Returns a new object of class 'Power Binding Repository'.
        Returns:
        a new object of class 'Power Binding Repository'.
        Generated class or method.
      • createResourcePowerBinding

        ResourcePowerBinding createResourcePowerBinding()
        Returns a new object of class 'Resource Power Binding'.
        Returns:
        a new object of class 'Resource Power Binding'.
        Generated class or method.
      • createDistributionPowerBinding

        DistributionPowerBinding createDistributionPowerBinding()
        Returns a new object of class 'Distribution Power Binding'.
        Returns:
        a new object of class 'Distribution Power Binding'.
        Generated class or method.
      • createStatefulResourcePowerBinding

        StatefulResourcePowerBinding createStatefulResourcePowerBinding()
        Returns a new object of class 'Stateful Resource Power Binding'.
        Returns:
        a new object of class 'Stateful Resource Power Binding'.
        Generated class or method.
      • createPowerStateBinding

        PowerStateBinding createPowerStateBinding()
        Returns a new object of class 'Power State Binding'.
        Returns:
        a new object of class 'Power State Binding'.
        Generated class or method.
      • createTransitionStateBinding

        TransitionStateBinding createTransitionStateBinding()
        Returns a new object of class 'Transition State Binding'.
        Returns:
        a new object of class 'Transition State Binding'.
        Generated class or method.
      • createFixedFactorValueDimensionless

        FixedFactorValueDimensionless createFixedFactorValueDimensionless()
        Returns a new object of class 'Fixed Factor Value Dimensionless'.
        Returns:
        a new object of class 'Fixed Factor Value Dimensionless'.
        Generated class or method.
      • createConsumptionBehavior

        ConsumptionBehavior createConsumptionBehavior()
        Returns a new object of class 'Consumption Behavior'.
        Returns:
        a new object of class 'Consumption Behavior'.
        Generated class or method.
      • getBindingPackage

        BindingPackage getBindingPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.