Class NodeAnnotationEvent<T>

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

    public class NodeAnnotationEvent<T>
    extends BestFirstEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeAnnotationEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, T node, java.lang.String annotationName, java.lang.Object annotationValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAnnotationName()  
      java.lang.Object getAnnotationValue()  
      T getNode()  
      • 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

      • NodeAnnotationEvent

        public NodeAnnotationEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                   T node,
                                   java.lang.String annotationName,
                                   java.lang.Object annotationValue)
    • Method Detail

      • getNode

        public T getNode()
      • getAnnotationName

        public java.lang.String getAnnotationName()
      • getAnnotationValue

        public java.lang.Object getAnnotationValue()