The Octet Molecular Representation Framework v0.8.2

Package net.sf.octet.util

Utilities for working within the net.sourceforge.octet package.

See:
          Description

Interface Summary
Measurement The scientific concept of a numerical measurement, an associated uncertainty, and units.
Sequence A Sequence is an ordered, immutable group of objects of the same class in which null is not permitted.
 

Class Summary
ArrayKit A collection of static utility methods for working with arrays.
ArraySequence A default implementation of the Sequence interface backed by an array.
BasicMeasurement A default implementation of the Measurement interface.
BuilderKit A collection of static utility methods for working with RepresentationBuilders.
CollectionKit A group of static utility methods for working with the net.sf.octet.collection package.
MoleculeKit MoleculeKit is a collection of static utility methods for the manipulation and analysis of Molecule objects.
MoleculePrinter A printer capable of textually summarizing the content of any Molecule in human-readable format.
OrderedSet OrderedSet is an implementation of the java.util.Collection interface that contains an ordered group of unique elements.
RepresentationKit A collection of static methods that create pre-built representations from a RepresentationBuilder.
StringFragmenter StringFragmeter breaks a String up into fragments.
StringKit A collection of static methods useful for the manipulation of Strings.
 

Package net.sf.octet.util Description

Utilities for working within the net.sourceforge.octet package. Some of this functionality may be useful within other contexts as well.

Package Specification


The Octet Molecular Representation Framework v0.8.2