public class LocalError extends Object
| Modifier and Type | Field and Description |
|---|---|
static LocalError |
MINIMAL_EMPTY_ERROR |
| Constructor and Description |
|---|
LocalError(AutomatonNode node,
ChemicalEntity<?> entity,
double value) |
| Modifier and Type | Method and Description |
|---|---|
ChemicalEntity<?> |
getEntity() |
AutomatonNode |
getNode() |
double |
getValue() |
String |
toString() |
public static final LocalError MINIMAL_EMPTY_ERROR
public LocalError(AutomatonNode node, ChemicalEntity<?> entity, double value)
public AutomatonNode getNode()
public ChemicalEntity<?> getEntity()
public double getValue()
Copyright © 2017. All rights reserved.