Uses of Class
org.dllearner.prolog.Literal

Packages that use Literal
org.dllearner.parser DL-Learner parsers. 
org.dllearner.prolog Prolog syntax structures. 
 

Uses of Literal in org.dllearner.parser
 

Methods in org.dllearner.parser that return Literal
 Literal PrologParser.literal()
           
 

Uses of Literal in org.dllearner.prolog
 

Methods in org.dllearner.prolog that return Literal
 Literal Literal.getInstance(Variable variable, Term term)
           
 

Methods in org.dllearner.prolog that return types with arguments of type Literal
 ArrayList<Literal> Body.getLiterals()
           
 

Methods in org.dllearner.prolog with parameters of type Literal
 void Body.addLiteral(Literal literal)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann