Interface MutableGraph<T>

All Superinterfaces:
Graph<T>
All Known Implementing Classes:
Op03SimpleStatement, Op04StructuredStatement

public interface MutableGraph<T> extends Graph<T>
  • Method Details

    • addSource

      void addSource(T source)
    • addTarget

      void addTarget(T target)