org.semanticweb.elk.reasoner.taxonomy.hashing
Class InstanceTaxonomyHasher
java.lang.Object
org.semanticweb.elk.reasoner.taxonomy.hashing.InstanceTaxonomyHasher
public class InstanceTaxonomyHasher
- extends Object
A class for computing the structural hash of a
Taxonomy. This is mainly useful during testing to check if the reasoner
produces the same taxonomy.
- Author:
- Frantisek Simancik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceTaxonomyHasher
public InstanceTaxonomyHasher()
hash
public static int hash(InstanceTaxonomy<? extends ElkEntity,? extends ElkEntity> taxonomy)
- Compute the hash code of a taxonomy.
- Parameters:
taxonomy -
- Returns:
- hash
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.