Class | Description |
---|---|
Issue |
Class
Issue represents a negotiation issue to be settled in a negotiation. |
IssueDiscrete |
Specific type of issue in which the value of the issue are a set of objects.
|
IssueInteger |
Specific type of issue which specifies an integer range [min, max].
|
IssueReal |
issue with
Double values within some range [min, max]. |
Objective |
Objective is superclass of issues and can be configured in a parent-child
tree-like construction.
|
Value |
Specifies a generic value of an issue.
|
ValueDiscrete |
Specifies a discrete value.
|
ValueInteger |
Specifies an integer value.
|
ValueReal |
Enum | Description |
---|---|
ISSUETYPE |