org.dllearner.utilities.owl
Class DescriptionSet
java.lang.Object
org.dllearner.utilities.owl.DescriptionSet
public class DescriptionSet
- extends Object
A set of descriptions, which is bound by a maximum
size. Can be used by algorithms to store the most promising
n class descriptions.
- Author:
- Jens Lehmann
DescriptionSet
public DescriptionSet(int maxSize)
add
public void add(Description ed)
addAll
public void addAll(Collection<Description> eds)
getSet
public SortedSet<Description> getSet()
- Returns:
- the set
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann