Interface Graph<T>
-
- All Known Subinterfaces:
MutableGraph<T>
- All Known Implementing Classes:
Op02WithProcessedDataAndRefs
,Op03SimpleStatement
,Op04StructuredStatement
public interface Graph<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>
getSources()
java.util.List<T>
getTargets()
-