Interface InputSchemaVisitor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean defaultValue​(org.neo4j.gds.api.DefaultValue defaultValue)  
      void endOfEntity()  
      boolean key​(java.lang.String key)  
      boolean state​(org.neo4j.gds.api.PropertyState state)  
      boolean valueType​(org.neo4j.gds.api.nodeproperties.ValueType valueType)  
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • key

        boolean key​(java.lang.String key)
      • valueType

        boolean valueType​(org.neo4j.gds.api.nodeproperties.ValueType valueType)
      • defaultValue

        boolean defaultValue​(org.neo4j.gds.api.DefaultValue defaultValue)
      • state

        boolean state​(org.neo4j.gds.api.PropertyState state)
      • endOfEntity

        void endOfEntity()