public final class ASemanticGraphFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ASemanticGraphFactory() |
Modifier and Type | Method and Description |
---|---|
static ASemanticGraph |
makeGraph(ATypedDependencies artifact,
java.util.List<java.lang.Integer> rootIndices,
java.util.Map<java.lang.Integer,Token> tokens) |
static ASemanticGraph |
makeGraph(ATypedDependencies artifact,
java.util.Map<java.lang.Integer,Token> tokens) |
public static ASemanticGraph makeGraph(ATypedDependencies artifact, java.util.Map<java.lang.Integer,Token> tokens)
public static ASemanticGraph makeGraph(ATypedDependencies artifact, java.util.List<java.lang.Integer> rootIndices, java.util.Map<java.lang.Integer,Token> tokens)