Class GraphInitializedEvent<T>

  • All Implemented Interfaces:
    ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent, ai.libs.jaicore.basic.events.IEvent, GraphEvent

    public class GraphInitializedEvent<T>
    extends ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent
    implements GraphEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphInitializedEvent​(java.lang.String algorithmId, T root)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getRoot()  
      void setRoot​(T root)  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent

        getAlgorithmId, getTimestamp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent

        getAlgorithmId, getTimestamp
    • Constructor Detail

      • GraphInitializedEvent

        public GraphInitializedEvent​(java.lang.String algorithmId,
                                     T root)
    • Method Detail

      • getRoot

        public T getRoot()
      • setRoot

        public void setRoot​(T root)