cytoscape.data.annotation.readers
Class AnnotationXmlReader

java.lang.Object
  extended by cytoscape.data.annotation.readers.AnnotationXmlReader

public class AnnotationXmlReader
extends Object


Constructor Summary
AnnotationXmlReader(File xmlFile)
           
 
Method Summary
 Annotation getAnnotation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationXmlReader

public AnnotationXmlReader(File xmlFile)
                    throws Exception
Throws:
Exception
Method Detail

getAnnotation

public Annotation getAnnotation()