Class XCASDeserializer.FSInfo

  • Enclosing class:
    XCASDeserializer

    private static class XCASDeserializer.FSInfo
    extends java.lang.Object
    Feature Structure plus all the indexes it is indexed in indexRep -> indexMap -> indexRepositories -> indexRepository or indexRep -> indexRepositories -> indexRepository (2nd if indexMap size == 1)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FSInfo​(TOP fs, IntVector indexRep)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fs

        private final TOP fs
    • Constructor Detail