public static interface CoreNLPProtos.DependencyGraphOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.DependencyGraph.Edge |
getEdge(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2; |
int |
getEdgeCount()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2; |
java.util.List<CoreNLPProtos.DependencyGraph.Edge> |
getEdgeList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2; |
CoreNLPProtos.DependencyGraph.EdgeOrBuilder |
getEdgeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2; |
java.util.List<? extends CoreNLPProtos.DependencyGraph.EdgeOrBuilder> |
getEdgeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2; |
CoreNLPProtos.DependencyGraph.Node |
getNode(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1; |
int |
getNodeCount()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1; |
java.util.List<CoreNLPProtos.DependencyGraph.Node> |
getNodeList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1; |
CoreNLPProtos.DependencyGraph.NodeOrBuilder |
getNodeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1; |
java.util.List<? extends CoreNLPProtos.DependencyGraph.NodeOrBuilder> |
getNodeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1; |
int |
getRoot(int index)
repeated uint32 root = 3 [packed = true]; |
int |
getRootCount()
repeated uint32 root = 3 [packed = true]; |
java.util.List<java.lang.Integer> |
getRootList()
repeated uint32 root = 3 [packed = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<CoreNLPProtos.DependencyGraph.Node> getNodeList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;CoreNLPProtos.DependencyGraph.Node getNode(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;int getNodeCount()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;java.util.List<? extends CoreNLPProtos.DependencyGraph.NodeOrBuilder> getNodeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;CoreNLPProtos.DependencyGraph.NodeOrBuilder getNodeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;java.util.List<CoreNLPProtos.DependencyGraph.Edge> getEdgeList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;CoreNLPProtos.DependencyGraph.Edge getEdge(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;int getEdgeCount()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;java.util.List<? extends CoreNLPProtos.DependencyGraph.EdgeOrBuilder> getEdgeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;CoreNLPProtos.DependencyGraph.EdgeOrBuilder getEdgeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;java.util.List<java.lang.Integer> getRootList()
repeated uint32 root = 3 [packed = true];int getRootCount()
repeated uint32 root = 3 [packed = true];int getRoot(int index)
repeated uint32 root = 3 [packed = true];index - The index of the element to return.