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

com.thinkaurelius.titan.hadoop.FaunusEdge Maven / Gradle / Ivy

package com.thinkaurelius.titan.hadoop;

import com.thinkaurelius.titan.core.TitanEdge;
import com.tinkerpop.blueprints.Direction;

/**
 * @author Matthias Broecheler ([email protected])
 */
public interface FaunusEdge extends FaunusRelation, TitanEdge {

    public long getVertexId(Direction dir);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy