Uses of Interface
net.ontopia.topicmaps.core.index.StatisticsIndexIF
-
Packages that use StatisticsIndexIF Package Description net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation.net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.v1.topicmap -
-
Uses of StatisticsIndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement StatisticsIndexIF Modifier and Type Class Description class
StatisticsIndex
INTERNAL: The basic implementation of the statistics index. -
Uses of StatisticsIndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement StatisticsIndexIF Modifier and Type Class Description class
StatisticsIndex
INTERNAL: The RDBMS implementation of the statistics index. -
Uses of StatisticsIndexIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of StatisticsIndexIF in net.ontopia.topicmaps.rest.model.mixin Modifier and Type Interface Description interface
MStatisticsIndex
-
Uses of StatisticsIndexIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap that return StatisticsIndexIF Modifier and Type Method Description StatisticsIndexIF
StatisticsResource. getStatistics()
-