Class SuccessorComputationCompletedEvent<T,​A,​V extends java.lang.Comparable<V>>

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

    public class SuccessorComputationCompletedEvent<T,​A,​V extends java.lang.Comparable<V>>
    extends BestFirstEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      SuccessorComputationCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, BackPointerPath<T,​A,​V> path, java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> successorDescriptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BackPointerPath<T,​A,​V> getNode()  
      java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> getSuccessorDescriptions()  
      void setNode​(BackPointerPath<T,​A,​V> node)  
      void setSuccessorDescriptions​(java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> successorDescriptions)  
      • 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
    • Constructor Detail

      • SuccessorComputationCompletedEvent

        public SuccessorComputationCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                                  BackPointerPath<T,​A,​V> path,
                                                  java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> successorDescriptions)
    • Method Detail

      • getSuccessorDescriptions

        public java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> getSuccessorDescriptions()
      • setSuccessorDescriptions

        public void setSuccessorDescriptions​(java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> successorDescriptions)