Class ModificationsContext<V,​E>


  • public class ModificationsContext<V,​E>
    extends Object
    Author:
    Florian Dupuy
    • Constructor Detail

      • ModificationsContext

        public ModificationsContext()
    • Method Detail

      • setVerticesInitiallyNotInMainComponent

        public void setVerticesInitiallyNotInMainComponent​(Set<V> verticesNotInMainComponent)
      • getEdgesRemovedFromMainComponent

        public Set<E> getEdgesRemovedFromMainComponent​(Set<V> verticesNotInMainComponent,
                                                       org.jgrapht.Graph<V,​E> graph)
      • getVerticesRemovedFromMainComponent

        public Set<V> getVerticesRemovedFromMainComponent​(Set<V> verticesNotInMainComponentAfter)
      • getEdgesAddedToMainComponent

        public Set<E> getEdgesAddedToMainComponent​(Set<V> verticesNotInMainComponentAfter,
                                                   org.jgrapht.Graph<V,​E> graph)
      • getVerticesAddedToMainComponent

        public Set<V> getVerticesAddedToMainComponent​(Set<V> verticesNotInMainComponentAfter)