|
||||||||||
| 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 RuleAtompublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic abstract java.util.List<? extends AtomObject> getAllArguments()
RuleAtom
getAllArguments in interface RuleAtompublic P getPredicate()
RuleAtom
getPredicate in interface RuleAtompublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||