Class NodeExpansionJobSubmittedEvent<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 NodeExpansionJobSubmittedEvent<T,​A,​V extends java.lang.Comparable<V>>
    extends BestFirstEvent
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.api4.java.datastructure.graph.implicit.INewNodeDescription<T,​A>> getChildren()  
      BackPointerPath<T,​A,​V> 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

      • NodeExpansionJobSubmittedEvent

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

      • getChildren

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