org.drools.marshalling.impl
Class ProtobufMessages.RuleData

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.drools.marshalling.impl.ProtobufMessages.RuleData
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ProtobufMessages.RuleDataOrBuilder
Enclosing class:
ProtobufMessages

public static final class ProtobufMessages.RuleData
extends com.google.protobuf.GeneratedMessage
implements ProtobufMessages.RuleDataOrBuilder

Protobuf type org.drools.marshalling.RuleData

 the Rule Data serialization format
 

See Also:
Serialized Form

Nested Class Summary
static class ProtobufMessages.RuleData.Builder
          Protobuf type org.drools.marshalling.RuleData the Rule Data serialization format
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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>
 
Field Summary
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 com.google.protobuf.Parser<ProtobufMessages.RuleData> PARSER
           
static int TMS_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 ProtobufMessages.ActionQueue getActionQueue()
          optional .org.drools.marshalling.ActionQueue action_queue = 11;
 ProtobufMessages.ActionQueueOrBuilder getActionQueueOrBuilder()
          optional .org.drools.marshalling.ActionQueue action_queue = 11;
 ProtobufMessages.Agenda getAgenda()
          optional .org.drools.marshalling.Agenda agenda = 8;
 ProtobufMessages.AgendaOrBuilder getAgendaOrBuilder()
          optional .org.drools.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.marshalling.EntryPoint entry_point = 10;
 int getEntryPointCount()
          repeated .org.drools.marshalling.EntryPoint entry_point = 10;
 List<ProtobufMessages.EntryPoint> getEntryPointList()
          repeated .org.drools.marshalling.EntryPoint entry_point = 10;
 ProtobufMessages.EntryPointOrBuilder getEntryPointOrBuilder(int index)
          repeated .org.drools.marshalling.EntryPoint entry_point = 10;
 List<? extends ProtobufMessages.EntryPointOrBuilder> getEntryPointOrBuilderList()
          repeated .org.drools.marshalling.EntryPoint entry_point = 10;
 ProtobufMessages.FactHandle getInitialFact()
          optional .org.drools.marshalling.FactHandle initial_fact = 6;
 ProtobufMessages.FactHandleOrBuilder getInitialFactOrBuilder()
          optional .org.drools.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.marshalling.NodeMemory node_memory = 9;
 int getNodeMemoryCount()
          repeated .org.drools.marshalling.NodeMemory node_memory = 9;
 List<ProtobufMessages.NodeMemory> getNodeMemoryList()
          repeated .org.drools.marshalling.NodeMemory node_memory = 9;
 ProtobufMessages.NodeMemoryOrBuilder getNodeMemoryOrBuilder(int index)
          repeated .org.drools.marshalling.NodeMemory node_memory = 9;
 List<? extends ProtobufMessages.NodeMemoryOrBuilder> getNodeMemoryOrBuilderList()
          repeated .org.drools.marshalling.NodeMemory node_memory = 9;
 com.google.protobuf.Parser<ProtobufMessages.RuleData> getParserForType()
           
 int getSerializedSize()
           
 ProtobufMessages.TruthMaintenanceSystem getTms()
          optional .org.drools.marshalling.TruthMaintenanceSystem tms = 12;
 ProtobufMessages.TruthMaintenanceSystemOrBuilder getTmsOrBuilder()
          optional .org.drools.marshalling.TruthMaintenanceSystem tms = 12;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasActionQueue()
          optional .org.drools.marshalling.ActionQueue action_queue = 11;
 boolean hasAgenda()
          optional .org.drools.marshalling.Agenda agenda = 8;
 boolean hasInitialFact()
          optional .org.drools.marshalling.FactHandle initial_fact = 6;
 boolean hasLastId()
          optional int32 last_id = 3;
 boolean hasLastRecency()
          optional int64 last_recency = 4;
 boolean hasTms()
          optional .org.drools.marshalling.TruthMaintenanceSystem 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)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ProtobufMessages.RuleData> PARSER

LAST_ID_FIELD_NUMBER

public static final int LAST_ID_FIELD_NUMBER
See Also:
Constant Field Values

