Package | Description |
---|---|
simulation | |
simulation.measurement |
Modifier and Type | Field and Description |
---|---|
static ScanFactory.ScanType |
SimulationParams.scanType
scan type
|
Modifier and Type | Method and Description |
---|---|
ScanFactory.ScanType |
SyntheticScan.getScanType()
returns the scan type
|
ScanFactory.ScanType |
AgnosticScan.getScanType()
returns an agnostic identifier
|
static ScanFactory.ScanType |
ScanFactory.ScanType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanFactory.ScanType[] |
ScanFactory.ScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|