|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPerformanceTable | |
|---|---|
| org.decisiondeck.jmcda.persist.xmcda2 | Classes to export to and import from XMCDA documents. |
| org.decisiondeck.jmcda.persist.xmcda2.generated | |
| org.decisiondeck.jmcda.persist.xmcda2.generated.impl | |
| org.decisiondeck.jmcda.xws.transformer.xml | |
| Uses of XPerformanceTable in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 that return XPerformanceTable | |
|---|---|
XPerformanceTable |
XMCDAEvaluations.write(IRdEvaluations evaluations)
Retrieves the given evaluations informations as an XMCDA fragment. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2 that return types with arguments of type XPerformanceTable | |
|---|---|
Collection<XPerformanceTable> |
XMCDAEvaluations.write(Map<DecisionMaker,IRdEvaluations> allEvaluations)
Retrieves the given evaluations informations as a collection of XMCDA fragment, per decision maker. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XPerformanceTable | |
|---|---|
EvaluationMatrix |
XMCDAEvaluations.read(XPerformanceTable xPerformanceTable)
Retrieves the evaluations contained into the given XMCDA fragment. |
| Method parameters in org.decisiondeck.jmcda.persist.xmcda2 with type arguments of type XPerformanceTable | |
|---|---|
boolean |
XMCDAEvaluations.hasNames(Collection<XPerformanceTable> xPerformanceTables)
Tests whether the given XMCDA fragment possibly contains evaluations informations per decision maker. |
EvaluationMatrix |
XMCDAEvaluations.read(Collection<XPerformanceTable> xPerformanceTables)
Retrieves all the evaluations contained into the given XMCDA fragments. |
Map<DecisionMaker,EvaluationMatrix> |
XMCDAEvaluations.readPerDecisionMaker(Collection<XPerformanceTable> xPerformanceTables)
Retrieves the evaluations, per decision maker, contained into the given XMCDA fragments. |
| Uses of XPerformanceTable in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XPerformanceTable | |
|---|---|
XPerformanceTable |
XMCDADoc.XMCDA.addNewPerformanceTable()
Appends and returns a new empty value (as xml) as the last "performanceTable" element |
XPerformanceTable[] |
XMCDADoc.XMCDA.getPerformanceTableArray()
Deprecated. |
XPerformanceTable |
XMCDADoc.XMCDA.getPerformanceTableArray(int i)
Gets ith "performanceTable" element |
XPerformanceTable |
XMCDADoc.XMCDA.insertNewPerformanceTable(int i)
Inserts and returns a new empty value (as xml) as the ith "performanceTable" element |
static XPerformanceTable |
XPerformanceTable.Factory.newInstance()
|
static XPerformanceTable |
XPerformanceTable.Factory.newInstance(XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(File file)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(File file,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(InputStream is)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(InputStream is,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(Node node)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(Node node,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(Reader r)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(Reader r,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(String xmlAsString)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(URL u)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(URL u,
XmlOptions options)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XPerformanceTable |
XPerformanceTable.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XPerformanceTable |
XPerformanceTable.Factory.parse(XMLStreamReader sr)
|
static XPerformanceTable |
XPerformanceTable.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XPerformanceTable | |
|---|---|
List<XPerformanceTable> |
XMCDADoc.XMCDA.getPerformanceTableList()
Gets a List of "performanceTable" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XPerformanceTable | |
|---|---|
void |
XMCDADoc.XMCDA.setPerformanceTableArray(int i,
XPerformanceTable performanceTable)
Sets ith "performanceTable" element |
void |
XMCDADoc.XMCDA.setPerformanceTableArray(XPerformanceTable[] performanceTableArray)
Sets array of all "performanceTable" element |
| Uses of XPerformanceTable in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XPerformanceTable | |
|---|---|
class |
XPerformanceTableImpl
An XML performanceTable(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XPerformanceTable | |
|---|---|
XPerformanceTable |
XMCDADocImpl.XMCDAImpl.addNewPerformanceTable()
Appends and returns a new empty value (as xml) as the last "performanceTable" element |
XPerformanceTable[] |
XMCDADocImpl.XMCDAImpl.getPerformanceTableArray()
Deprecated. |
XPerformanceTable |
XMCDADocImpl.XMCDAImpl.getPerformanceTableArray(int i)
Gets ith "performanceTable" element |
XPerformanceTable |
XMCDADocImpl.XMCDAImpl.insertNewPerformanceTable(int i)
Inserts and returns a new empty value (as xml) as the ith "performanceTable" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XPerformanceTable | |
|---|---|
List<XPerformanceTable> |
XMCDADocImpl.XMCDAImpl.getPerformanceTableList()
Gets a List of "performanceTable" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XPerformanceTable | |
|---|---|
void |
XMCDADocImpl.XMCDAImpl.setPerformanceTableArray(int i,
XPerformanceTable performanceTable)
Sets ith "performanceTable" element |
void |
XMCDADocImpl.XMCDAImpl.setPerformanceTableArray(XPerformanceTable[] performanceTableArray)
Sets array of all "performanceTable" element |
| Uses of XPerformanceTable in org.decisiondeck.jmcda.xws.transformer.xml |
|---|
| Methods in org.decisiondeck.jmcda.xws.transformer.xml that return XPerformanceTable | |
|---|---|
XPerformanceTable |
FromEvaluations.apply(IRdEvaluations input)
|
| Method parameters in org.decisiondeck.jmcda.xws.transformer.xml with type arguments of type XPerformanceTable | |
|---|---|
IEvaluations |
ToEvaluations.apply(Collection<XPerformanceTable> input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||