|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndividualSynset
Author: Olaf Noppens Date: 17.02.2010
| Method Summary | |
|---|---|
|
asNode()
Converts this object to a Node< OWLNamedIndividual > . |
boolean |
contains(OWLIndividual individual)
|
java.util.Set<OWLIndividual> |
getIndividuals()
|
OWLIndividual |
getSingletonElement()
Gets the one and only element if this set of synonyms is a singleton set |
boolean |
isNode()
Determines true if this IndividualSynonyms object can be converted to
a Node< OWLNamedIndividual > without any loss, i.e.,
iff the IndividualSynonyms object only contains OWLNamedIndividuals. |
boolean |
isSingleton()
Determines if this set of synonyms is a singleton set. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
boolean isNode()
true if this IndividualSynonyms object can be converted to
a Node< OWLNamedIndividual > without any loss, i.e.,
iff the IndividualSynonyms object only contains OWLNamedIndividuals.
true if this object can be converted to a Node, otherwise falseasNode()
Node< OWLNamedIndividual > .
This is only possible if isNode() returns true.
org.semanticweb.owlapi.model.OWLRuntimeException - if isNode() returns falseboolean isSingleton()
true if this synonym set is a singleton set, otherwise falseOWLIndividual getSingletonElement()
isSingleton()java.util.Set<OWLIndividual> getIndividuals()
boolean contains(OWLIndividual individual)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||