Uses of Package
gov.sandia.cognition.data.convert

Packages that use gov.sandia.cognition.data.convert
gov.sandia.cognition.data.convert Provides utilities for doing data type conversion. 
gov.sandia.cognition.data.convert.number Provides utilities for doing data type conversion with numbers. 
gov.sandia.cognition.data.convert.vector Provides utilities for doing data type conversion with vectors. 
 

Classes in gov.sandia.cognition.data.convert used by gov.sandia.cognition.data.convert
AbstractDataConverter
          Abstract implementation of DataConverter interface.
AbstractReversibleDataConverter
          Abstract implementation of sthe ReversibleDataConverter interface.
DataConverter
          Defines an object used to convert data from one type to another.
IdentityDataConverter
          A pass-through converter that just returns the given value.
ReversibleDataConverter
          Represents a DataConverter whose conversion can be reversed.
 

Classes in gov.sandia.cognition.data.convert used by gov.sandia.cognition.data.convert.number
AbstractDataConverter
          Abstract implementation of DataConverter interface.
AbstractReverseCachedDataConverter
          Abstract implementation of ReversibleDataConverter that caches the reverse converter.
AbstractReversibleDataConverter
          Abstract implementation of sthe ReversibleDataConverter interface.
DataConverter
          Defines an object used to convert data from one type to another.
ObjectToStringConverter
          Converts an Object to a String using the toString method.
ReversibleDataConverter
          Represents a DataConverter whose conversion can be reversed.
 

Classes in gov.sandia.cognition.data.convert used by gov.sandia.cognition.data.convert.vector
AbstractDataConverter
          Abstract implementation of DataConverter interface.
DataConverter
          Defines an object used to convert data from one type to another.
 



Copyright © 2006-2011 Sandia National Laboratories. All Rights Reserved.