Uses of Class
de.upb.hni.vmagic.type.PhysicalType.Unit

Packages that use PhysicalType.Unit
de.upb.hni.vmagic.type Contains type meta classes. 
 

Uses of PhysicalType.Unit in de.upb.hni.vmagic.type
 

Methods in de.upb.hni.vmagic.type that return PhysicalType.Unit
 PhysicalType.Unit PhysicalType.createUnit(java.lang.String identifier, AbstractLiteral factor, java.lang.String baseUnit)
          Creates a unit and adds it to this physical type.
 PhysicalType.Unit PhysicalType.createUnit(java.lang.String identifier, int factor, java.lang.String baseUnit)
          Creates a unit with a integer factor and adds it to this physical type.
 PhysicalType.Unit PhysicalType.createUnit(java.lang.String identifier, java.lang.String baseUnit)
          Creates a unit without a factor and adds it to this physical type.
 

Methods in de.upb.hni.vmagic.type that return types with arguments of type PhysicalType.Unit
 java.util.List<PhysicalType.Unit> PhysicalType.getUnits()
          Returns the list of units.