Class AlgorithmEventHistory

    • Method Detail

      • addEvent

        public void addEvent​(ai.libs.jaicore.basic.algorithm.events.serializable.PropertyProcessedAlgorithmEvent propertyProcessedAlgorithmEvent)
        Adds the given PropertyProcessedAlgorithmEvent to this AlgorithmEventHistoryEntry.
        Parameters:
        propertyProcessedAlgorithmEvent - The PropertyProcessedAlgorithmEvent to be added to this history.
      • getLength

        public long getLength()
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface ai.libs.jaicore.basic.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface ai.libs.jaicore.basic.ILoggingCustomizable
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object