Uses of Interface
org.dishevelled.vocabulary.Concept

Packages that use Concept
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 Concept in org.dishevelled.vocabulary
 

Methods in org.dishevelled.vocabulary that return Concept
 Concept Domain.createConcept(java.lang.String name, java.lang.String accession, java.lang.String definition)
          Create a new concept in this domain with the specified name, accession, and definition (optional operation).
 Concept Assignment.getConcept()
          Return the concept of this assignment.
 Concept Projection.getSource()
          Return the source concept of this projection.
 Concept Relation.getSource()
          Return the source concept of this relation.
 Concept Projection.getTarget()
          Return the target concept of this projection.
 Concept Relation.getTarget()
          Return the target concept of this relation.
 

Methods in org.dishevelled.vocabulary that return types with arguments of type Concept
 java.util.Set<Concept> Domain.getConcepts()
          Return the set of all concepts in this domain.
 

Methods in org.dishevelled.vocabulary with parameters of type Concept
 Assignment Authority.createAssignment(Concept concept, Assignable assignable, java.util.Set<Evidence> evidence)
          Create a new assignment maintained by this authority of concept to assignable, supported by evidence (optional operation).
 Projection Mapping.createProjection(java.lang.String name, Concept source, Concept target, java.util.Set<Evidence> evidence)
          Create a new projection in this mapping between concepts source and target with the specified name (optional operation).
 Relation Domain.createRelation(java.lang.String name, Concept source, Concept target)
          Create a new relation in this domain between concepts source and target with the specified name (optional operation).
 

Uses of Concept in org.dishevelled.vocabulary.simple
 

Classes in org.dishevelled.vocabulary.simple that implement Concept
 class SimpleConcept
          Simple implementation of the Concept interface.
 

Fields in org.dishevelled.vocabulary.simple with type parameters of type Concept
private  java.util.Set<Concept> SimpleDomain.concepts
          Set of concepts.
 

Methods in org.dishevelled.vocabulary.simple that return Concept
 Concept SimpleDomain.createConcept(java.lang.String name, java.lang.String accession, java.lang.String definition)
           
 Concept SimpleAssignment.getConcept()
           
 Concept SimpleRelation.getSource()
           
 Concept SimpleProjection.getSource()
           
 Concept SimpleRelation.getTarget()
           
 Concept SimpleProjection.getTarget()
           
 

Methods in org.dishevelled.vocabulary.simple that return types with arguments of type Concept
 java.util.Set<Concept> SimpleDomain.getConcepts()
           
 

Methods in org.dishevelled.vocabulary.simple with parameters of type Concept
 Assignment SimpleAuthority.createAssignment(Concept concept, Assignable assignable, java.util.Set<Evidence> evidence)
           
 Projection SimpleMapping.createProjection(java.lang.String name, Concept source, Concept target, java.util.Set<Evidence> evidence)
           
 Relation SimpleDomain.createRelation(java.lang.String name, Concept source, Concept target)
           
 



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