public class VariableSet extends EntityContainer<Primitive> implements Serializable
entities, names, weights| Constructor and Description |
|---|
VariableSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String symbol,
double value,
double weight) |
boolean |
isReadOnly() |
VariableSet |
makeCopy() |
void |
set(int index,
double value) |
void |
set(String symbol,
double value) |
String |
toString() |
public boolean isReadOnly()
public VariableSet makeCopy()
public void add(String symbol, double value, double weight)
public void set(String symbol, double value)
public void set(int index,
double value)
Copyright © 2017. All rights reserved.