org.xerial.util.xml.index
Class InvertedPathTree
java.lang.Object
org.xerial.util.xml.index.InvertedPathTree
public class InvertedPathTree
- extends Object
Inverted pathの集合をグラフで表現したもの(Inverted Path Tree)
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvertedPathTree
public InvertedPathTree()
generateFrom
public void generateFrom(String xmlFile)
throws XMLException,
GraphException,
FileNotFoundException,
IOException
- Throws:
XMLException
GraphException
FileNotFoundException
IOException
generateFrom
public void generateFrom(Reader xmlReader)
throws IOException,
XMLException,
GraphException
- Throws:
IOException
XMLException
GraphException
outputGraphviz
public void outputGraphviz(OutputStream os)
main
public static void main(String[] args)
throws OptionParserException
- Throws:
OptionParserException

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.