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


Method Summary
  asNode()
           
 java.util.Set<OWLIndividual> getFlattened()
          A convenience method that gets all of the entities contained in the Nodes in this NodeSet.
 int getSize()
           
 java.util.Set<IndividualSynset> getSynsets()
           
 boolean isEmpty()
           
 boolean isNode()
           
 boolean isSingleton()
          Determines if this NodeSet is a singleton.
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.response.Confirmation
getWarning, hasWarning
 
Methods inherited from interface org.semanticweb.owlapi.owllink.Response
accept
 

Method Detail

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()