Class NodeExpansionCompletedEvent<N>

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

    public class NodeExpansionCompletedEvent<N>
    extends ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeExpansionCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, N expandedNode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      N getExpandedNode()  
      • 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

      • NodeExpansionCompletedEvent

        public NodeExpansionCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                           N expandedNode)
    • Method Detail

      • getExpandedNode

        public N getExpandedNode()