org.semanticweb.owlapi.owllink.builtin.response
Interface SetOfIndividualSynsets
- All Superinterfaces:
- Confirmation, KBResponse, Response
public interface SetOfIndividualSynsets
- extends KBResponse
Represents a SetOfIndividualSynsets
in the OWLlink specification.
Author: Olaf Noppens
Date: 24.11.2009
| Methods inherited from interface org.semanticweb.owlapi.owllink.Response |
accept |
getFlattened
java.util.Set<OWLIndividual> getFlattened()
- A convenience method that gets all of the entities contained in the
Nodes in this NodeSet.
- Returns:
- The union of the entities contained in the
Nodes in this NodeSet.
isEmpty
boolean isEmpty()
isSingleton
boolean isSingleton()
- Determines if this
NodeSet is a singleton. A NodeSet is a singleton if it contains
only one Node.
- Returns:
true if this NodeSet is a singleton, otherwise false.
getSynsets
java.util.Set<IndividualSynset> getSynsets()
isNode
boolean isNode()
asNode
asNode()
getSize
int getSize()