com.declarativa.interprolog.util
Class VariableNode
java.lang.Object
   com.declarativa.interprolog.util.VariableNode
com.declarativa.interprolog.util.VariableNode
- All Implemented Interfaces: 
- Serializable
- public class VariableNode- extends Object- implements Serializable
TermModel node for a free Prolog variable. Each free Prolog variable at TermModel construction time
corresponds to a globally unique Integer number, as enforced by ip_inc_var_counter 
in interprolog.P.
- See Also:
- Serialized Form
 
 
example
public static ObjectExamplePair example()
- 
 
- 
 
toString
public String toString()
- 
 
- 
 
equals
public boolean equals(Object x)
- 
 
-