Package | Description |
---|---|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
ModelProfitabilityCriterion.AttackerModel |
ModelProfitabilityCriterion.getAttackerModel() |
static ModelProfitabilityCriterion.AttackerModel |
ModelProfitabilityCriterion.AttackerModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelProfitabilityCriterion.AttackerModel[] |
ModelProfitabilityCriterion.AttackerModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelProfitabilityCriterion.setAttackerModel(ModelProfitabilityCriterion.AttackerModel attackerModel)
Defines the attacker model
|
Constructor and Description |
---|
ModelProfitabilityCriterion(ModelProfitabilityCriterion.AttackerModel attackerModel,
boolean allowAttacks)
Creates a new instance
|