Class InputSchemaVisitor.Adapter

    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      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 class java.lang.Object

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

      • Adapter

        public Adapter()
    • Method Detail

      • valueType

        public boolean valueType​(org.neo4j.gds.api.nodeproperties.ValueType valueType)
        Specified by:
        valueType in interface InputSchemaVisitor
      • defaultValue

        public boolean defaultValue​(org.neo4j.gds.api.DefaultValue defaultValue)
        Specified by:
        defaultValue in interface InputSchemaVisitor
      • state

        public boolean state​(org.neo4j.gds.api.PropertyState state)
        Specified by:
        state in interface InputSchemaVisitor
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable