| Constructor and Description |
|---|
Gate() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(Gate to) |
abstract void |
deduce() |
int |
distance(Gate gate) |
static int[] |
extract(int[][] values,
int index) |
abstract boolean |
get(int index) |
abstract boolean |
getGoal(int index) |
int |
getGoalInteger() |
int |
getInteger() |
abstract boolean |
getLast(int index) |
int |
getLastInteger() |
abstract void |
induce() |
static int |
select(int[] values) |
abstract void |
set(int index,
boolean value) |
abstract void |
setGoal(int index,
boolean value) |
void |
setGoalInteger(int value) |
void |
setInteger(int value) |
abstract void |
setLast(int index,
boolean value) |
void |
setLastInteger(int value) |
static void |
setSelectStrategy(SelectStrategy selectStrategy) |
abstract int |
size() |
String |
toGoalString() |
String |
toLastString() |
String |
toString() |
public static void setSelectStrategy(SelectStrategy selectStrategy)
public static int select(int[] values)
public static int[] extract(int[][] values,
int index)
public abstract int size()
public abstract boolean get(int index)
public abstract void set(int index,
boolean value)
public abstract boolean getLast(int index)
public abstract void setLast(int index,
boolean value)
public abstract void setGoal(int index,
boolean value)
public abstract boolean getGoal(int index)
public abstract void induce()
public abstract void deduce()
public int getInteger()
public void setInteger(int value)
public int getLastInteger()
public void setLastInteger(int value)
public int getGoalInteger()
public void setGoalInteger(int value)
public int distance(Gate gate)
public void copy(Gate to)
public String toLastString()
public String toGoalString()
Copyright © 2014 Intersult GmbH. All rights reserved.