public class RegionHitExactHeuristic
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
active |
(package private) long |
estimatedPathCount |
static java.lang.String |
formatString |
(package private) gov.nasa.jpf.vm.MethodInfo |
methodInfo |
(package private) int |
pathCount |
(package private) java.lang.String |
regionKey |
(package private) gov.nasa.jpf.vm.Instruction |
targetInstruction |
Constructor and Description |
---|
RegionHitExactHeuristic(java.lang.String regionKey,
gov.nasa.jpf.vm.Instruction targetInstruction,
gov.nasa.jpf.vm.MethodInfo methodInfo,
int pathCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equal(RegionHitExactHeuristic regionHitExactHeuristic) |
gov.nasa.jpf.vm.MethodInfo |
getMethodInfo() |
int |
getPathCount() |
java.lang.String |
getRegionKey() |
boolean |
getRegionStatus() |
gov.nasa.jpf.vm.Instruction |
getTargetInstruction() |
void |
incrementPathCount() |
java.lang.String |
print() |
void |
setActiveState(boolean state) |
void |
setEstimatedPathCount(long c) |
java.lang.String |
toString() |
java.lang.String regionKey
gov.nasa.jpf.vm.Instruction targetInstruction
gov.nasa.jpf.vm.MethodInfo methodInfo
boolean active
int pathCount
long estimatedPathCount
public static final java.lang.String formatString
public RegionHitExactHeuristic(java.lang.String regionKey, gov.nasa.jpf.vm.Instruction targetInstruction, gov.nasa.jpf.vm.MethodInfo methodInfo, int pathCount)
public gov.nasa.jpf.vm.MethodInfo getMethodInfo()
public int getPathCount()
public boolean getRegionStatus()
public java.lang.String getRegionKey()
public gov.nasa.jpf.vm.Instruction getTargetInstruction()
public void incrementPathCount()
public void setEstimatedPathCount(long c)
public boolean equal(RegionHitExactHeuristic regionHitExactHeuristic)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String print()
public void setActiveState(boolean state)