public static interface CoreNLPProtos.DependencyGraph.EdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDep()
optional string dep = 3; |
com.google.protobuf.ByteString |
getDepBytes()
optional string dep = 3; |
boolean |
getIsExtra()
optional bool isExtra = 4; |
CoreNLPProtos.Language |
getLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown]; |
int |
getSource()
required uint32 source = 1; |
int |
getSourceCopy()
optional uint32 sourceCopy = 5; |
int |
getSourceEmpty()
optional uint32 sourceEmpty = 8; |
int |
getTarget()
required uint32 target = 2; |
int |
getTargetCopy()
optional uint32 targetCopy = 6; |
int |
getTargetEmpty()
optional uint32 targetEmpty = 9; |
boolean |
hasDep()
optional string dep = 3; |
boolean |
hasIsExtra()
optional bool isExtra = 4; |
boolean |
hasLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown]; |
boolean |
hasSource()
required uint32 source = 1; |
boolean |
hasSourceCopy()
optional uint32 sourceCopy = 5; |
boolean |
hasSourceEmpty()
optional uint32 sourceEmpty = 8; |
boolean |
hasTarget()
required uint32 target = 2; |
boolean |
hasTargetCopy()
optional uint32 targetCopy = 6; |
boolean |
hasTargetEmpty()
optional uint32 targetEmpty = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
required uint32 source = 1;int getSource()
required uint32 source = 1;boolean hasTarget()
required uint32 target = 2;int getTarget()
required uint32 target = 2;boolean hasDep()
optional string dep = 3;java.lang.String getDep()
optional string dep = 3;com.google.protobuf.ByteString getDepBytes()
optional string dep = 3;boolean hasIsExtra()
optional bool isExtra = 4;boolean getIsExtra()
optional bool isExtra = 4;boolean hasSourceCopy()
optional uint32 sourceCopy = 5;int getSourceCopy()
optional uint32 sourceCopy = 5;boolean hasTargetCopy()
optional uint32 targetCopy = 6;int getTargetCopy()
optional uint32 targetCopy = 6;boolean hasSourceEmpty()
optional uint32 sourceEmpty = 8;int getSourceEmpty()
optional uint32 sourceEmpty = 8;boolean hasTargetEmpty()
optional uint32 targetEmpty = 9;int getTargetEmpty()
optional uint32 targetEmpty = 9;boolean hasLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];CoreNLPProtos.Language getLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];