LAST_RECENCY_FIELD_NUMBER

public static final int LAST_RECENCY_FIELD_NUMBER
See Also:
Constant Field Values

INITIAL_FACT_FIELD_NUMBER

public static final int INITIAL_FACT_FIELD_NUMBER
See Also:
Constant Field Values

AGENDA_FIELD_NUMBER

public static final int AGENDA_FIELD_NUMBER
See Also:
Constant Field Values

NODE_MEMORY_FIELD_NUMBER

public static final int NODE_MEMORY_FIELD_NUMBER
See Also:
Constant Field Values

ENTRY_POINT_FIELD_NUMBER

public static final int ENTRY_POINT_FIELD_NUMBER
See Also:
Constant Field Values

ACTION_QUEUE_FIELD_NUMBER

public static final int ACTION_QUEUE_FIELD_NUMBER
See Also:
Constant Field Values

TMS_FIELD_NUMBER

public static final int TMS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ProtobufMessages.RuleData getDefaultInstance()

getDefaultInstanceForType

public ProtobufMessages.RuleData getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<ProtobufMessages.RuleData> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasLastId

public boolean hasLastId()
optional int32 last_id = 3;

Specified by:
hasLastId in interface ProtobufMessages.RuleDataOrBuilder

getLastId

public int getLastId()
optional int32 last_id = 3;

Specified by:
getLastId in interface ProtobufMessages.RuleDataOrBuilder

hasLastRecency

public boolean hasLastRecency()
optional int64 last_recency = 4;

Specified by:
hasLastRecency in interface ProtobufMessages.RuleDataOrBuilder

getLastRecency

public long getLastRecency()
optional int64 last_recency = 4;

Specified by:
getLastRecency in interface ProtobufMessages.RuleDataOrBuilder

hasInitialFact

public boolean hasInitialFact()
optional .org.drools.marshalling.FactHandle initial_fact = 6;

Specified by:
hasInitialFact in interface ProtobufMessages.RuleDataOrBuilder

getInitialFact

public ProtobufMessages.FactHandle getInitialFact()
optional .org.drools.marshalling.FactHandle initial_fact = 6;

Specified by:
getInitialFact in interface ProtobufMessages.RuleDataOrBuilder

getInitialFactOrBuilder

public ProtobufMessages.FactHandleOrBuilder getInitialFactOrBuilder()
optional .org.drools.marshalling.FactHandle initial_fact = 6;

Specified by:
getInitialFactOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

hasAgenda

public boolean hasAgenda()
optional .org.drools.marshalling.Agenda agenda = 8;

Specified by:
hasAgenda in interface ProtobufMessages.RuleDataOrBuilder

getAgenda

public ProtobufMessages.Agenda getAgenda()
optional .org.drools.marshalling.Agenda agenda = 8;

Specified by:
getAgenda in interface ProtobufMessages.RuleDataOrBuilder

getAgendaOrBuilder

public ProtobufMessages.AgendaOrBuilder getAgendaOrBuilder()
optional .org.drools.marshalling.Agenda agenda = 8;

Specified by:
getAgendaOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

getNodeMemoryList

public List<ProtobufMessages.NodeMemory> getNodeMemoryList()
repeated .org.drools.marshalling.NodeMemory node_memory = 9;

Specified by:
getNodeMemoryList in interface ProtobufMessages.RuleDataOrBuilder

getNodeMemoryOrBuilderList

public List<? extends ProtobufMessages.NodeMemoryOrBuilder> getNodeMemoryOrBuilderList()
repeated .org.drools.marshalling.NodeMemory node_memory = 9;

Specified by:
getNodeMemoryOrBuilderList in interface ProtobufMessages.RuleDataOrBuilder

getNodeMemoryCount

public int getNodeMemoryCount()
repeated .org.drools.marshalling.NodeMemory node_memory = 9;

Specified by:
getNodeMemoryCount in interface ProtobufMessages.RuleDataOrBuilder

getNodeMemory

public ProtobufMessages.NodeMemory getNodeMemory(int index)
repeated .org.drools.marshalling.NodeMemory node_memory = 9;

