public static final class CoreNLPProtos.DependencyGraph.Edge extends com.google.protobuf.GeneratedMessage implements CoreNLPProtos.DependencyGraph.EdgeOrBuilder
edu.stanford.nlp.pipeline.DependencyGraph.Edge| Modifier and Type | Class and Description |
|---|---|
static class |
CoreNLPProtos.DependencyGraph.Edge.Builder
Protobuf type
edu.stanford.nlp.pipeline.DependencyGraph.Edge |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DEP_FIELD_NUMBER |
static int |
ISEXTRA_FIELD_NUMBER |
static int |
LANGUAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<CoreNLPProtos.DependencyGraph.Edge> |
PARSER |
static int |
SOURCE_FIELD_NUMBER |
static int |
SOURCECOPY_FIELD_NUMBER |
static int |
TARGET_FIELD_NUMBER |
static int |
TARGETCOPY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static CoreNLPProtos.DependencyGraph.Edge |
getDefaultInstance() |
CoreNLPProtos.DependencyGraph.Edge |
getDefaultInstanceForType() |
String |
getDep()
optional string dep = 3; |
com.google.protobuf.ByteString |
getDepBytes()
optional string dep = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsExtra()
optional bool isExtra = 4; |
CoreNLPProtos.Language |
getLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown]; |
com.google.protobuf.Parser<CoreNLPProtos.DependencyGraph.Edge> |
getParserForType() |
int |
getSerializedSize() |
int |
getSource()
required uint32 source = 1; |
int |
getSourceCopy()
optional uint32 sourceCopy = 5; |
int |
getTarget()
required uint32 target = 2; |
int |
getTargetCopy()
optional uint32 targetCopy = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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 |
hasTarget()
required uint32 target = 2; |
boolean |
hasTargetCopy()
optional uint32 targetCopy = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CoreNLPProtos.DependencyGraph.Edge.Builder |
newBuilder() |
static CoreNLPProtos.DependencyGraph.Edge.Builder |
newBuilder(CoreNLPProtos.DependencyGraph.Edge prototype) |
CoreNLPProtos.DependencyGraph.Edge.Builder |
newBuilderForType() |
protected CoreNLPProtos.DependencyGraph.Edge.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CoreNLPProtos.DependencyGraph.Edge |
parseDelimitedFrom(InputStream input) |
static CoreNLPProtos.DependencyGraph.Edge |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(byte[] data) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(com.google.protobuf.ByteString data) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(InputStream input) |
static CoreNLPProtos.DependencyGraph.Edge |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.DependencyGraph.Edge.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<CoreNLPProtos.DependencyGraph.Edge> PARSER
public static final int SOURCE_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
public static final int DEP_FIELD_NUMBER
public static final int ISEXTRA_FIELD_NUMBER
public static final int SOURCECOPY_FIELD_NUMBER
public static final int TARGETCOPY_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
public static CoreNLPProtos.DependencyGraph.Edge getDefaultInstance()
public CoreNLPProtos.DependencyGraph.Edge getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<CoreNLPProtos.DependencyGraph.Edge> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasSource()
required uint32 source = 1;hasSource in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic int getSource()
required uint32 source = 1;getSource in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasTarget()
required uint32 target = 2;hasTarget in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic int getTarget()
required uint32 target = 2;getTarget in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasDep()
optional string dep = 3;hasDep in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic String getDep()
optional string dep = 3;getDep in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic com.google.protobuf.ByteString getDepBytes()
optional string dep = 3;getDepBytes in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasIsExtra()
optional bool isExtra = 4;hasIsExtra in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean getIsExtra()
optional bool isExtra = 4;getIsExtra in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasSourceCopy()
optional uint32 sourceCopy = 5;hasSourceCopy in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic int getSourceCopy()
optional uint32 sourceCopy = 5;getSourceCopy in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasTargetCopy()
optional uint32 targetCopy = 6;hasTargetCopy in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic int getTargetCopy()
optional uint32 targetCopy = 6;getTargetCopy in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic boolean hasLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];hasLanguage in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic CoreNLPProtos.Language getLanguage()
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];getLanguage in interface CoreNLPProtos.DependencyGraph.EdgeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(InputStream input) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CoreNLPProtos.DependencyGraph.Edge.Builder newBuilder()
public CoreNLPProtos.DependencyGraph.Edge.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CoreNLPProtos.DependencyGraph.Edge.Builder newBuilder(CoreNLPProtos.DependencyGraph.Edge prototype)
public CoreNLPProtos.DependencyGraph.Edge.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CoreNLPProtos.DependencyGraph.Edge.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage