Package | Description |
---|---|
genius.core | |
genius.core.issue | |
genius.core.protocol | |
genius.core.representative | |
genius.core.uncertainty.flattening | |
genius.core.utility | |
genius.core.xml |
Modifier and Type | Method and Description |
---|---|
SimpleElement |
DomainImpl.getXMLRoot() |
SimpleElement |
DomainImpl.toXML()
Creates an XML representation of this domain.
|
Constructor and Description |
---|
DomainImpl(SimpleElement root)
Creates a domain given an XML-representation of the domain.
|
Modifier and Type | Method and Description |
---|---|
SimpleElement |
Objective.toXML()
Returns an xml representation of this Objective and all Objectives and
issues underneath it.
|
SimpleElement |
IssueReal.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
IssueInteger.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
IssueDiscrete.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
Issue.toXML()
Returns a SimpleElement representation of this issue.
|
Modifier and Type | Field and Description |
---|---|
SimpleElement |
BilateralAtomicNegotiationSession.additionalLog |
Modifier and Type | Method and Description |
---|---|
void |
BilateralAtomicNegotiationSession.addAdditionalLog(SimpleElement pElem) |
Modifier and Type | Method and Description |
---|---|
SimpleElement |
UncertainUtilitySpace.toXML() |
Modifier and Type | Method and Description |
---|---|
SimpleElement |
FlattenedUtilitySpace.toXML() |
Modifier and Type | Method and Description |
---|---|
SimpleElement |
EvaluatorReal.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorObjective.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorInteger.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorDiscrete.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
UtilitySpace.toXML()
Creates an xml representation (in the form of a SimpleElements) of the
utilityspace.
|
SimpleElement |
NonlinearUtilitySpace.toXML() |
SimpleElement |
ConstraintUtilitySpace.toXML() |
SimpleElement |
AdditiveUtilitySpace.toXML() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorReal.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorObjective.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorInteger.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorDiscrete.loadFromXML(SimpleElement pRoot)
Loads
EvaluatorDiscrete.fEval from a SimpleElement containing something like this:
<item index="1" description=
"Buy bags of chips and party nuts for all guests."
value="Chips and Nuts" cost="100.0" evaluation="3"> . |
void |
Evaluator.loadFromXML(SimpleElement pRoot)
Load the evaluator from an XML file
|
SimpleElement |
EvaluatorReal.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorObjective.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorInteger.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
SimpleElement |
EvaluatorDiscrete.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedSimpleElement
Orders the attributes
|
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<SimpleElement> |
SimpleElement.childElements |
Modifier and Type | Method and Description |
---|---|
SimpleElement |
SimpleDOMParser.parse(java.io.Reader reader) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<SimpleElement> |
SimpleElement.getChildElementsAsList() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleElement.addChildElement(SimpleElement element) |