You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public abstract class Node{//made simple because the atomics and not break the mold a lot
public abstract Boolean evaluate(Hashtable<String, Boolean> tValues);
public abstract Boolean isAtomic();//thought this would be usefull but i ended up not using it, i have ideas for more extensive trees that i want to make later so i didn't take it out