Class TabularResults.TabularResult

  • Enclosing class:
    TabularResults

    public static final class TabularResults.TabularResult
    extends java.lang.Object
    A single result corresponding to a single feature.
    • Constructor Summary

      Constructors 
      Constructor Description
      TabularResult​(java.lang.String name, java.lang.Object result)
      Constructs the result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the result (feature) name.
      java.lang.Object getResult()
      Returns the computed result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TabularResult

        public TabularResult​(java.lang.String name,
                             java.lang.Object result)
        Constructs the result.
        Parameters:
        name - the feature name
        result - the computed feature result
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the result (feature) name.
        Returns:
        the result (feature) name
      • getResult

        public java.lang.Object getResult()
        Returns the computed result.
        Returns:
        the computed result