Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XFunction

Packages that use XFunction
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XFunction in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XFunction
 XFunction XAttribute.addNewAttributeFunction()
          Appends and returns a new empty value (as xml) as the last "attributeFunction" element
 XFunction XCriterion.addNewCriterionFunction()
          Appends and returns a new empty value (as xml) as the last "criterionFunction" element
 XFunction XParameter.addNewFunction()
          Appends and returns a new empty "function" element
 XFunction XThresholds.addNewThreshold()
          Appends and returns a new empty value (as xml) as the last "threshold" element
 XFunction[] XAttribute.getAttributeFunctionArray()
          Deprecated.  
 XFunction XAttribute.getAttributeFunctionArray(int i)
          Gets ith "attributeFunction" element
 XFunction[] XCriterion.getCriterionFunctionArray()
          Deprecated.  
 XFunction XCriterion.getCriterionFunctionArray(int i)
          Gets ith "criterionFunction" element
 XFunction XParameter.getFunction()
          Gets the "function" element
 XFunction[] XThresholds.getThresholdArray()
          Deprecated.  
 XFunction XThresholds.getThresholdArray(int i)
          Gets ith "threshold" element
 XFunction XAttribute.insertNewAttributeFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeFunction" element
 XFunction XCriterion.insertNewCriterionFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "criterionFunction" element
 XFunction XThresholds.insertNewThreshold(int i)
          Inserts and returns a new empty value (as xml) as the ith "threshold" element
static XFunction XFunction.Factory.newInstance()
           
static XFunction XFunction.Factory.newInstance(XmlOptions options)
           
static XFunction XFunction.Factory.parse(File file)
           
static XFunction XFunction.Factory.parse(File file, XmlOptions options)
           
static XFunction XFunction.Factory.parse(InputStream is)
           
static XFunction XFunction.Factory.parse(InputStream is, XmlOptions options)
           
static XFunction XFunction.Factory.parse(Node node)
           
static XFunction XFunction.Factory.parse(Node node, XmlOptions options)
           
static XFunction XFunction.Factory.parse(Reader r)
           
static XFunction XFunction.Factory.parse(Reader r, XmlOptions options)
           
static XFunction XFunction.Factory.parse(String xmlAsString)
           
static XFunction XFunction.Factory.parse(String xmlAsString, XmlOptions options)
           
static XFunction XFunction.Factory.parse(URL u)
           
static XFunction XFunction.Factory.parse(URL u, XmlOptions options)
           
static XFunction XFunction.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XFunction XFunction.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XFunction XFunction.Factory.parse(XMLStreamReader sr)
           
static XFunction XFunction.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XFunction
 List<XFunction> XAttribute.getAttributeFunctionList()
          Gets a List of "attributeFunction" elements
 List<XFunction> XCriterion.getCriterionFunctionList()
          Gets a List of "criterionFunction" elements
 List<XFunction> XThresholds.getThresholdList()
          Gets a List of "threshold" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XFunction
 void XAttribute.setAttributeFunctionArray(int i, XFunction attributeFunction)
          Sets ith "attributeFunction" element
 void XAttribute.setAttributeFunctionArray(XFunction[] attributeFunctionArray)
          Sets array of all "attributeFunction" element
 void XCriterion.setCriterionFunctionArray(int i, XFunction criterionFunction)
          Sets ith "criterionFunction" element
 void XCriterion.setCriterionFunctionArray(XFunction[] criterionFunctionArray)
          Sets array of all "criterionFunction" element
 void XParameter.setFunction(XFunction function)
          Sets the "function" element
 void XThresholds.setThresholdArray(int i, XFunction threshold)
          Sets ith "threshold" element
 void XThresholds.setThresholdArray(XFunction[] thresholdArray)
          Sets array of all "threshold" element
 

Uses of XFunction in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XFunction
 class XFunctionImpl
          An XML function(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XFunction
 XFunction XAttributeImpl.addNewAttributeFunction()
          Appends and returns a new empty value (as xml) as the last "attributeFunction" element
 XFunction XCriterionImpl.addNewCriterionFunction()
          Appends and returns a new empty value (as xml) as the last "criterionFunction" element
 XFunction XParameterImpl.addNewFunction()
          Appends and returns a new empty "function" element
 XFunction XThresholdsImpl.addNewThreshold()
          Appends and returns a new empty value (as xml) as the last "threshold" element
 XFunction[] XAttributeImpl.getAttributeFunctionArray()
          Deprecated.  
 XFunction XAttributeImpl.getAttributeFunctionArray(int i)
          Gets ith "attributeFunction" element
 XFunction[] XCriterionImpl.getCriterionFunctionArray()
          Deprecated.  
 XFunction XCriterionImpl.getCriterionFunctionArray(int i)
          Gets ith "criterionFunction" element
 XFunction XParameterImpl.getFunction()
          Gets the "function" element
 XFunction[] XThresholdsImpl.getThresholdArray()
          Deprecated.  
 XFunction XThresholdsImpl.getThresholdArray(int i)
          Gets ith "threshold" element
 XFunction XAttributeImpl.insertNewAttributeFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeFunction" element
 XFunction XCriterionImpl.insertNewCriterionFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "criterionFunction" element
 XFunction XThresholdsImpl.insertNewThreshold(int i)
          Inserts and returns a new empty value (as xml) as the ith "threshold" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XFunction
 List<XFunction> XAttributeImpl.getAttributeFunctionList()
          Gets a List of "attributeFunction" elements
 List<XFunction> XCriterionImpl.getCriterionFunctionList()
          Gets a List of "criterionFunction" elements
 List<XFunction> XThresholdsImpl.getThresholdList()
          Gets a List of "threshold" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XFunction
 void XAttributeImpl.setAttributeFunctionArray(int i, XFunction attributeFunction)
          Sets ith "attributeFunction" element
 void XAttributeImpl.setAttributeFunctionArray(XFunction[] attributeFunctionArray)
          Sets array of all "attributeFunction" element
 void XCriterionImpl.setCriterionFunctionArray(int i, XFunction criterionFunction)
          Sets ith "criterionFunction" element
 void XCriterionImpl.setCriterionFunctionArray(XFunction[] criterionFunctionArray)
          Sets array of all "criterionFunction" element
 void XParameterImpl.setFunction(XFunction function)
          Sets the "function" element
 void XThresholdsImpl.setThresholdArray(int i, XFunction threshold)
          Sets ith "threshold" element
 void XThresholdsImpl.setThresholdArray(XFunction[] thresholdArray)
          Sets array of all "threshold" element
 



Copyright © 2011. All Rights Reserved.