org.semanticweb.skos
Interface SKOSCollection

All Superinterfaces:
SKOSEntity, SKOSObject

public interface SKOSCollection
extends SKOSEntity

Author: Simon Jupp
Date: Apr 21, 2008
The University of Manchester
Bio-Health Informatics Group


Method Summary
 SKOSConcept asSKOSConcept()
           
 SKOSConceptScheme asSKOSConceptScheme()
           
 SKOSLabelRelation asSKOSLabelRelation()
           
 SKOSResource asSKOSResource()
           
 boolean isSKOSConcept()
           
 boolean isSKOSConceptScheme()
           
 boolean isSKOSLabelRelation()
           
 boolean isSKOSResource()
           
 
Methods inherited from interface org.semanticweb.skos.SKOSEntity
accept, getSKOSAnnotations, getURI
 
Methods inherited from interface org.semanticweb.skos.SKOSObject
accept
 

Method Detail

isSKOSConcept

boolean isSKOSConcept()
Specified by:
isSKOSConcept in interface SKOSEntity

asSKOSConcept

SKOSConcept asSKOSConcept()
Specified by:
asSKOSConcept in interface SKOSEntity

isSKOSConceptScheme

boolean isSKOSConceptScheme()
Specified by:
isSKOSConceptScheme in interface SKOSEntity

asSKOSConceptScheme

SKOSConceptScheme asSKOSConceptScheme()
Specified by:
asSKOSConceptScheme in interface SKOSEntity

isSKOSLabelRelation

boolean isSKOSLabelRelation()
Specified by:
isSKOSLabelRelation in interface SKOSEntity

asSKOSLabelRelation

SKOSLabelRelation asSKOSLabelRelation()
Specified by:
asSKOSLabelRelation in interface SKOSEntity

isSKOSResource

boolean isSKOSResource()
Specified by:
isSKOSResource in interface SKOSEntity

asSKOSResource

SKOSResource asSKOSResource()
Specified by:
asSKOSResource in interface SKOSEntity