Class FSData


  • class FSData
    extends java.lang.Object
    W A R N I N G Not an Inner Class ! !
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​java.lang.Object> featVals
      map from feature name to value which is a string or a ref to a not-out-of-type-system FS
      (package private) java.lang.String id  
      (package private) java.lang.String indexRep  
      (package private) java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      FSData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • id

        java.lang.String id
      • type

        java.lang.String type
      • indexRep

        java.lang.String indexRep
      • featVals

        java.util.Map<java.lang.String,​java.lang.Object> featVals
        map from feature name to value which is a string or a ref to a not-out-of-type-system FS
    • Constructor Detail

      • FSData

        FSData()
    • Method Detail

      • toString

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