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.

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

Method Summary
 Object createObjectFromTerm(jTerm term)
          Create a corresponding Java object representation from the given Prolog term.
 

Method Detail

createObjectFromTerm

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.


Copyright © 2011. All Rights Reserved.