Drools :: Core 6.0.0.Beta5

org.drools.core.marshalling.impl
Interface ProtobufMessages.TruthMaintenanceSystemOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.TruthMaintenanceSystem, ProtobufMessages.TruthMaintenanceSystem.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.TruthMaintenanceSystemOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ProtobufMessages.EqualityKey getKey(int index)
          repeated .org.drools.core.marshalling.EqualityKey key = 1;
 int getKeyCount()
          repeated .org.drools.core.marshalling.EqualityKey key = 1;
 List<ProtobufMessages.EqualityKey> getKeyList()
          repeated .org.drools.core.marshalling.EqualityKey key = 1;
 ProtobufMessages.EqualityKeyOrBuilder getKeyOrBuilder(int index)
          repeated .org.drools.core.marshalling.EqualityKey key = 1;
 List<? extends ProtobufMessages.EqualityKeyOrBuilder> getKeyOrBuilderList()
          repeated .org.drools.core.marshalling.EqualityKey key = 1;
 ProtobufMessages.BeliefSet getOBSOLETEJustification(int index)
          repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;
 int getOBSOLETEJustificationCount()
          repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;
 List<ProtobufMessages.BeliefSet> getOBSOLETEJustificationList()
          repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;
 ProtobufMessages.BeliefSetOrBuilder getOBSOLETEJustificationOrBuilder(int index)
          repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;
 List<? extends ProtobufMessages.BeliefSetOrBuilder> getOBSOLETEJustificationOrBuilderList()
          repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getKeyList

List<ProtobufMessages.EqualityKey> getKeyList()
repeated .org.drools.core.marshalling.EqualityKey key = 1;


getKey

ProtobufMessages.EqualityKey getKey(int index)
repeated .org.drools.core.marshalling.EqualityKey key = 1;


getKeyCount

int getKeyCount()
repeated .org.drools.core.marshalling.EqualityKey key = 1;


getKeyOrBuilderList

List<? extends ProtobufMessages.EqualityKeyOrBuilder> getKeyOrBuilderList()
repeated .org.drools.core.marshalling.EqualityKey key = 1;


getKeyOrBuilder

ProtobufMessages.EqualityKeyOrBuilder getKeyOrBuilder(int index)
repeated .org.drools.core.marshalling.EqualityKey key = 1;


getOBSOLETEJustificationList

List<ProtobufMessages.BeliefSet> getOBSOLETEJustificationList()
repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;


getOBSOLETEJustification

ProtobufMessages.BeliefSet getOBSOLETEJustification(int index)
repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;


getOBSOLETEJustificationCount

int getOBSOLETEJustificationCount()
repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;


getOBSOLETEJustificationOrBuilderList

List<? extends ProtobufMessages.BeliefSetOrBuilder> getOBSOLETEJustificationOrBuilderList()
repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;


getOBSOLETEJustificationOrBuilder

ProtobufMessages.BeliefSetOrBuilder getOBSOLETEJustificationOrBuilder(int index)
repeated .org.drools.core.marshalling.BeliefSet OBSOLETE_justification = 2;


Drools :: Core 6.0.0.Beta5

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