org.openrdf.concepts.skos.mapping
Interface OR

All Superinterfaces:
Bag, Collection, Container, Entity, Iterable, List, MappingResource, Resource

public interface OR
extends Bag, MappingResource

This class is a shorthand for a union construct. So the statement 'concept A has-exact-match OR (concept B, concept C)' implies that the set of resources properly indexed against concept A is identical to the union of the sets properly indexed against concepts B and C.


Method Summary
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface org.openrdf.concepts.skos.mapping.MappingResource
getSkosBroadMatchs, getSkosExactMatchs, getSkosMajorMatchs, getSkosMappingRelations, getSkosMinorMatchs, getSkosNarrowMatchs, setSkosBroadMatchs, setSkosExactMatchs, setSkosMajorMatchs, setSkosMappingRelations, setSkosMinorMatchs, setSkosNarrowMatchs
 



Copyright © 2004-2008 Aduna. All Rights Reserved.