org.openrdf.concepts.skos.mapping
Interface NOT

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

public interface NOT
extends Bag, MappingResource

This class is a shorthand for a negation construct. So the statement 'concept A has-exact-match AND (concept B, NOT (concept C))' implies that the set of resources properly indexed against concept A is identical to the intersection of the set properly indexed against concept B and the complement of the set properly indexed against concept 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.