Uses of Interface
org.dishevelled.vocabulary.Assignable

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

Classes in org.dishevelled.vocabulary that implement Assignable
 class AbstractAssignable
          Abstract class providing Assignable support.
 

Methods in org.dishevelled.vocabulary that return Assignable
 Assignable Assignment.getAssignable()
          Return the "assignable" entity of this assignment.
 

Methods in org.dishevelled.vocabulary with parameters of type Assignable
 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).
 

Uses of Assignable in org.dishevelled.vocabulary.simple
 

Classes in org.dishevelled.vocabulary.simple that implement Assignable
 class SimpleAssignable
          Simple implementation of the Assignable interface.
 

Fields in org.dishevelled.vocabulary.simple declared as Assignable
private  Assignable SimpleAssignment.assignable
          Assignable.
 

Methods in org.dishevelled.vocabulary.simple that return Assignable
 Assignable SimpleAssignment.getAssignable()
           
 

Methods in org.dishevelled.vocabulary.simple with parameters of type Assignable
 Assignment SimpleAuthority.createAssignment(Concept concept, Assignable assignable, java.util.Set<Evidence> evidence)
           
 

Constructors in org.dishevelled.vocabulary.simple with parameters of type Assignable
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.
 



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