Modifier and Type | Field and Description |
---|---|
String |
description |
String |
dimension |
String |
name |
Dimension |
r_dimension |
String |
symbol |
String |
value |
Constructor and Description |
---|
Constant() |
Constant(String name,
Dimension dimension,
String value) |
Modifier and Type | Method and Description |
---|---|
Dimension |
getDimension() |
String |
getName() |
String |
getStringValue() |
String |
getSymbol() |
double |
getValue() |
Constant |
makeCopy() |
void |
resolve(LemsCollection<Dimension> dimensions,
LemsCollection<Unit> units,
Parser parser,
HashMap<String,Double> valHM) |
String |
toString() |
public String name
public String description
public String symbol
public String value
public String dimension
public Dimension r_dimension
public Constant makeCopy()
public void resolve(LemsCollection<Dimension> dimensions, LemsCollection<Unit> units, Parser parser, HashMap<String,Double> valHM) throws ContentError, ParseError
ContentError
ParseError
public String getStringValue()
public Dimension getDimension()
public String getSymbol()
Copyright © 2020. All rights reserved.