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
| 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.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;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.