public class Term extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
DontCare |
| Constructor and Description |
|---|
Term(byte[] varVals) |
| Modifier and Type | Method and Description |
|---|---|
Term |
combine(Term term) |
int |
countValues(byte value) |
boolean |
equals(Object o) |
int |
findNextRequiredNegation(int minidx,
byte[] values) |
int |
getNumVars() |
int |
getVarsValue(int i) |
int |
hashCode() |
static Term |
read(Reader reader) |
static Term |
readintArray(int[] state) |
String |
toString() |
public static final byte DontCare
public int getNumVars()
public int getVarsValue(int i)
public int countValues(byte value)
public static Term read(Reader reader) throws IOException
IOExceptionpublic static Term readintArray(int[] state)
public int findNextRequiredNegation(int minidx,
byte[] values)
Copyright © 2012–2020. All rights reserved.