Package | Description |
---|---|
cusack.hcg.games.multidesigns | |
cusack.hcg.games.multidesigns.events |
Modifier and Type | Method and Description |
---|---|
static DesignType |
DesignType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DesignType[] |
DesignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiDesignsInstance.setSolutionStuff(DesignType type,
int tolerance,
java.util.ArrayList<SubGraph> sol) |
boolean |
MultiDesignsInstance.setToleranceAndType(DesignType type,
int tol,
boolean fireEvent) |
boolean |
MultiDesignsInstance.setType(DesignType type)
Set type if the solution is currently empty.
|
Modifier and Type | Method and Description |
---|---|
DesignType |
SetDesignTypeEvent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SetDesignTypeEvent.setType(DesignType type) |
Constructor and Description |
---|
SetDesignTypeEvent(MultiDesignsInstance game,
DesignType type) |
SetDesignTypeEvent(MultiDesignsInstance game,
DesignType type,
int tolerance) |