public static final class ProtobufMessages.RuleData extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.RuleDataOrBuilder
org.drools.core.marshalling.RuleData
the Rule Data serialization format
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtobufMessages.RuleData.Builder
Protobuf type
org.drools.core.marshalling.RuleData
the Rule Data serialization format
|
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 |
ACTION_QUEUE_FIELD_NUMBER |
static int |
AGENDA_FIELD_NUMBER |
static int |
ENTRY_POINT_FIELD_NUMBER |
static int |
INITIAL_FACT_FIELD_NUMBER |
static int |
LAST_ID_FIELD_NUMBER |
static int |
LAST_RECENCY_FIELD_NUMBER |
static int |
NODE_MEMORY_FIELD_NUMBER |
static int |
OBSOLETE_TMS_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.RuleData> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
ProtobufMessages.ActionQueue |
getActionQueue()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11; |
ProtobufMessages.ActionQueueOrBuilder |
getActionQueueOrBuilder()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11; |
ProtobufMessages.Agenda |
getAgenda()
optional .org.drools.core.marshalling.Agenda agenda = 8; |
ProtobufMessages.AgendaOrBuilder |
getAgendaOrBuilder()
optional .org.drools.core.marshalling.Agenda agenda = 8; |
static ProtobufMessages.RuleData |
getDefaultInstance() |
ProtobufMessages.RuleData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ProtobufMessages.EntryPoint |
getEntryPoint(int index)
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10; |
int |
getEntryPointCount()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10; |
List<ProtobufMessages.EntryPoint> |
getEntryPointList()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10; |
ProtobufMessages.EntryPointOrBuilder |
getEntryPointOrBuilder(int index)
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10; |
List<? extends ProtobufMessages.EntryPointOrBuilder> |
getEntryPointOrBuilderList()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10; |
ProtobufMessages.FactHandle |
getInitialFact()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6; |
ProtobufMessages.FactHandleOrBuilder |
getInitialFactOrBuilder()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6; |
int |
getLastId()
optional int32 last_id = 3; |
long |
getLastRecency()
optional int64 last_recency = 4; |
ProtobufMessages.NodeMemory |
getNodeMemory(int index)
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9; |
int |
getNodeMemoryCount()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9; |
List<ProtobufMessages.NodeMemory> |
getNodeMemoryList()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9; |
ProtobufMessages.NodeMemoryOrBuilder |
getNodeMemoryOrBuilder(int index)
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9; |
List<? extends ProtobufMessages.NodeMemoryOrBuilder> |
getNodeMemoryOrBuilderList()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9; |
ProtobufMessages.TruthMaintenanceSystem |
getOBSOLETETms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12; |
ProtobufMessages.TruthMaintenanceSystemOrBuilder |
getOBSOLETETmsOrBuilder()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12; |
com.google.protobuf.Parser<ProtobufMessages.RuleData> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActionQueue()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11; |
boolean |
hasAgenda()
optional .org.drools.core.marshalling.Agenda agenda = 8; |
boolean |
hasInitialFact()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6; |
boolean |
hasLastId()
optional int32 last_id = 3; |
boolean |
hasLastRecency()
optional int64 last_recency = 4; |
boolean |
hasOBSOLETETms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.RuleData.Builder |
newBuilder() |
static ProtobufMessages.RuleData.Builder |
newBuilder(ProtobufMessages.RuleData prototype) |
ProtobufMessages.RuleData.Builder |
newBuilderForType() |
protected ProtobufMessages.RuleData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.RuleData |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.RuleData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.RuleData |
parseFrom(byte[] data) |
static ProtobufMessages.RuleData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.RuleData |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.RuleData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.RuleData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.RuleData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.RuleData |
parseFrom(InputStream input) |
static ProtobufMessages.RuleData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.RuleData.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<ProtobufMessages.RuleData> PARSER
public static final int LAST_ID_FIELD_NUMBER
public static final int LAST_RECENCY_FIELD_NUMBER
public static final int INITIAL_FACT_FIELD_NUMBER
public static final int AGENDA_FIELD_NUMBER
public static final int NODE_MEMORY_FIELD_NUMBER
public static final int ENTRY_POINT_FIELD_NUMBER
public static final int ACTION_QUEUE_FIELD_NUMBER
public static final int OBSOLETE_TMS_FIELD_NUMBER
public static ProtobufMessages.RuleData getDefaultInstance()
public ProtobufMessages.RuleData 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<ProtobufMessages.RuleData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasLastId()
optional int32 last_id = 3;hasLastId in interface ProtobufMessages.RuleDataOrBuilderpublic int getLastId()
optional int32 last_id = 3;getLastId in interface ProtobufMessages.RuleDataOrBuilderpublic boolean hasLastRecency()
optional int64 last_recency = 4;hasLastRecency in interface ProtobufMessages.RuleDataOrBuilderpublic long getLastRecency()
optional int64 last_recency = 4;getLastRecency in interface ProtobufMessages.RuleDataOrBuilderpublic boolean hasInitialFact()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6;hasInitialFact in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.FactHandle getInitialFact()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6;getInitialFact in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.FactHandleOrBuilder getInitialFactOrBuilder()
optional .org.drools.core.marshalling.FactHandle initial_fact = 6;getInitialFactOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic boolean hasAgenda()
optional .org.drools.core.marshalling.Agenda agenda = 8;hasAgenda in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.Agenda getAgenda()
optional .org.drools.core.marshalling.Agenda agenda = 8;getAgenda in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.AgendaOrBuilder getAgendaOrBuilder()
optional .org.drools.core.marshalling.Agenda agenda = 8;getAgendaOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic List<ProtobufMessages.NodeMemory> getNodeMemoryList()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9;getNodeMemoryList in interface ProtobufMessages.RuleDataOrBuilderpublic List<? extends ProtobufMessages.NodeMemoryOrBuilder> getNodeMemoryOrBuilderList()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9;getNodeMemoryOrBuilderList in interface ProtobufMessages.RuleDataOrBuilderpublic int getNodeMemoryCount()
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9;getNodeMemoryCount in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.NodeMemory getNodeMemory(int index)
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9;getNodeMemory in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.NodeMemoryOrBuilder getNodeMemoryOrBuilder(int index)
repeated .org.drools.core.marshalling.NodeMemory node_memory = 9;getNodeMemoryOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic List<ProtobufMessages.EntryPoint> getEntryPointList()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10;getEntryPointList in interface ProtobufMessages.RuleDataOrBuilderpublic List<? extends ProtobufMessages.EntryPointOrBuilder> getEntryPointOrBuilderList()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10;getEntryPointOrBuilderList in interface ProtobufMessages.RuleDataOrBuilderpublic int getEntryPointCount()
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10;getEntryPointCount in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.EntryPoint getEntryPoint(int index)
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10;getEntryPoint in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.EntryPointOrBuilder getEntryPointOrBuilder(int index)
repeated .org.drools.core.marshalling.EntryPoint entry_point = 10;getEntryPointOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic boolean hasActionQueue()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11;hasActionQueue in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.ActionQueue getActionQueue()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11;getActionQueue in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.ActionQueueOrBuilder getActionQueueOrBuilder()
optional .org.drools.core.marshalling.ActionQueue action_queue = 11;getActionQueueOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic boolean hasOBSOLETETms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12;hasOBSOLETETms in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.TruthMaintenanceSystem getOBSOLETETms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12;getOBSOLETETms in interface ProtobufMessages.RuleDataOrBuilderpublic ProtobufMessages.TruthMaintenanceSystemOrBuilder getOBSOLETETmsOrBuilder()
optional .org.drools.core.marshalling.TruthMaintenanceSystem OBSOLETE_tms = 12;getOBSOLETETmsOrBuilder in interface ProtobufMessages.RuleDataOrBuilderpublic 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 ProtobufMessages.RuleData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.RuleData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.RuleData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.RuleData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.RuleData parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.RuleData.Builder newBuilder()
public ProtobufMessages.RuleData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.RuleData.Builder newBuilder(ProtobufMessages.RuleData prototype)
public ProtobufMessages.RuleData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.RuleData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.