Class AbstractNode
- java.lang.Object
-
- ai.libs.jaicore.search.model.travesaltree.AbstractNode
-
public abstract class AbstractNode extends java.lang.Objectabstract class for nodeobjects which only contains a simple equals method and the id
-
-
Field Summary
Fields Modifier and Type Field Description protected intid
-
Constructor Summary
Constructors Constructor Description AbstractNode()AbstractNode(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()voidsetId(int id)Method to set the id, if it was not set in the construction
-