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

org.unipop.process.strategyregistrar.StrategyProvider Maven / Gradle / Ivy

package org.unipop.process.strategyregistrar;

import org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies;

public interface StrategyProvider {
    TraversalStrategies get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy