Class ExecutionProperty<T extends java.io.Serializable>

  • Type Parameters:
    T - Type of the value.
    All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EdgeExecutionProperty, VertexExecutionProperty

    public abstract class ExecutionProperty<T extends java.io.Serializable>
    extends java.lang.Object
    implements java.io.Serializable
    An abstract class for each execution factors.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionProperty​(T value)
      Default constructor.
    • Constructor Detail

      • ExecutionProperty

        public ExecutionProperty​(T value)
        Default constructor.
        Parameters:
        value - value of the ExecutionProperty.
    • Method Detail

      • getValue

        public final T getValue()
        Returns:
        the value of the execution property.
      • equals

        public final boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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