public class TargetInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Integer |
actionIndex
Can be negative if target was never reached.
|
String |
descriptiveId |
Integer |
mappedId |
Double |
value
heuristic [0,1], where 1 means covered
|
| Constructor and Description |
|---|
TargetInfo(Integer mappedId,
String descriptiveId,
Double value,
Integer actionIndex) |
| Modifier and Type | Method and Description |
|---|---|
TargetInfo |
enforceMappedId() |
static TargetInfo |
notReached(int theID) |
TargetInfo |
withMappedId(int theID) |
TargetInfo |
withNoDescriptiveId() |
public final Integer mappedId
public final String descriptiveId
public final Double value
public final Integer actionIndex
value must be 0public static TargetInfo notReached(int theID)
public TargetInfo withMappedId(int theID)
public TargetInfo enforceMappedId()
public TargetInfo withNoDescriptiveId()
Copyright © 2016–2024. All rights reserved.