| Package | Description |
|---|---|
| info.bioinfweb.jphyloio.formats.phyloxml |
Contains classes for reading from and writing to streams/files in PhyloXML format.
|
| info.bioinfweb.jphyloio.objecttranslation.implementations |
Contains implementations of
ObjectTranslator. |
| Class and Description |
|---|
| AbstractObjectTranslator
Abstract base class for implementations of
ObjectTranslator that implements AbstractObjectTranslator.equals(Object) and
AbstractObjectTranslator.hashCode() based of the return values of ObjectTranslator.getObjectClass() and ObjectTranslator.hasStringRepresentation(). |
| Class and Description |
|---|
| AbstractObjectTranslator
Abstract base class for implementations of
ObjectTranslator that implements AbstractObjectTranslator.equals(Object) and
AbstractObjectTranslator.hashCode() based of the return values of ObjectTranslator.getObjectClass() and ObjectTranslator.hasStringRepresentation(). |
| IllegalArgumentExceptionSimpleValueTranslator |
| NumericValueTranslator
Abstract base class for converting numeric types that wrappes
NumberFormatExceptions as
InvalidObjectSourceDataExceptions. |
| SimpleValueTranslator
Abstract base class for converting simple types that can be described by strings and do not need a more complex
XML representation.
|