| Path represents the data structure in which a execution trace is recorded.
It usually gets created by a VirtualMachine, can be stored in a file
via the JPF '-save-path' option, re-executed with '-execute-path', or
explicitly loaded via 'JPF.loadPath(fileName)'
A path instance is specific to a certain 'application', and consists of a
list of 'Transition' objects
|