Uses of Interface
org.openrdf.concepts.skos.core.Concept

Packages that use Concept
org.openrdf.concepts.skos.core   
org.openrdf.concepts.skos.extensions   
 

Uses of Concept in org.openrdf.concepts.skos.core
 

Methods in org.openrdf.concepts.skos.core that return types with arguments of type Concept
 Set<Concept> Concept.getSkosBroaders()
          Broader concepts are typically rendered as parents in a concept hierarchy (tree).
 Set<Concept> ConceptScheme.getSkosHasTopConcepts()
          http://www.w3.org/2004/02/skos/core#hasTopConcept
 Set<Concept> Concept.getSkosNarrowers()
          Narrower concepts are typically rendered as children in a concept hierarchy (tree).
 Set<Concept> Resource.getSkosPrimarySubjects()
          A resource may have only one primary subject per concept scheme.
 Set<Concept> Concept.getSkosRelated()
          http://www.w3.org/2004/02/skos/core#related
 Set<Concept> Resource.getSkosRelated()
          http://www.w3.org/2004/02/skos/core#related
 Set<Concept> Concept.getSkosSemanticRelations()
          This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
 Set<Concept> Resource.getSkosSubjects()
          The following rule may be applied for this property: [(?d skos:subject ?x)(?x skos:broader ?y) implies (?d skos:subject ?y)]
 

Method parameters in org.openrdf.concepts.skos.core with type arguments of type Concept
 void Concept.setSkosBroaders(Set<? extends Concept> value)
          Broader concepts are typically rendered as parents in a concept hierarchy (tree).
 void ConceptScheme.setSkosHasTopConcepts(Set<? extends Concept> value)
          http://www.w3.org/2004/02/skos/core#hasTopConcept
 void Concept.setSkosNarrowers(Set<? extends Concept> value)
          Narrower concepts are typically rendered as children in a concept hierarchy (tree).
 void Resource.setSkosPrimarySubjects(Set<? extends Concept> value)
          A resource may have only one primary subject per concept scheme.
 void Concept.setSkosRelated(Set<? extends Concept> value)
          http://www.w3.org/2004/02/skos/core#related
 void Resource.setSkosRelated(Set<? extends Concept> value)
          http://www.w3.org/2004/02/skos/core#related
 void Concept.setSkosSemanticRelations(Set<? extends Concept> value)
          This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
 void Resource.setSkosSubjects(Set<? extends Concept> value)
          The following rule may be applied for this property: [(?d skos:subject ?x)(?x skos:broader ?y) implies (?d skos:subject ?y)]
 

Uses of Concept in org.openrdf.concepts.skos.extensions
 

Subinterfaces of Concept in org.openrdf.concepts.skos.extensions
 interface ExtensionsConcept
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.