-
- Type Parameters:
V
- The vertex or the edge.T
- The object that will model the state of that vertex or edge in
the computation.
public abstract class Factory<V,T>
extends Object
Singleton pattern for initializing a vertex state or edge state object
given the vertex or edge.
- Author:
- Bryan
Thompson
-
-
Constructor Summary
Constructors
Constructor and Description |
Factory() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
abstract T |
initialValue(V value)
Factory pattern.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.