public class InputFunction
extends java.lang.Object
This project was carried out at:
and supported byGenOpt Copyright (c) 1998-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
Func
Function to be evaluated.
|
protected java.lang.String |
Name
Function name.
|
protected int |
NRef
Number of times that the function name has been used by another input function
|
| Constructor and Description |
|---|
InputFunction(java.lang.String name,
java.lang.String function,
int nRef)
Creates a new
InputFunction instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFunction() |
java.lang.String |
getName() |
int |
getReferenceCounter() |
void |
increaseReferenceCounter() |
protected java.lang.String Name
protected java.lang.String Func
protected int NRef