public class AlgorithmStruct
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
c |
java.lang.String |
name |
double |
p |
| Constructor and Description |
|---|
AlgorithmStruct(java.lang.String name,
double c,
double p) |