engine
Class Assignable
java.lang.Object
|
+--engine.Assignable
- Direct Known Subclasses:
- DataHolder
- abstract class Assignable
- extends java.lang.Object
- implements java.io.Serializable
Specifies the basics for continuous assignement.
- See Also:
- Serialized Form
|
Constructor Summary |
(package private) |
Assignable()
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
data
java.util.Vector data
X
protected static final int X
Z
protected static final int Z
lookupTableWire
public static final int[][] lookupTableWire
lookupTableWand
public static final int[][] lookupTableWand
lookupTableWor
public static final int[][] lookupTableWor
lookupTableTri0
public static final int[][] lookupTableTri0
lookupTableTri1
public static final int[][] lookupTableTri1
lookupTableSupply0
public static final int[][] lookupTableSupply0
lookupTableSupply1
public static final int[][] lookupTableSupply1
lookupTables
public static int[][][] lookupTables
typeWire
public static final int typeWire
typeWand
public static final int typeWand
typeWor
public static final int typeWor
typeTri0
public static final int typeTri0
typeTri1
public static final int typeTri1
typeSupply0
public static final int typeSupply0
typeSupply1
public static final int typeSupply1
typeTrireg
public static final int typeTrireg
initValDefaults
public static final int[] initValDefaults
Assignable
Assignable()
addAssignement
void addAssignement(ContBitSelect wc)
removeAssignement
void removeAssignement(ContBitSelect wc)
compute
abstract java.lang.Object[] compute()
throws InterpretTimeException
- this should compute the actual value of the data,
by considering all the assigned values
- Returns:
- e vactor whose first element is the BitVector with the
computed values and the (optionally) second is the vector with the
computed strengths