Class TraversalSourceFactory<T extends TraversalSource>

  • All Implemented Interfaces:
    Serializable

    public final class TraversalSourceFactory<T extends TraversalSource>
    extends Object
    implements Serializable
    TraversalSource is not Serializable. TraversalSourceFactory can be used to create a serializable representation of a traversal source. This is is primarily an internal utility class for use and should not be used by standard users.
    Author:
    Marko A. Rodriguez (http://markorodriguez.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • TraversalSourceFactory

        public TraversalSourceFactory​(T traversalSource)
    • Method Detail

      • createTraversalSource

        public T createTraversalSource​(Graph graph)