public class Rule extends Object
Title: Rule
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Rule(List<TermTuple> body, List<TermTuple> head)
Rule(List<TermTuple> body, TermTuple head)
boolean
equals(Object other)
List<TermTuple>
getBody()
getHead()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Rule(List<TermTuple> body, TermTuple head)
public Rule(List<TermTuple> body, List<TermTuple> head)
public boolean equals(Object other)
equals
Object
public List<TermTuple> getBody()
public List<TermTuple> getHead()
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2013. All Rights Reserved.