Uses of Interface
org.dishevelled.vocabulary.Authority

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

Methods in org.dishevelled.vocabulary that return Authority
 Authority Mapping.getAuthority()
          Return the authority for this mapping.
 Authority Assignment.getAuthority()
          Return the authority for this assignment.
 Authority Domain.getAuthority()
          Return the authority for this domain.
 

Uses of Authority in org.dishevelled.vocabulary.simple
 

Classes in org.dishevelled.vocabulary.simple that implement Authority
 class SimpleAuthority
          Simple implementation of the Authority interface.
 

Fields in org.dishevelled.vocabulary.simple declared as Authority
private  Authority SimpleMapping.authority
          Authority.
private  Authority SimpleDomain.authority
          Authority.
private  Authority SimpleAssignment.authority
          Authority.
 

Methods in org.dishevelled.vocabulary.simple that return Authority
 Authority SimpleMapping.getAuthority()
           
 Authority SimpleDomain.getAuthority()
           
 Authority SimpleAssignment.getAuthority()
           
 

Constructors in org.dishevelled.vocabulary.simple with parameters of type Authority
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.
SimpleDomain(Authority authority, java.lang.String name)
          Create a new domain with the specified authority and name.
SimpleMapping(Authority authority, SimpleDomain source, SimpleDomain target)
          Create a new mapping with the specified authority, source domain, and target domain.
 



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