Uses of Interface
org.coode.owl.rdfxml.parser.DescriptionTranslator

Packages that use DescriptionTranslator
org.coode.owl.rdfxml.parser   
 

Uses of DescriptionTranslator in org.coode.owl.rdfxml.parser
 

Classes in org.coode.owl.rdfxml.parser that implement DescriptionTranslator
 class AbstractDataCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractDataQuantifiedRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractDataRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractDescriptionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractNaryBooleanDescriptionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

A base class for translators that translate a set of triples to an Nary boolean description - i.e.
 class AbstractObjectCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractObjectQuantifiedRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractObjectRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class AbstractRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ComplementOfTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

Translates a set of triples that represent an OWLComplementOf description.
 class DataAllValuesFromTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class DataCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class DataHasValueTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class DataMaxCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class DataMinCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class DataSomeValuesFromTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class IntersectionOfTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

A description translator which produces an OWLIntersectionOf description.
 class ObjectAllValuesFromTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ObjectCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ObjectHasValueTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ObjectMaxCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ObjectMinCardinalityTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class ObjectSomeValuesFromTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class OneOfTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class SelfRestrictionTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class UnionOfTranslator
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

Translates a set of triples to an OWLUnionOf description.
 

Methods in org.coode.owl.rdfxml.parser that return DescriptionTranslator
 DescriptionTranslator DescriptionTranslatorSelector.getDescriptionTranslator(java.net.URI mainNode)