public static interface CoreNLPProtos.DependencyGraph.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCopyAnnotation()
optional uint32 copyAnnotation = 3; |
int |
getIndex()
required uint32 index = 2; |
int |
getSentenceIndex()
required uint32 sentenceIndex = 1; |
boolean |
hasCopyAnnotation()
optional uint32 copyAnnotation = 3; |
boolean |
hasIndex()
required uint32 index = 2; |
boolean |
hasSentenceIndex()
required uint32 sentenceIndex = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSentenceIndex()
required uint32 sentenceIndex = 1;int getSentenceIndex()
required uint32 sentenceIndex = 1;boolean hasIndex()
required uint32 index = 2;int getIndex()
required uint32 index = 2;boolean hasCopyAnnotation()
optional uint32 copyAnnotation = 3;int getCopyAnnotation()
optional uint32 copyAnnotation = 3;