public class AlgebraEditorController
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
AlgebraEditorController.OpSymItem
A cute hack to get the toString method of an OperationSymbol to
put the arity in parentheses.
|
Constructor and Description |
---|
AlgebraEditorController(UACalc uacalc) |
Modifier and Type | Method and Description |
---|---|
void |
addOp() |
void |
defaultEltChangeHandler() |
void |
deleteOp() |
int |
getArityDialog() |
int |
getCardDialog() |
OperationWithDefaultValue |
getCurrentOperation() |
OperationSymbol |
getCurrentSymbol() |
java.util.Random |
getRandom() |
void |
makeBasicAlg() |
void |
makeNewAlgebra() |
void |
removeCurrentOperation() |
void |
setAlgebra(GUIAlgebra gAlg) |
void |
setCurrentOp() |
void |
setIdempotent(boolean v) |
void |
setOperationTable(OperationInputTable table) |
void |
setRandomSeed(long seed) |
java.lang.String |
updateDescription() |
public AlgebraEditorController(UACalc uacalc)
public void setCurrentOp()
public void defaultEltChangeHandler()
public void deleteOp()
public void addOp()
public void makeBasicAlg()
public java.util.Random getRandom()
public void setRandomSeed(long seed)
public java.lang.String updateDescription()
public OperationSymbol getCurrentSymbol()
public OperationWithDefaultValue getCurrentOperation()
public void removeCurrentOperation()
public void setOperationTable(OperationInputTable table)
public void makeNewAlgebra()
public void setIdempotent(boolean v)
public void setAlgebra(GUIAlgebra gAlg)
public int getArityDialog()
public int getCardDialog()
Copyright 2003 Ralph Freese. All Rights Reserved.