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) |
void |
add(String symbol,
String value,
double weight) |
boolean |
isReadOnly() |
VariableSet |
makeCopy() |
void |
set(int index,
double value) |
void |
set(int index,
String value) |
void |
set(String symbol,
double value) |
void |
set(String symbol,
String 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)
public void set(int index,
String value)
Copyright © 2017. All rights reserved.