| Modifier and Type | Field and Description |
|---|---|
AlgorithmParameter[] |
AlgorithmInfo.parameters |
AlgorithmParameter[] |
AlgorithmParametersHolder.value |
AlgorithmParameter |
AlgorithmParameterHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmParameter[] |
AlgorithmParametersHelper.extract(org.omg.CORBA.Any any) |
static AlgorithmParameter |
AlgorithmParameterHelper.extract(org.omg.CORBA.Any any) |
static AlgorithmParameter[] |
AlgorithmParametersHelper.read(org.omg.CORBA.portable.InputStream _in) |
static AlgorithmParameter |
AlgorithmParameterHelper.read(org.omg.CORBA.portable.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AlgorithmParameterHelper.insert(org.omg.CORBA.Any any,
AlgorithmParameter s) |
static void |
AlgorithmParametersHelper.insert(org.omg.CORBA.Any any,
AlgorithmParameter[] s) |
static void |
AlgorithmParameterHelper.write(org.omg.CORBA.portable.OutputStream out,
AlgorithmParameter s) |
static void |
AlgorithmParametersHelper.write(org.omg.CORBA.portable.OutputStream _out,
AlgorithmParameter[] _s) |
| Constructor and Description |
|---|
AlgorithmInfo(java.lang.String algorithmName,
AlgorithmParameter[] parameters) |
AlgorithmParameterHolder(AlgorithmParameter initial) |
AlgorithmParametersHolder(AlgorithmParameter[] initial) |
Copyright © 2015. All Rights Reserved.