public class DescriptionSorter extends Object
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
DescriptionSorter() |
| Modifier and Type | Method and Description |
|---|---|
static <N extends org.semanticweb.owlapi.model.OWLObject> |
toSortedSet(Collection<N> set)
Sorts a set of OWLObjects alphabetically based on toString values.
|
public static <N extends org.semanticweb.owlapi.model.OWLObject> Set<N> toSortedSet(Collection<N> set)
set - the set to sortCopyright © 2019. All rights reserved.