Uses of Interface
org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter.XMLPropertyConstraintWriter

Packages that use XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
org.biojava.bio.seq.io.filterxml Tools for reading and writing an XML representation of BioJava's FeatureFilter language. 
 

Uses of XMLAnnotationTypeWriter.XMLPropertyConstraintWriter in org.biojava.bio.seq.io.filterxml
 

Methods in org.biojava.bio.seq.io.filterxml with parameters of type XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
 void XMLAnnotationTypeWriter.addXMLPropertyConstraintWriter(java.lang.Class clazz, XMLAnnotationTypeWriter.XMLPropertyConstraintWriter xfw)
          Register a writer for the specified class of property constraint
 void XMLAnnotationTypeWriter.addXMLPropertyConstraintWriter(PropertyConstraint pc, XMLAnnotationTypeWriter.XMLPropertyConstraintWriter xfw)
          Register a writer for a singleton property constraint.