com.clarkparsia.pellet.rules.rete
Class Rule
java.lang.Object
com.clarkparsia.pellet.rules.rete.Rule
public class Rule
- extends java.lang.Object
Title: Rule
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Rule
public Rule(java.util.List<TermTuple> body,
TermTuple head)
Rule
public Rule(java.util.List<TermTuple> body,
java.util.List<TermTuple> head)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
getBody
public java.util.List<TermTuple> getBody()
getHead
public java.util.List<TermTuple> getHead()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004 Evren Sirin. All Rights Reserved.