public class Clause extends Object implements Comparable<Clause>
Rule
Constructor and Description |
---|
Clause(Term head,
Environment env) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkClauseHead(Term head) |
int |
compareTo(Clause clause) |
boolean |
equals(Object obj) |
Term |
getHead() |
int |
getId() |
int |
hashCode() |
public Clause(Term head, Environment env)
Copyright © 2014. All rights reserved.