Uses of Class
org.aksw.limes.core.measures.measure.semantic.edgecounting.factory.SemanticType
-
Packages that use SemanticType Package Description org.aksw.limes.core.measures.measure.semantic.edgecounting.factory -
-
Uses of SemanticType in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory
Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory that return SemanticType Modifier and Type Method Description static SemanticTypeSemanticFactory. getMeasureType(String measure)Factory function for retrieving a semantic measure name from the set of allowed types.static SemanticTypeSemanticType. valueOf(String name)Returns the enum constant of this type with the specified name.static SemanticType[]SemanticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory with parameters of type SemanticType Modifier and Type Method Description static AEdgeCountingSemanticMeasureSemanticFactory. createMeasure(SemanticType measure, AIndex Indexer)Factory function for retrieving the desired semantic measure instance.
-