Class FeatureRecord


  • public class FeatureRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] lookups  
      private java.lang.String tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureRecord()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getLookups()
      Retrieves the lookups of the feature record.
      java.lang.String getTag()
      Retrieves the tag of the feature record.
      void setLookups​(int[] lookups)
      Sets the lookups of the feature record.
      void setTag​(java.lang.String tag)
      Sets the tag of the feature record.
      • Methods inherited from class java.lang.Object

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

      • tag

        private java.lang.String tag
      • lookups

        private int[] lookups
    • Constructor Detail

      • FeatureRecord

        public FeatureRecord()
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Retrieves the tag of the feature record.
        Returns:
        tag
      • setTag

        public void setTag​(java.lang.String tag)
        Sets the tag of the feature record.
        Parameters:
        tag - tag
      • getLookups

        public int[] getLookups()
        Retrieves the lookups of the feature record.
        Returns:
        lookups
      • setLookups

        public void setLookups​(int[] lookups)
        Sets the lookups of the feature record.
        Parameters:
        lookups - lookups