Package com.exigen.ie.tools

Examples of com.exigen.ie.tools.FastStack.push()


  * Constructor with given main goal and undo stack.
  */
  public GoalStack(Goal mainGoal, UndoStack undoStack)
  {
    FastStack initialGoals = new FastStack();
    initialGoals.push(mainGoal);
    init(initialGoals, undoStack);
  }

/**
  * Constructor with given initial goals and undo stack.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.