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