All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lambdazen.bitsy.IEdge Maven / Gradle / Ivy

Go to download

Bitsy v3 is a small, fast, embeddable, durable in-memory graph database that is compatible with Tinkerpop3

There is a newer version: 3.6.2
Show newest version
package com.lambdazen.bitsy;

public interface IEdge {
    public UUID getInVertexId();

    public UUID getOutVertexId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy