Package com.ibm.wala.util.graph
Class Path
- java.lang.Object
-
- com.ibm.wala.util.intset.SimpleIntVector
-
- com.ibm.wala.util.graph.Path
-
- All Implemented Interfaces:
IntVector,Serializable
public class Path extends SimpleIntVector
We represent a path in a numbered graph as a vector of integers <i_1, ..., i_n> where node i_1 is the src and node i_n is the sink- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static Pathmake(int value)static Pathprepend(int x, Path p)intsize()StringtoString()-
Methods inherited from class com.ibm.wala.util.intset.SimpleIntVector
get, getMaxIndex, performVerboseAction, set
-
-
-
-
Method Detail
-
make
public static Path make(int value)
-
size
public int size()
-
-