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
| 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 |
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-2013 JBoss by Red Hat. All Rights Reserved.