org.drools.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.Justification getJustification(int index)
          repeated .org.drools.marshalling.Justification justification = 2;
 int getJustificationCount()
          repeated .org.drools.marshalling.Justification justification = 2;
 List<ProtobufMessages.Justification> getJustificationList()
          repeated .org.drools.marshalling.Justification justification = 2;
 ProtobufMessages.JustificationOrBuilder getJustificationOrBuilder(int index)
          repeated .org.drools.marshalling.Justification justification = 2;
 List<? extends ProtobufMessages.JustificationOrBuilder> getJustificationOrBuilderList()
          repeated .org.drools.marshalling.Justification justification = 2;
 ProtobufMessages.EqualityKey getKey(int index)
          repeated .org.drools.marshalling.EqualityKey key = 1;
 int getKeyCount()
          repeated .org.drools.marshalling.EqualityKey key = 1;
 List<ProtobufMessages.EqualityKey> getKeyList()
          repeated .org.drools.marshalling.EqualityKey key = 1;
 ProtobufMessages.EqualityKeyOrBuilder getKeyOrBuilder(int index)
          repeated .org.drools.marshalling.EqualityKey key = 1;
 List<? extends ProtobufMessages.EqualityKeyOrBuilder> getKeyOrBuilderList()
          repeated .org.drools.marshalling.EqualityKey key = 1;
 
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.marshalling.EqualityKey key = 1;


getKey

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


getKeyCount

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


getKeyOrBuilderList

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


getKeyOrBuilder

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


getJustificationList

List<ProtobufMessages.Justification> getJustificationList()
repeated .org.drools.marshalling.Justification justification = 2;


getJustification

ProtobufMessages.Justification getJustification(int index)
repeated .org.drools.marshalling.Justification justification = 2;


getJustificationCount

int getJustificationCount()
repeated .org.drools.marshalling.Justification justification = 2;


getJustificationOrBuilderList

List<? extends ProtobufMessages.JustificationOrBuilder> getJustificationOrBuilderList()
repeated .org.drools.marshalling.Justification justification = 2;


getJustificationOrBuilder

ProtobufMessages.JustificationOrBuilder getJustificationOrBuilder(int index)
repeated .org.drools.marshalling.Justification justification = 2;



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