Modifier and Type | Field and Description |
---|---|
LemsCollection<Case> |
cases |
String |
dimension |
String |
exposure |
String |
name |
Dimension |
r_dimension |
Exposure |
r_exposure |
boolean |
required |
Constructor and Description |
---|
ConditionalDerivedVariable() |
ConditionalDerivedVariable(String s) |
Modifier and Type | Method and Description |
---|---|
void |
fillFrom(Object obj) |
Dimension |
getDimension() |
Dimensional |
getDimensionality(HashMap<String,Dimensional> dimHM) |
String |
getDimensionString() |
Exposure |
getExposure() |
String |
getName() |
double |
getValue() |
boolean |
hasExposure() |
boolean |
isFixed() |
boolean |
isRequired() |
ConditionalDerivedVariable |
makeCopy() |
DoubleEvaluator |
makeFloatFixedEvaluator(HashMap<String,Double> fixedHM) |
void |
resolve(Lems lems,
LemsCollection<Dimension> dimensions,
ComponentType type,
HashMap<String,Valued> valHM,
Parser parser) |
void |
setDimension(String dn) |
void |
setExposure(String s) |
void |
setName(String nm) |
String |
toString() |
public String name
public String dimension
public Dimension r_dimension
public String exposure
public Exposure r_exposure
public boolean required
public LemsCollection<Case> cases
public ConditionalDerivedVariable()
public ConditionalDerivedVariable(String s)
public void resolve(Lems lems, LemsCollection<Dimension> dimensions, ComponentType type, HashMap<String,Valued> valHM, Parser parser) throws ContentError, ParseError
ContentError
ParseError
public boolean isFixed()
public Dimension getDimension()
public void fillFrom(Object obj)
public Dimensional getDimensionality(HashMap<String,Dimensional> dimHM) throws ContentError
ContentError
public boolean hasExposure()
public Exposure getExposure()
public boolean isRequired()
public void setName(String nm)
public void setDimension(String dn)
public void setExposure(String s)
public String getDimensionString()
public ConditionalDerivedVariable makeCopy()
public DoubleEvaluator makeFloatFixedEvaluator(HashMap<String,Double> fixedHM) throws ContentError
ContentError
Copyright © 2019. All rights reserved.