Class GraphMLIo.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • requiresVersion

        public <V> boolean requiresVersion​(V version)
        GraphML does not have a version and therefore always returns false. This default return also makes sense because GraphML does not use custom IoRegistry instances anyway which is the primary reason for calling this method by a graph provider.
        Specified by:
        requiresVersion in interface Io.Builder<GraphMLIo>