Class VertexDataContext<FRAG_T extends IFragment,​DATA_T>

    • Constructor Detail

      • VertexDataContext

        public VertexDataContext()
    • Method Detail

      • createFFIContext

        protected void createFFIContext​(FRAG_T fragment,
                                        Class<? extends DATA_T> dataClass,
                                        boolean includeOuter)
        Must be called by jni, to create ffi context.
        Parameters:
        fragment - fragment
        dataClass - the class obj for the data type.
        includeOuter - whether to include outer vertices or not.
      • getDataClass

        public Class<? extends DATA_T> getDataClass()