Class JGraphTDependencyGraph

  • All Implemented Interfaces:
    it.unibo.alchemist.core.DependencyGraph

    
    public final class JGraphTDependencyGraph<T extends Object>
     implements DependencyGraph<T>
                        

    This class offers an implementation of a dependency graph, namely a data structure which can address in an efficient way the problem of finding those reactions affected by the execution of another reaction. This class relies heavily on the ReactionHandler interface.