ubc.cs.JLog.Terms
Interface iObjectToTerm
- All Known Implementing Classes:
- jTermTranslation
public interface iObjectToTerm
This is the interface for objects which take a Java object an return
a corresponding jTerm
.
- Author:
- Glendon Holst
Method Summary |
jTerm |
createTermFromObject(java.lang.Object obj)
Create a corresponding Prolog representation of the given object. |
createTermFromObject
jTerm createTermFromObject(java.lang.Object obj)
- Create a corresponding Prolog representation of the given object.
- Parameters:
obj
- The Object
to construct the jTerm
representation from.
- Returns:
- the
jTerm
represting Object
obj.