Last update: 2011-06-23

org.proteios.io
Class TandemFactory

java.lang.Object
  extended by org.proteios.io.TagFactory
      extended by org.proteios.io.TandemFactory

public class TandemFactory
extends TagFactory

Useful when reading tandem xml files

Author:
gregory

Nested Class Summary
 class TandemFactory.BioML
          Tag classes
 class TandemFactory.ModelGroup
           
 class TandemFactory.Protein
           
 class TandemFactory.SpectrumPathNote
           
 
Field Summary
 
Fields inherited from class org.proteios.io.TagFactory
reader
 
Constructor Summary
TandemFactory(javax.xml.stream.XMLStreamReader reader)
           
 
Method Summary
 TandemFactory.BioML newBioML()
           
 TandemFactory.ModelGroup newModelGroup()
           
 TandemFactory.Protein newProtein()
           
 TandemFactory.SpectrumPathNote newSpectrumPathNote()
           
 
Methods inherited from class org.proteios.io.TagFactory
create, done, readDouble, readFloat, readInt, readInteger, readLong, readString, readText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TandemFactory

public TandemFactory(javax.xml.stream.XMLStreamReader reader)
Method Detail

newModelGroup

public TandemFactory.ModelGroup newModelGroup()

newProtein

public TandemFactory.Protein newProtein()

newSpectrumPathNote

public TandemFactory.SpectrumPathNote newSpectrumPathNote()

newBioML

public TandemFactory.BioML newBioML()

Last update: 2011-06-23