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)
           
 int getJustificationCount()
           
 List<ProtobufMessages.Justification> getJustificationList()
           
 ProtobufMessages.JustificationOrBuilder getJustificationOrBuilder(int index)
           
 List<? extends ProtobufMessages.JustificationOrBuilder> getJustificationOrBuilderList()
           
 ProtobufMessages.EqualityKey getKey(int index)
           
 int getKeyCount()
           
 List<ProtobufMessages.EqualityKey> getKeyList()
           
 ProtobufMessages.EqualityKeyOrBuilder getKeyOrBuilder(int index)
           
 List<? extends ProtobufMessages.EqualityKeyOrBuilder> getKeyOrBuilderList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getKeyList

List<ProtobufMessages.EqualityKey> getKeyList()

getKey

ProtobufMessages.EqualityKey getKey(int index)

getKeyCount

int getKeyCount()

getKeyOrBuilderList

List<? extends ProtobufMessages.EqualityKeyOrBuilder> getKeyOrBuilderList()

getKeyOrBuilder

ProtobufMessages.EqualityKeyOrBuilder getKeyOrBuilder(int index)

getJustificationList

List<ProtobufMessages.Justification> getJustificationList()

getJustification

ProtobufMessages.Justification getJustification(int index)

getJustificationCount

int getJustificationCount()

getJustificationOrBuilderList

List<? extends ProtobufMessages.JustificationOrBuilder> getJustificationOrBuilderList()

getJustificationOrBuilder

ProtobufMessages.JustificationOrBuilder getJustificationOrBuilder(int index)


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