All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cornell.mannlib.vitro.webapp.visualization.model.ConceptLabelMap Maven / Gradle / Ivy

The newest version!
/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.visualization.model;

import java.util.HashMap;
import java.util.Map;
import java.util.Set;

public class ConceptLabelMap {
    public final Map conceptToLabel = new HashMap();
    public final Map> lowerLabelToConcepts = new HashMap>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy