|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XNumericValue | |
|---|---|
| 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 XNumericValue in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XNumericValue | |
|---|---|
Double |
XMCDAVarious.readDouble(XNumericValue xNumber)
Retrieves the number embedded in the given fragment. |
| Uses of XNumericValue in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XNumericValue | |
|---|---|
XNumericValue |
XCriteriaLinearConstraints.Constraint.Element.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XAttributesLinearConstraints.Constraint.Element.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XCategoriesLinearConstraints.Constraint.Element.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XAlternativesLinearConstraints.Constraint.Element.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XFunction.addNewConstant()
Appends and returns a new empty "constant" element |
XNumericValue |
XFunction.Linear.addNewIntercept()
Appends and returns a new empty "intercept" element |
XNumericValue |
XQuantitative.addNewMaximum()
Appends and returns a new empty "maximum" element |
XNumericValue |
XQuantitative.addNewMinimum()
Appends and returns a new empty "minimum" element |
XNumericValue |
XCriteriaLinearConstraints.Constraint.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XAttributesLinearConstraints.Constraint.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XCategoriesLinearConstraints.Constraint.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XAlternativesLinearConstraints.Constraint.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XFunction.Linear.addNewSlope()
Appends and returns a new empty "slope" element |
XNumericValue |
XCriteriaLinearConstraints.Constraint.Element.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XAttributesLinearConstraints.Constraint.Element.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XCategoriesLinearConstraints.Constraint.Element.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XAlternativesLinearConstraints.Constraint.Element.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XFunction.getConstant()
Gets the "constant" element |
XNumericValue |
XFunction.Linear.getIntercept()
Gets the "intercept" element |
XNumericValue |
XQuantitative.getMaximum()
Gets the "maximum" element |
XNumericValue |
XQuantitative.getMinimum()
Gets the "minimum" element |
XNumericValue |
XCriteriaLinearConstraints.Constraint.getRhs()
Gets the "rhs" element |
XNumericValue |
XAttributesLinearConstraints.Constraint.getRhs()
Gets the "rhs" element |
XNumericValue |
XCategoriesLinearConstraints.Constraint.getRhs()
Gets the "rhs" element |
XNumericValue |
XAlternativesLinearConstraints.Constraint.getRhs()
Gets the "rhs" element |
XNumericValue |
XFunction.Linear.getSlope()
Gets the "slope" element |
static XNumericValue |
XNumericValue.Factory.newInstance()
|
static XNumericValue |
XNumericValue.Factory.newInstance(XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(File file)
|
static XNumericValue |
XNumericValue.Factory.parse(File file,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(InputStream is)
|
static XNumericValue |
XNumericValue.Factory.parse(InputStream is,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(Node node)
|
static XNumericValue |
XNumericValue.Factory.parse(Node node,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(Reader r)
|
static XNumericValue |
XNumericValue.Factory.parse(Reader r,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(String xmlAsString)
|
static XNumericValue |
XNumericValue.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(URL u)
|
static XNumericValue |
XNumericValue.Factory.parse(URL u,
XmlOptions options)
|
static XNumericValue |
XNumericValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XNumericValue |
XNumericValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XNumericValue |
XNumericValue.Factory.parse(XMLStreamReader sr)
|
static XNumericValue |
XNumericValue.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XNumericValue | |
|---|---|
void |
XCriteriaLinearConstraints.Constraint.Element.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XAttributesLinearConstraints.Constraint.Element.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XCategoriesLinearConstraints.Constraint.Element.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XAlternativesLinearConstraints.Constraint.Element.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XFunction.setConstant(XNumericValue constant)
Sets the "constant" element |
void |
XFunction.Linear.setIntercept(XNumericValue intercept)
Sets the "intercept" element |
void |
XQuantitative.setMaximum(XNumericValue maximum)
Sets the "maximum" element |
void |
XQuantitative.setMinimum(XNumericValue minimum)
Sets the "minimum" element |
void |
XCriteriaLinearConstraints.Constraint.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XAttributesLinearConstraints.Constraint.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XCategoriesLinearConstraints.Constraint.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XAlternativesLinearConstraints.Constraint.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XFunction.Linear.setSlope(XNumericValue slope)
Sets the "slope" element |
| Uses of XNumericValue in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XNumericValue | |
|---|---|
class |
XNumericValueImpl
An XML numericValue(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XNumericValue | |
|---|---|
XNumericValue |
XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewCoefficient()
Appends and returns a new empty "coefficient" element |
XNumericValue |
XFunctionImpl.addNewConstant()
Appends and returns a new empty "constant" element |
XNumericValue |
XFunctionImpl.LinearImpl.addNewIntercept()
Appends and returns a new empty "intercept" element |
XNumericValue |
XQuantitativeImpl.addNewMaximum()
Appends and returns a new empty "maximum" element |
XNumericValue |
XQuantitativeImpl.addNewMinimum()
Appends and returns a new empty "minimum" element |
XNumericValue |
XCategoriesLinearConstraintsImpl.ConstraintImpl.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XCriteriaLinearConstraintsImpl.ConstraintImpl.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XAttributesLinearConstraintsImpl.ConstraintImpl.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XAlternativesLinearConstraintsImpl.ConstraintImpl.addNewRhs()
Appends and returns a new empty "rhs" element |
XNumericValue |
XFunctionImpl.LinearImpl.addNewSlope()
Appends and returns a new empty "slope" element |
XNumericValue |
XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getCoefficient()
Gets the "coefficient" element |
XNumericValue |
XFunctionImpl.getConstant()
Gets the "constant" element |
XNumericValue |
XFunctionImpl.LinearImpl.getIntercept()
Gets the "intercept" element |
XNumericValue |
XQuantitativeImpl.getMaximum()
Gets the "maximum" element |
XNumericValue |
XQuantitativeImpl.getMinimum()
Gets the "minimum" element |
XNumericValue |
XCategoriesLinearConstraintsImpl.ConstraintImpl.getRhs()
Gets the "rhs" element |
XNumericValue |
XCriteriaLinearConstraintsImpl.ConstraintImpl.getRhs()
Gets the "rhs" element |
XNumericValue |
XAttributesLinearConstraintsImpl.ConstraintImpl.getRhs()
Gets the "rhs" element |
XNumericValue |
XAlternativesLinearConstraintsImpl.ConstraintImpl.getRhs()
Gets the "rhs" element |
XNumericValue |
XFunctionImpl.LinearImpl.getSlope()
Gets the "slope" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XNumericValue | |
|---|---|
void |
XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element |
void |
XFunctionImpl.setConstant(XNumericValue constant)
Sets the "constant" element |
void |
XFunctionImpl.LinearImpl.setIntercept(XNumericValue intercept)
Sets the "intercept" element |
void |
XQuantitativeImpl.setMaximum(XNumericValue maximum)
Sets the "maximum" element |
void |
XQuantitativeImpl.setMinimum(XNumericValue minimum)
Sets the "minimum" element |
void |
XCategoriesLinearConstraintsImpl.ConstraintImpl.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XCriteriaLinearConstraintsImpl.ConstraintImpl.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XAttributesLinearConstraintsImpl.ConstraintImpl.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XAlternativesLinearConstraintsImpl.ConstraintImpl.setRhs(XNumericValue rhs)
Sets the "rhs" element |
void |
XFunctionImpl.LinearImpl.setSlope(XNumericValue slope)
Sets the "slope" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||