Uses of Interface
org.dishevelled.vocabulary.Mapping

Packages that use Mapping
org.dishevelled.vocabulary A structured vocabulary is a description of concepts and their relations in a domain. 
org.dishevelled.vocabulary.simple Simple implementation of the vocabulary interfaces. 
 

Uses of Mapping in org.dishevelled.vocabulary
 

Methods in org.dishevelled.vocabulary that return Mapping
 Mapping Authority.createMapping(Domain source, Domain target)
          Create a new mapping maintained by this authority between the specified domains (optional operation).
 Mapping Projection.getMapping()
          Return the mapping of this projection.
 

Methods in org.dishevelled.vocabulary that return types with arguments of type Mapping
 java.util.Set<Mapping> Domain.getMappings()
          Return the set of all mappings for this domain.
 java.util.Set<Mapping> Authority.getMappings()
          Return the set of mappings between domains maintained by this authority.
 java.util.Set<Mapping> Domain.inMappings()
          Return the set of in mappings for this domain, that is those mappings that have this domain as the target.
 java.util.Set<Mapping> Domain.outMappings()
          Return the set of out mappings for this domain, that is those mappings that have this domain as the source.
 

Uses of Mapping in org.dishevelled.vocabulary.simple
 

Classes in org.dishevelled.vocabulary.simple that implement Mapping
 class SimpleMapping
          Simple implementation of the Mapping interface.
 

Fields in org.dishevelled.vocabulary.simple declared as Mapping
private  Mapping SimpleProjection.mapping
          Mapping.
 

Fields in org.dishevelled.vocabulary.simple with type parameters of type Mapping
private  java.util.Set<Mapping> SimpleDomain.inMappings
          Set of in mappings.
private  java.util.Set<Mapping> SimpleAuthority.mappings
          Set of mappings.
private  java.util.Set<Mapping> SimpleDomain.outMappings
          Set of out mappings.
 

Methods in org.dishevelled.vocabulary.simple that return Mapping
 Mapping SimpleAuthority.createMapping(Domain source, Domain target)
           
 Mapping SimpleProjection.getMapping()
           
 

Methods in org.dishevelled.vocabulary.simple that return types with arguments of type Mapping
 java.util.Set<Mapping> SimpleDomain.getMappings()
           
 java.util.Set<Mapping> SimpleAuthority.getMappings()
           
 java.util.Set<Mapping> SimpleDomain.inMappings()
           
 java.util.Set<Mapping> SimpleDomain.outMappings()
           
 

Constructors in org.dishevelled.vocabulary.simple with parameters of type Mapping
SimpleProjection(Mapping mapping, java.lang.String name, SimpleConcept source, SimpleConcept target, java.util.Set<Evidence> evidence)
          Create a new projection in the specified mapping between concepts source and target with the specified name.
 



Copyright (c) 2002-2004 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).