com.irs.jam
Class WorldModelRelation
java.lang.Object
|
+--com.irs.jam.TableObject
|
+--com.irs.jam.Symbol
|
+--com.irs.jam.WorldModelRelation
- All Implemented Interfaces:
- java.io.Serializable
- public class WorldModelRelation
- extends Symbol
- implements java.io.Serializable
A World Model entry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
_relation
protected Relation _relation
_newTag
protected boolean _newTag
WorldModelRelation
public WorldModelRelation(Relation rel)
- Constructor based on an existing relation
getRelation
public Relation getRelation()
isNew
public boolean isNew()
clearNew
public void clearNew()
setNew
public void setNew()
matchRelation
public boolean matchRelation(Relation pattRelation,
Binding pattBinding)
- Return whether a match can be found for the specified relation
and variable binding.