public static interface CoreNLPProtos.SemgrexResponse.NamedEdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsExtra()
optional bool isExtra = 5; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
java.lang.String |
getReln()
optional string reln = 4; |
com.google.protobuf.ByteString |
getRelnBytes()
optional string reln = 4; |
int |
getSource()
required int32 source = 2; |
int |
getSourceCopy()
optional uint32 sourceCopy = 6; |
int |
getTarget()
required int32 target = 3; |
int |
getTargetCopy()
optional uint32 targetCopy = 7; |
boolean |
hasIsExtra()
optional bool isExtra = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasReln()
optional string reln = 4; |
boolean |
hasSource()
required int32 source = 2; |
boolean |
hasSourceCopy()
optional uint32 sourceCopy = 6; |
boolean |
hasTarget()
required int32 target = 3; |
boolean |
hasTargetCopy()
optional uint32 targetCopy = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;java.lang.String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasSource()
required int32 source = 2;int getSource()
required int32 source = 2;boolean hasTarget()
required int32 target = 3;int getTarget()
required int32 target = 3;boolean hasReln()
optional string reln = 4;java.lang.String getReln()
optional string reln = 4;com.google.protobuf.ByteString getRelnBytes()
optional string reln = 4;boolean hasIsExtra()
optional bool isExtra = 5;boolean getIsExtra()
optional bool isExtra = 5;boolean hasSourceCopy()
optional uint32 sourceCopy = 6;int getSourceCopy()
optional uint32 sourceCopy = 6;boolean hasTargetCopy()
optional uint32 targetCopy = 7;int getTargetCopy()
optional uint32 targetCopy = 7;