Interface InfrastructureFactory

    • Field Detail

      • eINSTANCE

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

      • createPowerDistributionUnit

        PowerDistributionUnit createPowerDistributionUnit()
        Returns a new object of class 'Power Distribution Unit'.
        Returns:
        a new object of class 'Power Distribution Unit'.
        Generated class or method.
      • createMountedPowerDistributionUnit

        MountedPowerDistributionUnit createMountedPowerDistributionUnit()
        Returns a new object of class 'Mounted Power Distribution Unit'.
        Returns:
        a new object of class 'Mounted Power Distribution Unit'.
        Generated class or method.
      • createPowerInfrastructureRepository

        PowerInfrastructureRepository createPowerInfrastructureRepository()
        Returns a new object of class 'Power Infrastructure Repository'.
        Returns:
        a new object of class 'Power Infrastructure Repository'.
        Generated class or method.
      • createStatefulPowerConsumingResourceSet

        StatefulPowerConsumingResourceSet createStatefulPowerConsumingResourceSet()
        Returns a new object of class 'Stateful Power Consuming Resource Set'.
        Returns:
        a new object of class 'Stateful Power Consuming Resource Set'.
        Generated class or method.
      • createPowerConsumingResourceSet

        PowerConsumingResourceSet createPowerConsumingResourceSet()
        Returns a new object of class 'Power Consuming Resource Set'.
        Returns:
        a new object of class 'Power Consuming Resource Set'.
        Generated class or method.
      • getInfrastructurePackage

        InfrastructurePackage getInfrastructurePackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.