Class ExecutionPlan

    • Method Detail

      • getJavaClass

        public java.lang.Class<?> getJavaClass()
        Description copied from interface: JavaClassBased
        The underlying java class.
        Specified by:
        getJavaClass in interface JavaClassBased
        Returns:
        The value of the javaClass attribute
      • getId

        public java.lang.Integer getId()
        Description copied from interface: Identifiable
        Returns the id. The id has to be unique in an execution plan.
        Specified by:
        getId in interface Identifiable
        Returns:
        The value of the id attribute
      • setChildren

        public void setChildren​(java.util.List<StructuralElement> children)
        Sets the value of the children attribute
        Parameters:
        children - the children
      • equals

        @Pure
        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        @Pure
        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        @Pure
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • build

        public static ExecutionPlan build​(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ExecutionPlan.Builder> init)
        Creates an immutable instance of ExecutionPlan. The values can be initialized by using the init parameter.
        Parameters:
        init - The initializer
        Returns:
        An immutable ExecutionPlan instance
        Throws:
        java.lang.IllegalStateException - if any required attributes are missing
      • copy

        public ExecutionPlan copy​(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ExecutionPlan.Builder> init)
        Creates an immutable copy of this instance. Uses accessors to get values to initialize the new immutable instance. The values can be modified by using the init parameter.
        Parameters:
        init - The initializer
        Returns:
        A copied immutable ExecutionPlan instance