|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellet.rules.model.RuleAtomImpl<P>
public abstract class RuleAtomImpl<P>
Title: Rule Atom Implementation
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
RuleAtomImpl(P predicate)
|
Method Summary | |
---|---|
abstract void |
accept(RuleAtomVisitor visitor)
|
boolean |
equals(java.lang.Object other)
|
abstract java.util.List<? extends AtomObject> |
getAllArguments()
Return all arguments (constants and variables) to the rule atom. |
P |
getPredicate()
Return the predicate for the rule atom. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleAtomImpl(P predicate)
Method Detail |
---|
public abstract void accept(RuleAtomVisitor visitor)
accept
in interface RuleAtom
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public abstract java.util.List<? extends AtomObject> getAllArguments()
RuleAtom
getAllArguments
in interface RuleAtom
public P getPredicate()
RuleAtom
getPredicate
in interface RuleAtom
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |