Uses of Interface
org.drools.marshalling.impl.ProtobufMessages.JustificationOrBuilder

Packages that use ProtobufMessages.JustificationOrBuilder
org.drools.marshalling.impl   
 

Uses of ProtobufMessages.JustificationOrBuilder in org.drools.marshalling.impl
 

Classes in org.drools.marshalling.impl that implement ProtobufMessages.JustificationOrBuilder
static class ProtobufMessages.Justification
          Protobuf type org.drools.marshalling.Justification
static class ProtobufMessages.Justification.Builder
          Protobuf type org.drools.marshalling.Justification
 

Methods in org.drools.marshalling.impl that return ProtobufMessages.JustificationOrBuilder
 ProtobufMessages.JustificationOrBuilder ProtobufMessages.TruthMaintenanceSystemOrBuilder.getJustificationOrBuilder(int index)
          repeated .org.drools.marshalling.Justification justification = 2;
 ProtobufMessages.JustificationOrBuilder ProtobufMessages.TruthMaintenanceSystem.getJustificationOrBuilder(int index)
          repeated .org.drools.marshalling.Justification justification = 2;
 ProtobufMessages.JustificationOrBuilder ProtobufMessages.TruthMaintenanceSystem.Builder.getJustificationOrBuilder(int index)
          repeated .org.drools.marshalling.Justification justification = 2;
 

Methods in org.drools.marshalling.impl that return types with arguments of type ProtobufMessages.JustificationOrBuilder
 List<? extends ProtobufMessages.JustificationOrBuilder> ProtobufMessages.TruthMaintenanceSystemOrBuilder.getJustificationOrBuilderList()
          repeated .org.drools.marshalling.Justification justification = 2;
 List<? extends ProtobufMessages.JustificationOrBuilder> ProtobufMessages.TruthMaintenanceSystem.getJustificationOrBuilderList()
          repeated .org.drools.marshalling.Justification justification = 2;
 List<? extends ProtobufMessages.JustificationOrBuilder> ProtobufMessages.TruthMaintenanceSystem.Builder.getJustificationOrBuilderList()
          repeated .org.drools.marshalling.Justification justification = 2;
 



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