001/**
002 * 
003 */
004package org.dllearner.algorithms.isle.index.syntactic;
005
006import java.util.HashMap;
007import java.util.Set;
008
009import org.semanticweb.owlapi.model.OWLEntity;
010
011/**
012 * @author Lorenz Buehmann
013 *
014 */
015public class EntityFrequencyCache extends HashMap<Set<OWLEntity>, Long>{
016
017}