Uses of Class
org.dishevelled.vocabulary.simple.SimpleConcept

Packages that use SimpleConcept
org.dishevelled.vocabulary.simple Simple implementation of the vocabulary interfaces. 
 

Uses of SimpleConcept in org.dishevelled.vocabulary.simple
 

Fields in org.dishevelled.vocabulary.simple declared as SimpleConcept
private  SimpleConcept SimpleAssignment.concept
          Concept.
private  SimpleConcept SimpleRelation.source
          Source concept.
private  SimpleConcept SimpleProjection.source
          Source concept.
private  SimpleConcept SimpleRelation.target
          Target concept.
private  SimpleConcept SimpleProjection.target
          Source target.
 

Methods in org.dishevelled.vocabulary.simple with parameters of type SimpleConcept
(package private)  void SimpleDomain.addConcept(SimpleConcept concept)
          Add the specified concept.
 

Constructors in org.dishevelled.vocabulary.simple with parameters of type SimpleConcept
SimpleAssignment(Authority authority, SimpleConcept concept, Assignable assignable, java.util.Set<Evidence> evidence)
          Create a new assignment maintained by the specified authority of concept to assignable, supported by evidence.
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.
SimpleRelation(Domain domain, java.lang.String name, SimpleConcept source, SimpleConcept target)
          Create a new relation in the specified domain 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).