Package org.lemsml.jlems.core.type
Class DeferredDimension
- java.lang.Object
-
- org.lemsml.jlems.core.type.Dimension
-
- org.lemsml.jlems.core.type.DeferredDimension
-
- All Implemented Interfaces:
Dimensional,DataMatchable,Named,Summaried
public class DeferredDimension extends Dimension
-
-
Constructor Summary
Constructors Constructor Description DeferredDimension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAny()booleanmatches(Dimensional d)-
Methods inherited from class org.lemsml.jlems.core.type.Dimension
dataMatches, getDimensionString, getDivideBy, getDoubleValue, getI, getJ, getK, getL, getM, getN, getName, getNoDimension, getSIUnit, getT, getTimeDimension, getTimes, isDimensionless, matches, power, setDoubleValue, setI, setJ, setK, setL, setM, setN, setT, summary, toString
-
-
-
-
Method Detail
-
matches
public boolean matches(Dimensional d)
- Specified by:
matchesin interfaceDimensional- Overrides:
matchesin classDimension
-
isAny
public boolean isAny()
- Specified by:
isAnyin interfaceDimensional- Overrides:
isAnyin classDimension
-
-