Specified by:
getNodeMemory in interface ProtobufMessages.RuleDataOrBuilder

getNodeMemoryOrBuilder

public ProtobufMessages.NodeMemoryOrBuilder getNodeMemoryOrBuilder(int index)
repeated .org.drools.marshalling.NodeMemory node_memory = 9;

Specified by:
getNodeMemoryOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

getEntryPointList

public List<ProtobufMessages.EntryPoint> getEntryPointList()
repeated .org.drools.marshalling.EntryPoint entry_point = 10;

Specified by:
getEntryPointList in interface ProtobufMessages.RuleDataOrBuilder

getEntryPointOrBuilderList

public List<? extends ProtobufMessages.EntryPointOrBuilder> getEntryPointOrBuilderList()
repeated .org.drools.marshalling.EntryPoint entry_point = 10;

Specified by:
getEntryPointOrBuilderList in interface ProtobufMessages.RuleDataOrBuilder

getEntryPointCount

public int getEntryPointCount()
repeated .org.drools.marshalling.EntryPoint entry_point = 10;

Specified by:
getEntryPointCount in interface ProtobufMessages.RuleDataOrBuilder

getEntryPoint

public ProtobufMessages.EntryPoint getEntryPoint(int index)
repeated .org.drools.marshalling.EntryPoint entry_point = 10;

Specified by:
getEntryPoint in interface ProtobufMessages.RuleDataOrBuilder

getEntryPointOrBuilder

public ProtobufMessages.EntryPointOrBuilder getEntryPointOrBuilder(int index)
repeated .org.drools.marshalling.EntryPoint entry_point = 10;

Specified by:
getEntryPointOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

hasActionQueue

public boolean hasActionQueue()
optional .org.drools.marshalling.ActionQueue action_queue = 11;

Specified by:
hasActionQueue in interface ProtobufMessages.RuleDataOrBuilder

getActionQueue

public ProtobufMessages.ActionQueue getActionQueue()
optional .org.drools.marshalling.ActionQueue action_queue = 11;

Specified by:
getActionQueue in interface ProtobufMessages.RuleDataOrBuilder

getActionQueueOrBuilder

public ProtobufMessages.ActionQueueOrBuilder getActionQueueOrBuilder()
optional .org.drools.marshalling.ActionQueue action_queue = 11;

Specified by:
getActionQueueOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

hasTms

public boolean hasTms()
optional .org.drools.marshalling.TruthMaintenanceSystem tms = 12;

Specified by:
hasTms in interface ProtobufMessages.RuleDataOrBuilder

getTms

public ProtobufMessages.TruthMaintenanceSystem getTms()
optional .org.drools.marshalling.TruthMaintenanceSystem tms = 12;

Specified by:
getTms in interface ProtobufMessages.RuleDataOrBuilder

getTmsOrBuilder

public ProtobufMessages.TruthMaintenanceSystemOrBuilder getTmsOrBuilder()
optional .org.drools.marshalling.TruthMaintenanceSystem tms = 12;

Specified by:
getTmsOrBuilder in interface ProtobufMessages.RuleDataOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static ProtobufMessages.RuleData parseFrom(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.RuleData parseFrom(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.RuleData parseFrom(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.RuleData parseFrom(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.RuleData parseFrom(InputStream input)
                                           throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.RuleData parseFrom(InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
Throws:
IOException

parseDelimitedFrom

public static ProtobufMessages.RuleData parseDelimitedFrom(InputStream input)
                                                    throws IOException
Throws:
IOException

parseDelimitedFrom

public static ProtobufMessages.RuleData parseDelimitedFrom(InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.RuleData parseFrom(com.google.protobuf.CodedInputStream input)
                                           throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.RuleData parseFrom(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
Throws:
IOException

newBuilder

public static ProtobufMessages.RuleData.Builder newBuilder()

newBuilderForType

public ProtobufMessages.RuleData.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ProtobufMessages.RuleData.Builder newBuilder(ProtobufMessages.RuleData prototype)

toBuilder

public ProtobufMessages.RuleData.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected ProtobufMessages.RuleData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.