Class PrototypeBridge.Allocation

  • Enclosing class:
    PrototypeBridge

    public class PrototypeBridge.Allocation
    extends Object
    The Allocation class stores the data of a PCM allocation.
    • Constructor Detail

      • Allocation

        public Allocation​(String containerId,
                          Class<?> componentClass,
                          String assemblyContext)
        Constructs a new Allocation object.
        Parameters:
        containerId - the ID of the container
        componentClass - the class of the component
        assemblyContext - the assembly context
    • Method Detail

      • getContainerId

        public String getContainerId()
        Gets the ID of the container.
        Returns:
        the ID of the container
      • getComponentClass

        public Class<?> getComponentClass()
        Gets the class of the component.
        Returns:
        the class of the component
      • getAssemblyContext

        public String getAssemblyContext()
        Gets the assembly context.
        Returns:
        the assembly context