eu.dnetlib.data.proto
Interface DocumentClassesProto.DocumentClassOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DocumentClassesProto.DocumentClass, DocumentClassesProto.DocumentClass.Builder
Enclosing class:
DocumentClassesProto

public static interface DocumentClassesProto.DocumentClassOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getClassLabels(int index)
           
 int getClassLabelsCount()
           
 List<String> getClassLabelsList()
           
 float getProbability()
           
 boolean hasProbability()
           
 
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

getClassLabelsList

List<String> getClassLabelsList()

getClassLabelsCount

int getClassLabelsCount()

getClassLabels

String getClassLabels(int index)

hasProbability

boolean hasProbability()

getProbability

float getProbability()


Copyright © 2013. All Rights Reserved.