public class Case extends ExpressionValued implements Valued
Modifier and Type | Field and Description |
---|---|
String |
condition |
String |
name |
mathInline, parseTree, value
Constructor and Description |
---|
Case() |
Modifier and Type | Method and Description |
---|---|
Dimensional |
getDimensionality(HashMap<String,Dimensional> dimHM) |
String |
getName() |
double |
getValue() |
Case |
makeCopy() |
void |
resolve(Lems lems,
LemsCollection<Dimension> dimensions,
Parser parser) |
copyInto, extract, getParseTree, getValueExpression, setValue
public void resolve(Lems lems, LemsCollection<Dimension> dimensions, Parser parser) throws ParseError
ParseError
public Dimensional getDimensionality(HashMap<String,Dimensional> dimHM) throws ContentError
ContentError
public Case makeCopy()
Copyright © 2020. All rights reserved.