ubc.cs.JLog.Terms.Entries
Class pOrPredicateEntry
java.lang.Object
ubc.cs.JLog.Parser.pPredicateEntry
ubc.cs.JLog.Terms.Entries.pOrPredicateEntry
- All Implemented Interfaces:
- iName, iNameArity
public class pOrPredicateEntry
- extends pPredicateEntry
pOrPredicateEntry
public pOrPredicateEntry()
createPredicate
public iPredicate createPredicate(jCompoundTerm cterm)
- Description copied from class:
pPredicateEntry
- The internal method for creating the
iPredicate representation of this
predicate representation. Subclasses must override. The terms are provided, already created.
The caller is responsible to ensure that arity and cterm.size match.
- Specified by:
createPredicate in class pPredicateEntry
- Parameters:
cterm - The collection of jTerms.
- Returns:
iPredicate representing this predicate and its terms.
Copyright © 2011. All Rights Reserved.