Class TSMinerPayload


  • public class TSMinerPayload
    extends java.lang.Object
    Transition System Miner Payload These payloads are used as identifier objects for the states.
    Version:
    0.1
    Author:
    Eric Verbeek
    • Constructor Summary

      Constructors 
      Constructor Description
      TSMinerPayload​(TSMinerInput settings)
      Create an initial payload given the settings.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(TSMinerPayload payload)
      Compares this payload to another payload.
      boolean equals​(java.lang.Object object)
      Whether the given object is equal to this object.
      TSMinerInput getSettings()
      Gets the settings used to obtain this payload.
      int hashCode()
      Hashcode for this object.
      java.lang.String toString()  
      java.lang.String toString2()
      Gets a string representation for this payload.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TSMinerPayload

        public TSMinerPayload​(TSMinerInput settings)
        Create an initial payload given the settings.
        Parameters:
        settings - The settings.
    • Method Detail

      • getSettings

        public TSMinerInput getSettings()
        Gets the settings used to obtain this payload.
        Returns:
        The settings used.
      • toString2

        public java.lang.String toString2()
        Gets a string representation for this payload.
        Returns:
        The string representation for this payload.
      • toString

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

        public int compareTo​(TSMinerPayload payload)
        Compares this payload to another payload.
        Parameters:
        object - Object the other payload.
        Returns:
        int
      • equals

        public boolean equals​(java.lang.Object object)
        Whether the given object is equal to this object.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Hashcode for this object.
        Overrides:
        hashCode in class java.lang.Object