|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgenopt.db.IndependentParameter
public abstract class IndependentParameter
Object that represents an independent parameter of
the optimization process.
Note the meaning of field constraints.
constraints: 1: no under boundary, no upper boundary 2: under boundary, no upper boundary 3: under boundary, upper boundary 4: no under boundary, upper boundary
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 |
name
name of the parameter |
| Constructor Summary | |
|---|---|
IndependentParameter()
constructor. |
|
IndependentParameter(java.lang.String VariableName)
Constructor for an independent variable. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of the parameter |
| 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
| Constructor Detail |
|---|
public IndependentParameter()
public IndependentParameter(java.lang.String VariableName)
VariableName - Name of the free parameter as specified in the
command file| Method Detail |
|---|
public final java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||