org.openrdf.concepts.skos.mapping
Interface AND

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

public interface AND
extends Bag, MappingResource

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