public abstract class IndependentParameter
extends java.lang.Object
implements java.lang.Cloneable
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-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 |
name
name of the parameter
|
Constructor and Description |
---|
IndependentParameter()
constructor.
|
IndependentParameter(java.lang.String VariableName)
Constructor for an independent variable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the parameter
|
public IndependentParameter()
public IndependentParameter(java.lang.String VariableName)
VariableName
- Name of the free parameter as specified in the
command file