Interface IPlanbase

    • Method Detail

      • getPlans

        IPlan[] getPlans()
        Get all running plans of this planbase.
        Returns:
        The plans.
      • getPlans

        IPlan[] getPlans​(java.lang.String type)
        Get all plans of a specified type (=model element name).
        Parameters:
        type - The plan type.
        Returns:
        All plans of the specified type.
      • createPlan

        IPlan createPlan​(MPlan mplan)
        Create a plan instance.