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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XPoint
 XPoint XFunction.PiecewiseLinear.Segment.addNewHead()
          Appends and returns a new empty "head" element
 XPoint XFunction.Points.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 XPoint XFunction.PiecewiseLinear.Segment.addNewTail()
          Appends and returns a new empty "tail" element
 XPoint XFunction.PiecewiseLinear.Segment.getHead()
          Gets the "head" element
 XPoint[] XFunction.Points.getPointArray()
          Deprecated.  
 XPoint XFunction.Points.getPointArray(int i)
          Gets ith "point" element
 XPoint XFunction.PiecewiseLinear.Segment.getTail()
          Gets the "tail" element
 XPoint XFunction.Points.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
static XPoint XPoint.Factory.newInstance()
           
static XPoint XPoint.Factory.newInstance(XmlOptions options)
           
static XPoint XPoint.Factory.parse(File file)
           
static XPoint XPoint.Factory.parse(File file, XmlOptions options)
           
static XPoint XPoint.Factory.parse(InputStream is)
           
static XPoint XPoint.Factory.parse(InputStream is, XmlOptions options)
           
static XPoint XPoint.Factory.parse(Node node)
           
static XPoint XPoint.Factory.parse(Node node, XmlOptions options)
           
static XPoint XPoint.Factory.parse(Reader r)
           
static XPoint XPoint.Factory.parse(Reader r, XmlOptions options)
           
static XPoint XPoint.Factory.parse(String xmlAsString)
           
static XPoint XPoint.Factory.parse(String xmlAsString, XmlOptions options)
           
static XPoint XPoint.Factory.parse(URL u)
           
static XPoint XPoint.Factory.parse(URL u, XmlOptions options)
           
static XPoint XPoint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XPoint XPoint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XPoint XPoint.Factory.parse(XMLStreamReader sr)
           
static XPoint XPoint.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XPoint
 List<XPoint> XFunction.Points.getPointList()
          Gets a List of "point" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XPoint
 void XFunction.PiecewiseLinear.Segment.setHead(XPoint head)
          Sets the "head" element
 void XFunction.Points.setPointArray(int i, XPoint point)
          Sets ith "point" element
 void XFunction.Points.setPointArray(XPoint[] pointArray)
          Sets array of all "point" element
 void XFunction.PiecewiseLinear.Segment.setTail(XPoint tail)
          Sets the "tail" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XPoint
 XPoint XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.addNewHead()
          Appends and returns a new empty "head" element
 XPoint XFunctionImpl.PointsImpl.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 XPoint XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.addNewTail()
          Appends and returns a new empty "tail" element
 XPoint XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.getHead()
          Gets the "head" element
 XPoint[] XFunctionImpl.PointsImpl.getPointArray()
          Deprecated.  
 XPoint XFunctionImpl.PointsImpl.getPointArray(int i)
          Gets ith "point" element
 XPoint XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.getTail()
          Gets the "tail" element
 XPoint XFunctionImpl.PointsImpl.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XPoint
 List<XPoint> XFunctionImpl.PointsImpl.getPointList()
          Gets a List of "point" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XPoint
 void XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.setHead(XPoint head)
          Sets the "head" element
 void XFunctionImpl.PointsImpl.setPointArray(int i, XPoint point)
          Sets ith "point" element
 void XFunctionImpl.PointsImpl.setPointArray(XPoint[] pointArray)
          Sets array of all "point" element
 void XFunctionImpl.PiecewiseLinearImpl.SegmentImpl.setTail(XPoint tail)
          Sets the "tail" element
 



Copyright © 2011. All Rights Reserved.