Class GraphInitializedEvent<T>

  • All Implemented Interfaces:
    GraphEvent, org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.common.event.IEvent

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

      Constructors 
      Constructor Description
      GraphInitializedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, 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.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 org.api4.java.algorithm.events.IAlgorithmEvent

        getAlgorithmId
      • Methods inherited from interface org.api4.java.common.event.IEvent

        getTimestamp
    • Constructor Detail

      • GraphInitializedEvent

        public GraphInitializedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                     T root)
    • Method Detail

      • getRoot

        public T getRoot()
      • setRoot

        public void setRoot​(T root)