|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.robotics.xml.XmlTrapezoidal
public class XmlTrapezoidal
XML handler class for trapezoida path configuration file.
Constructor Summary | |
---|---|
XmlTrapezoidal(java.io.File trapXml)
Constructor of the xml handler. |
|
XmlTrapezoidal(java.io.InputStream trapXml)
Constructor of the xml handler. |
|
XmlTrapezoidal(java.lang.String trapXml)
Constructor of the xml handler. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the tag description of the file. |
RVector |
getFinalPosition()
Gets the final positions of the path. |
RVector |
getFinalTime()
Gets the final times of the path. |
RVector |
getInitialPosition()
Gets the initial positions of the path. |
RVector |
getMaximumVelocity()
Gets the maximum velocities of the path. |
java.lang.String |
getName()
Gets the tag name of the file. |
pathML.PathConfigurationType |
getXmlHandler()
Gets the handle of xml configuration file. |
boolean |
isOrientationSet()
Gets tag orientation of the file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlTrapezoidal(java.lang.String trapXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
trapXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
public XmlTrapezoidal(java.io.File trapXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
trapXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
public XmlTrapezoidal(java.io.InputStream trapXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
trapXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
Method Detail |
---|
public final java.lang.String getDescription()
public final java.lang.String getName()
public final boolean isOrientationSet()
public final pathML.PathConfigurationType getXmlHandler()
public final RVector getFinalPosition()
public final RVector getInitialPosition()
public final RVector getFinalTime()
public final RVector getMaximumVelocity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |