quoggles.auxiliary
Class BoxBooleanIndex
java.lang.Object
|
+--quoggles.auxiliary.BoxBooleanIndex
- public class BoxBooleanIndex
- extends java.lang.Object
Triple of a Box, a boolean and an int.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
box
private IBox box
isInput
private boolean isInput
index
private int index
BoxBooleanIndex
public BoxBooleanIndex(IBox iBox,
boolean isInput,
int index)
- Constructor.
- Parameters:
iBox - isInput - index -
getIndex
public int getIndex()
- Returns:
- the index saved in this class
setIndex
public void setIndex(int index)
- Parameters:
index -
getIBox
public IBox getIBox()
- Returns:
- the box saved in this class
setIBox
public void setIBox(IBox iBox)
isInput
public boolean isInput()
- Returns:
- true if this is an input
setInput
public void setInput(boolean isInput)
- Parameters:
isInput -