Class DescriptorInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      DescriptorInfo​(java.lang.String name, java.lang.String shortName, java.lang.String version, int type, boolean isBinary, boolean isVector, boolean isGraphSimilarity, boolean needsCoordinates)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • version

        public java.lang.String version
      • type

        public int type
      • isBinary

        public boolean isBinary
      • isVector

        public boolean isVector
      • isGraphSimilarity

        public boolean isGraphSimilarity
      • needsCoordinates

        public boolean needsCoordinates
    • Constructor Detail

      • DescriptorInfo

        public DescriptorInfo​(java.lang.String name,
                              java.lang.String shortName,
                              java.lang.String version,
                              int type,
                              boolean isBinary,
                              boolean isVector,
                              boolean isGraphSimilarity,
                              boolean needsCoordinates)