public class MultiStateIO extends Object
Constructor and Description |
---|
MultiStateIO() |
Modifier and Type | Method and Description |
---|---|
static Vector<MultiState<MotionModelID>> |
readMultiStates(String filename)
Read a vector of MultiState objects from a file with xml-beans representation.
|
static void |
writeMultiStates(Vector<MultiState<MotionModelID>> mstates,
String filename)
Write a vector of MultiState objects to file in its xml-beans representation.
|
public static void writeMultiStates(Vector<MultiState<MotionModelID>> mstates, String filename) throws IOException, de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException, de.unihalle.informatik.Alida.exceptions.ALDOperatorException
mstates
- Vector of MultiState objectsfilename
- filenameIOException
de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
public static Vector<MultiState<MotionModelID>> readMultiStates(String filename) throws org.apache.xmlbeans.XmlException, IOException
filename
- filenameorg.apache.xmlbeans.XmlException
IOException
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.