| Package | Description |
|---|---|
| org.aksw.limes.core.measures.measure.semantic.edgecounting.factory |
| Modifier and Type | Method and Description |
|---|---|
static SemanticType |
SemanticFactory.getMeasureType(String measure)
Factory function for retrieving a semantic measure name from the set of
allowed types.
|
static SemanticType |
SemanticType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static AEdgeCountingSemanticMeasure |
SemanticFactory.createMeasure(SemanticType measure,
AIndex Indexer)
Factory function for retrieving the desired semantic measure instance.
|
Copyright © 2020. All rights reserved.