com.ibm.wala.util.graph.labeled.NumberedLabeledGraph Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.ibm.wala.util Show documentation
Show all versions of com.ibm.wala.util Show documentation
T. J. Watson Libraries for Analysis
The newest version!
package com.ibm.wala.util.graph.labeled;
import com.ibm.wala.util.graph.NumberedGraph;
public interface NumberedLabeledGraph
extends NumberedGraph, NumberedLabeledEdgeManager {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy