|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XScale | |
|---|---|
| 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 | |
| Uses of XScale in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 that return XScale | |
|---|---|
XScale |
XMCDAOrderedIntervals.write(IOrderedInterval interval)
Retrieves the given interval as an XMCDA scale. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XScale | |
|---|---|
IOrderedInterval |
XMCDAOrderedIntervals.read(XScale xScale)
Retrieves the given scale as a proper interval. |
| Uses of XScale in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XScale | |
|---|---|
XScale |
XCriterion.addNewScale()
Appends and returns a new empty value (as xml) as the last "scale" element |
XScale |
XAttribute.addNewScale()
Appends and returns a new empty value (as xml) as the last "scale" element |
XScale |
XAttributesComparisons.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCriteriaComparisons.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAlternativesMatrix.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCategoriesMatrix.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAlternativesComparisons.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCategoriesComparisons.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAttributesMatrix.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCriteriaMatrix.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale[] |
XCriterion.getScaleArray()
Deprecated. |
XScale[] |
XAttribute.getScaleArray()
Deprecated. |
XScale |
XCriterion.getScaleArray(int i)
Gets ith "scale" element |
XScale |
XAttribute.getScaleArray(int i)
Gets ith "scale" element |
XScale |
XAttributesComparisons.getValuation()
Gets the "valuation" element |
XScale |
XCriteriaComparisons.getValuation()
Gets the "valuation" element |
XScale |
XAlternativesMatrix.getValuation()
Gets the "valuation" element |
XScale |
XCategoriesMatrix.getValuation()
Gets the "valuation" element |
XScale |
XAlternativesComparisons.getValuation()
Gets the "valuation" element |
XScale |
XCategoriesComparisons.getValuation()
Gets the "valuation" element |
XScale |
XAttributesMatrix.getValuation()
Gets the "valuation" element |
XScale |
XCriteriaMatrix.getValuation()
Gets the "valuation" element |
XScale |
XCriterion.insertNewScale(int i)
Inserts and returns a new empty value (as xml) as the ith "scale" element |
XScale |
XAttribute.insertNewScale(int i)
Inserts and returns a new empty value (as xml) as the ith "scale" element |
static XScale |
XScale.Factory.newInstance()
|
static XScale |
XScale.Factory.newInstance(XmlOptions options)
|
static XScale |
XScale.Factory.parse(File file)
|
static XScale |
XScale.Factory.parse(File file,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(InputStream is)
|
static XScale |
XScale.Factory.parse(InputStream is,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(Node node)
|
static XScale |
XScale.Factory.parse(Node node,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(Reader r)
|
static XScale |
XScale.Factory.parse(Reader r,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(String xmlAsString)
|
static XScale |
XScale.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(URL u)
|
static XScale |
XScale.Factory.parse(URL u,
XmlOptions options)
|
static XScale |
XScale.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XScale |
XScale.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XScale |
XScale.Factory.parse(XMLStreamReader sr)
|
static XScale |
XScale.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XScale | |
|---|---|
List<XScale> |
XCriterion.getScaleList()
Gets a List of "scale" elements |
List<XScale> |
XAttribute.getScaleList()
Gets a List of "scale" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XScale | |
|---|---|
void |
XCriterion.setScaleArray(int i,
XScale scale)
Sets ith "scale" element |
void |
XAttribute.setScaleArray(int i,
XScale scale)
Sets ith "scale" element |
void |
XCriterion.setScaleArray(XScale[] scaleArray)
Sets array of all "scale" element |
void |
XAttribute.setScaleArray(XScale[] scaleArray)
Sets array of all "scale" element |
void |
XAttributesComparisons.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCriteriaComparisons.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAlternativesMatrix.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCategoriesMatrix.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAlternativesComparisons.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCategoriesComparisons.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAttributesMatrix.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCriteriaMatrix.setValuation(XScale valuation)
Sets the "valuation" element |
| Uses of XScale in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XScale | |
|---|---|
class |
XScaleImpl
An XML scale(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XScale | |
|---|---|
XScale |
XAttributeImpl.addNewScale()
Appends and returns a new empty value (as xml) as the last "scale" element |
XScale |
XCriterionImpl.addNewScale()
Appends and returns a new empty value (as xml) as the last "scale" element |
XScale |
XAlternativesComparisonsImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAttributesComparisonsImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAlternativesMatrixImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCriteriaMatrixImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCategoriesComparisonsImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XAttributesMatrixImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCriteriaComparisonsImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale |
XCategoriesMatrixImpl.addNewValuation()
Appends and returns a new empty "valuation" element |
XScale[] |
XAttributeImpl.getScaleArray()
Deprecated. |
XScale[] |
XCriterionImpl.getScaleArray()
Deprecated. |
XScale |
XAttributeImpl.getScaleArray(int i)
Gets ith "scale" element |
XScale |
XCriterionImpl.getScaleArray(int i)
Gets ith "scale" element |
XScale |
XAlternativesComparisonsImpl.getValuation()
Gets the "valuation" element |
XScale |
XAttributesComparisonsImpl.getValuation()
Gets the "valuation" element |
XScale |
XAlternativesMatrixImpl.getValuation()
Gets the "valuation" element |
XScale |
XCriteriaMatrixImpl.getValuation()
Gets the "valuation" element |
XScale |
XCategoriesComparisonsImpl.getValuation()
Gets the "valuation" element |
XScale |
XAttributesMatrixImpl.getValuation()
Gets the "valuation" element |
XScale |
XCriteriaComparisonsImpl.getValuation()
Gets the "valuation" element |
XScale |
XCategoriesMatrixImpl.getValuation()
Gets the "valuation" element |
XScale |
XAttributeImpl.insertNewScale(int i)
Inserts and returns a new empty value (as xml) as the ith "scale" element |
XScale |
XCriterionImpl.insertNewScale(int i)
Inserts and returns a new empty value (as xml) as the ith "scale" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XScale | |
|---|---|
List<XScale> |
XAttributeImpl.getScaleList()
Gets a List of "scale" elements |
List<XScale> |
XCriterionImpl.getScaleList()
Gets a List of "scale" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XScale | |
|---|---|
void |
XAttributeImpl.setScaleArray(int i,
XScale scale)
Sets ith "scale" element |
void |
XCriterionImpl.setScaleArray(int i,
XScale scale)
Sets ith "scale" element |
void |
XAttributeImpl.setScaleArray(XScale[] scaleArray)
Sets array of all "scale" element |
void |
XCriterionImpl.setScaleArray(XScale[] scaleArray)
Sets array of all "scale" element |
void |
XAlternativesComparisonsImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAttributesComparisonsImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAlternativesMatrixImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCriteriaMatrixImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCategoriesComparisonsImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XAttributesMatrixImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCriteriaComparisonsImpl.setValuation(XScale valuation)
Sets the "valuation" element |
void |
XCategoriesMatrixImpl.setValuation(XScale valuation)
Sets the "valuation" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||