| Package | Description |
|---|---|
| org.opt4j.config |
Provides the classes for modules structure and configuration.
|
| org.opt4j.config.visualization |
Provides the classes for the configurator visualization (GUI).
|
| Modifier and Type | Method and Description |
|---|---|
Property |
BooleanRequirement.getProperty() |
Property |
EnumRequirement.getProperty() |
Property |
Requirement.getProperty()
Returns the property of the requirement.
|
Property |
PropertyModule.getProperty(String name)
Returns the
Property with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyModule.getProperties()
Returns the properties.
|
| Constructor and Description |
|---|
BooleanRequirement(Property property,
boolean value)
Constructs a
BooleanRequirement. |
EnumRequirement(Property property,
Collection<Object> elements)
Constructs a
EnumRequirement. |
| Modifier and Type | Method and Description |
|---|---|
String |
Format.getName(Property property)
Returns the formatted name of the property.
|
String |
Format.getTooltip(Property property)
Returns the formatted (html) tooltip of a
Property. |