public class AbstractDecisionVariables extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Serializable> |
variables |
| Constructor and Description |
|---|
AbstractDecisionVariables() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
get(String name) |
Map<String,Serializable> |
getAll() |
boolean |
isPresent(String name) |
protected Map<String,Serializable> variables
public Serializable get(String name)
public Map<String,Serializable> getAll()
public boolean isPresent(String name)
Copyright © 2019 Power Flows. All rights reserved.