Uses of Interface
org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter.XMLCollectionConstraintWriter
-
Packages that use XMLAnnotationTypeWriter.XMLCollectionConstraintWriter Package Description org.biojava.bio.seq.io.filterxml Tools for reading and writing an XML representation of BioJava's FeatureFilter language. -
-
Uses of XMLAnnotationTypeWriter.XMLCollectionConstraintWriter in org.biojava.bio.seq.io.filterxml
Methods in org.biojava.bio.seq.io.filterxml with parameters of type XMLAnnotationTypeWriter.XMLCollectionConstraintWriter Modifier and Type Method Description voidXMLAnnotationTypeWriter. addXMLCollectionConstraintWriter(Class clazz, XMLAnnotationTypeWriter.XMLCollectionConstraintWriter xfw)Register a writer for the specified class of collection constraintvoidXMLAnnotationTypeWriter. addXMLCollectionConstraintWriter(CollectionConstraint pc, XMLAnnotationTypeWriter.XMLCollectionConstraintWriter xfw)Register a writer for a singleton property constraint.
-