Uses of Class
com.rubecula.util.AttrMap

Packages that use AttrMap
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.math This is the high-level description of the math package. 
com.rubecula.units JQuantity/units. 
com.rubecula.util This is the high-level description of the util package. 
 

Uses of AttrMap in com.rubecula.jquantity
 

Subclasses of AttrMap in com.rubecula.jquantity
 class Attributes
          Class
 

Methods in com.rubecula.jquantity that return AttrMap
 AttrMap JQuantityPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap ValuePresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap SymbolicPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap QuantityPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap NumberPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap IntegerPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap AttributeFactory.createAttributes()
           
 

Methods in com.rubecula.jquantity with parameters of type AttrMap
 Presentation WholeNumber.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation Value.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
private  Presentation Rational.present(AttrMap attributes, double tolerance, boolean notRatio)
          Method to convert this Rational into an equivalent Presentation.
private  Presentation Rational.present(AttrMap attributes, double tolerance)
          Method to convert this Rational into an equivalent Presentation.
 Presentation Rational.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation Manifest.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation JQuantity.present(AttrMap attributes)
           
 Presentation FuzzInt.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation Expression.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation Compound.present(AttrMap attributes)
           
 Presentation Complex.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation Approximation.present(AttrMap attributes)
           
 

Uses of AttrMap in com.rubecula.math
 

Methods in com.rubecula.math with parameters of type AttrMap
 Presentation Macro.present(AttrMap attributes)
           
 

Uses of AttrMap in com.rubecula.units
 

Methods in com.rubecula.units with parameters of type AttrMap
 Presentation Units.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation SiUnit.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 Presentation FlatUnit.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.
 

Uses of AttrMap in com.rubecula.util
 

Methods in com.rubecula.util that return AttrMap
 AttrMap StringPresentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
abstract  AttrMap Presentation.getAttributes()
          Return the attributes with which this presentation was created, or at least the best guess.
 AttrMap AttributeFactoryInterface.createAttributes()
           
 

Methods in com.rubecula.util with parameters of type AttrMap
 Presentation Symbol.present(AttrMap attributes)
           
 Presentation Presentable.present(AttrMap attributes)
          Convert this Presentable object into a Presentation, according to the set of attributes provided.