|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgenopt.db.InputFunction
public class InputFunction
Input function.
This project was carried out at:
and supported byGenOpt Copyright (c) 1998-2011, 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.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
InputFunction(java.lang.String name,
java.lang.String function,
int nRef)
Creates a new InputFunction instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFunction()
|
java.lang.String |
getName()
|
int |
getReferenceCounter()
|
void |
increaseReferenceCounter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String Name
protected java.lang.String Func
protected int NRef
| Constructor Detail |
|---|
public InputFunction(java.lang.String name,
java.lang.String function,
int nRef)
InputFunction instance.
name - name of the functionfunction - function to be evaluated| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getFunction()
public int getReferenceCounter()
public void increaseReferenceCounter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||