Interface Graph<T>

All Known Subinterfaces:
MutableGraph<T>
All Known Implementing Classes:
Op02WithProcessedDataAndRefs, Op03SimpleStatement, Op04StructuredStatement

public interface Graph<T>
  • Method Details

    • getSources

      List<T> getSources()
    • getTargets

      List<T> getTargets()