java.lang.Object
omix.mathxp.references.VariableReference
- All Implemented Interfaces:
ReferenceInterface
public class VariableReference extends Object implements ReferenceInterface
- Author:
- Dr. Peter Droste
-
Constructor Summary
Constructors Constructor Description VariableReference(String reference)
VariableReference(String reference, UnitInterface unit)
-
Method Summary
Modifier and Type Method Description String
getDisplayName()
String
getName()
String
getReference()
UnitInterface
getUnit()
Number
getValue()
boolean
isValid()
-
Constructor Details
-
Method Details
-
getReference
- Specified by:
getReference
in interfaceReferenceInterface
-
getValue
- Specified by:
getValue
in interfaceReferenceInterface
-
getUnit
- Specified by:
getUnit
in interfaceReferenceInterface
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceReferenceInterface
-
getName
- Specified by:
getName
in interfaceReferenceInterface
-
getDisplayName
- Specified by:
getDisplayName
in interfaceReferenceInterface
-