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.

Version:
%I%, %G%
Author:
Glendon Holst

Method Summary
 jTerm createTermFromObject(Object obj)
          Create a corresponding Prolog representation of the given object.
 

Method Detail

createTermFromObject

jTerm createTermFromObject(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.


Copyright © 2011. All Rights Reserved.