Class UsageKnowledge
- java.lang.Object
-
- org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
-
public class UsageKnowledge extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Set<LinkedEntity>>map
-
Constructor Summary
Constructors Constructor Description UsageKnowledge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(String typeName, LinkedEntity linkedEntity)voidadd(LinkedEntity linkedEntity)voidaddAll(Collection<LinkedEntity> linkedEntities)Set<LinkedEntity>getUsage(String typeName)
-
-
-
Field Detail
-
map
protected Map<String,Set<LinkedEntity>> map
-
-
Method Detail
-
add
protected void add(String typeName, LinkedEntity linkedEntity)
-
add
public void add(LinkedEntity linkedEntity)
-
addAll
public void addAll(Collection<LinkedEntity> linkedEntities)
-
getUsage
public Set<LinkedEntity> getUsage(String typeName)
-
-