public interface DependencyAnalyzer<STATE,TRANSITION>
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckDependent(DporSearchStack<STATE, TRANSITION> stack, int stackIndex, int pid) Checks whether the transition at "stackIndex" in the stack is dependent with process pidintNumber of trace steps executed from a "cross state" (see) for the purposes of determining dependence.invalid reference
ImmutableStateFactory#crossStateintNumber of transitions executed from a "cross state" (see) for the purposes of determining dependence.invalid reference
ImmutableStateFactory#crossState
-
Method Details
-
numCrossTransitions
int numCrossTransitions()Number of transitions executed from a "cross state" (see) for the purposes of determining dependence.invalid reference
ImmutableStateFactory#crossState -
numCrossTraceSteps
int numCrossTraceSteps()Number of trace steps executed from a "cross state" (see) for the purposes of determining dependence.invalid reference
ImmutableStateFactory#crossState -
checkDependent
Checks whether the transition at "stackIndex" in the stack is dependent with process pid- Parameters:
stack- The current search stackstackIndex- The index on the stack of the transition which we are checking dependency withpid- The process id of the process we want to check dependency against- Returns:
-