|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAlternativesComparisons | |
|---|---|
| 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 XAlternativesComparisons in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 that return XAlternativesComparisons | |
|---|---|
XAlternativesComparisons |
XMCDAAlternativesMatrix.write(IRdFloatMatrix<Alternative,Alternative> matrix)
Retrieves the XMCDA equivalent of the given matrix. |
XAlternativesComparisons |
XMCDAAlternativesMatrix.write(Map<Criterion,? extends IRdFloatMatrix<Alternative,Alternative>> matrixes)
Retrieves the XMCDA equivalent of the given matrix. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XAlternativesComparisons | |
|---|---|
IFloatMatrix<Alternative,Alternative> |
XMCDAAlternativesMatrix.readAlternativesFloatMatrix(XAlternativesComparisons xAlternativesComparisons)
Retrieves an alternative matrix corresponding to the given XMCDA information. |
IAltZeroToOneMatrix |
XMCDAAlternativesMatrix.readAlternativesFuzzyMatrix(XAlternativesComparisons xAlternativesComparisons)
TODO think about this strange thing with the matrix types. |
Map<Criterion,IAltZeroToOneMatrix> |
XMCDAAlternativesMatrix.readAlternativesFuzzyMatrixesByCriteria(XAlternativesComparisons xAlternativesComparisons)
Retrieves the alternative matrixes corresponding to the given XMCDA information, by criteria. |
| Uses of XAlternativesComparisons in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAlternativesComparisons | |
|---|---|
XAlternativesComparisons |
XMCDADoc.XMCDA.addNewAlternativesComparisons()
Appends and returns a new empty value (as xml) as the last "alternativesComparisons" element |
XAlternativesComparisons[] |
XMCDADoc.XMCDA.getAlternativesComparisonsArray()
Deprecated. |
XAlternativesComparisons |
XMCDADoc.XMCDA.getAlternativesComparisonsArray(int i)
Gets ith "alternativesComparisons" element |
XAlternativesComparisons |
XMCDADoc.XMCDA.insertNewAlternativesComparisons(int i)
Inserts and returns a new empty value (as xml) as the ith "alternativesComparisons" element |
static XAlternativesComparisons |
XAlternativesComparisons.Factory.newInstance()
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.newInstance(XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(File file)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(File file,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(InputStream is)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(InputStream is,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(Node node)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(Node node,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(Reader r)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(Reader r,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(String xmlAsString)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(URL u)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(URL u,
XmlOptions options)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(XMLStreamReader sr)
|
static XAlternativesComparisons |
XAlternativesComparisons.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAlternativesComparisons | |
|---|---|
List<XAlternativesComparisons> |
XMCDADoc.XMCDA.getAlternativesComparisonsList()
Gets a List of "alternativesComparisons" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAlternativesComparisons | |
|---|---|
void |
XMCDADoc.XMCDA.setAlternativesComparisonsArray(int i,
XAlternativesComparisons alternativesComparisons)
Sets ith "alternativesComparisons" element |
void |
XMCDADoc.XMCDA.setAlternativesComparisonsArray(XAlternativesComparisons[] alternativesComparisonsArray)
Sets array of all "alternativesComparisons" element |
| Uses of XAlternativesComparisons in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAlternativesComparisons | |
|---|---|
class |
XAlternativesComparisonsImpl
An XML alternativesComparisons(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAlternativesComparisons | |
|---|---|
XAlternativesComparisons |
XMCDADocImpl.XMCDAImpl.addNewAlternativesComparisons()
Appends and returns a new empty value (as xml) as the last "alternativesComparisons" element |
XAlternativesComparisons[] |
XMCDADocImpl.XMCDAImpl.getAlternativesComparisonsArray()
Deprecated. |
XAlternativesComparisons |
XMCDADocImpl.XMCDAImpl.getAlternativesComparisonsArray(int i)
Gets ith "alternativesComparisons" element |
XAlternativesComparisons |
XMCDADocImpl.XMCDAImpl.insertNewAlternativesComparisons(int i)
Inserts and returns a new empty value (as xml) as the ith "alternativesComparisons" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAlternativesComparisons | |
|---|---|
List<XAlternativesComparisons> |
XMCDADocImpl.XMCDAImpl.getAlternativesComparisonsList()
Gets a List of "alternativesComparisons" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAlternativesComparisons | |
|---|---|
void |
XMCDADocImpl.XMCDAImpl.setAlternativesComparisonsArray(int i,
XAlternativesComparisons alternativesComparisons)
Sets ith "alternativesComparisons" element |
void |
XMCDADocImpl.XMCDAImpl.setAlternativesComparisonsArray(XAlternativesComparisons[] alternativesComparisonsArray)
Sets array of all "alternativesComparisons" element |
| Uses of XAlternativesComparisons in org.decisiondeck.jmcda.xws.transformer.xml |
|---|
| Methods in org.decisiondeck.jmcda.xws.transformer.xml that return XAlternativesComparisons | |
|---|---|
XAlternativesComparisons |
FromMatrix.apply(IRdZeroToOneMatrix<Alternative,Alternative> matrix)
|
XAlternativesComparisons |
FromMatrixesByCriteria.apply(Map<Criterion,IAltZeroToOneMatrix> matrixes)
|
| Methods in org.decisiondeck.jmcda.xws.transformer.xml with parameters of type XAlternativesComparisons | |
|---|---|
IFloatMatrix<Alternative,Alternative> |
ToMatrix.apply(XAlternativesComparisons input)
|
Map<Criterion,IAltZeroToOneMatrix> |
ToMatrixesByCriteria.apply(XAlternativesComparisons matrixes)
|
IZeroToOneMatrix<Alternative,Alternative> |
ToFuzzyMatrix.apply(XAlternativesComparisons input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||