Interface IPlan

    • Method Detail

      • getPreCondition

        java.lang.String getPreCondition()
        Gets the precondition.
        Returns:
        The precondition.
      • setPreCondition

        void setPreCondition​(java.lang.String precondition)
        Sets the precondition.
        Parameters:
        precondition - The precondition.
      • getContextCondition

        java.lang.String getContextCondition()
        Gets the context condition.
        Returns:
        The context condition.
      • setContextCondition

        void setContextCondition​(java.lang.String contextcondition)
        Sets the context condition.
        Parameters:
        contextcondition - The context condition.
      • getPlanEdges

        java.util.List<IPlanEdge> getPlanEdges()
        Returns the plan edges connecting to the plan.
        Returns:
        The plan edges.