com.hp.hpl.jena.reasoner.dig
Interface DIGProfile


public interface DIGProfile

Encapsulates the multiple extant versions of the DIG protocol, which have different expectations as to namespaces, XML encodings, and other variables. This allows us to parameterise the DIG interface to different DIG enabled tools.

Version:
Release @release@ ($Id: DIGProfile.java,v 1.7 2004/12/07 09:56:35 andy_seaborne Exp $)
Author:
Ian Dickinson, HP Labs (email)

Field Summary
static String ALL
           
static String ALL_CONCEPT_NAMES
           
static String ALL_INDIVIDUALS
           
static String ALL_ROLE_NAMES
           
static String ANCESTORS
           
static String AND
           
static String ASK
          The DIG element denoting the ask capabilities of the reasoner
static String ASKS
           
static String ATLEAST
           
static String ATMOST
           
static String ATTRIBUTE
           
static String BOTTOM
           
static String CATOM
           
static String CHAIN
           
static String CHILDREN
           
static String CODE
           
static String CONCEPT_SET
           
static String DEFATTRIBUTE
           
static String DEFCONCEPT
           
static String DEFFEATURE
           
static String DEFINDIVIDUAL
           
static String DEFINED
           
static String DEFROLE
           
static String DESCENDANTS
           
static String DISJOINT
           
static String DOMAIN
           
static String EQUALC
           
static String EQUALR
           
static String EQUIVALENTS
           
static String ERROR
           
static String FALSE
           
static String FEATURE
           
static String FUNCTIONAL
           
static String GET_IDENTIFIER
          The DIG verb to get the identification information on the reasoner
static String ID
           
static String IMPLIESC
           
static String IMPLIESR
           
static String INDIVIDUAL
           
static String INDIVIDUAL_PAIR
           
static String INDIVIDUAL_PAIR_SET
           
static String INDIVIDUAL_SET
           
static String INSTANCE
           
static String INSTANCEOF
           
static String INSTANCES
           
static String INTEQUALS
           
static String INTMAX
           
static String INTMIN
           
static String INTRANGE
           
static String INVERSE
           
static String ISET
           
static String IVAL
           
static String KB
           
static String LANGUAGE
          The DIG element denoting the language capabilities of the reasoner
static String MAX
           
static String MESSAGE
          The DIG attribute denoting the version message string of a reasoner
static String MIN
           
static String NAME
           
static String NEWKB
           
static String NOT
           
static String NUM
           
static String OK
           
static String OR
           
static String PARENTS
           
static String RANCESTORS
           
static String RANGE
           
static String RANGEINT
           
static String RANGESTRING
           
static String RATOM
           
static String RCHILDREN
           
static String RDESCENDANTS
           
static String RELATED
           
static String RELATED_INDIVIDUALS
           
static String RELEASEKB
           
static String RESPONSE
           
static String ROLE_FILLERS
           
static String ROLE_SET
           
static String RPARENTS
           
static String SATISFIABLE
           
static String SOME
           
static String STRINGEQUALS
           
static String STRINGMAX
           
static String STRINGMIN
           
static String STRINGRANGE
           
static String SUBSUMES
           
static String SUPPORTS
          The DIG element denoting the capabilities of the reasoner
static String SVAL
           
static String SYNONYMS
           
static String TELL
          The DIG element denoting the tell capabilities of the reasoner
static String TELLS
           
static String TOLD_VALUES
           
static String TOP
           
static String TRANSITIVE
           
static String TRUE
           
static String TYPES
           
static String URI
           
static String VAL
           
static String VALUE
           
static String VERSION
          The DIG attribute denoting the version string of a reasoner
static String WARNING
           
 
Method Summary
 String getContentType()
          Answer the HTTP Content-Type of a DIG request (e.g. text/xml)
 String getDIGNamespace()
          Answer the root namespace for this version of the DIG protocol
 String getSchemaLocation()
          Answer the location of the DIG schema for this version of the DIG protocol
 

Field Detail

GET_IDENTIFIER

static final String GET_IDENTIFIER
The DIG verb to get the identification information on the reasoner

See Also:
Constant Field Values

VERSION

static final String VERSION
The DIG attribute denoting the version string of a reasoner

See Also:
Constant Field Values

MESSAGE

static final String MESSAGE
The DIG attribute denoting the version message string of a reasoner

See Also:
Constant Field Values

SUPPORTS

static final String SUPPORTS
The DIG element denoting the capabilities of the reasoner

See Also:
Constant Field Values

LANGUAGE

static final String LANGUAGE
The DIG element denoting the language capabilities of the reasoner

See Also:
Constant Field Values

ASK

static final String ASK
The DIG element denoting the ask capabilities of the reasoner

See Also:
Constant Field Values

TELL

static final String TELL
The DIG element denoting the tell capabilities of the reasoner

See Also:
Constant Field Values

TELLS

static final String TELLS
See Also:
Constant Field Values

ASKS

static final String ASKS
See Also:
Constant Field Values

NEWKB

static final String NEWKB
See Also:
Constant Field Values

RELEASEKB

static final String RELEASEKB
See Also:
Constant Field Values

RESPONSE

static final String RESPONSE
See Also:
Constant Field Values

OK

static final String OK
See Also:
Constant Field Values

KB

static final String KB
See Also:
Constant Field Values

ERROR

static final String ERROR
See Also:
Constant Field Values

CONCEPT_SET

static final String CONCEPT_SET
See Also:
Constant Field Values

SYNONYMS

static final String SYNONYMS
See Also:
Constant Field Values

ROLE_SET

static final String ROLE_SET
See Also:
Constant Field Values

INDIVIDUAL_SET

static final String INDIVIDUAL_SET
See Also:
Constant Field Values

INDIVIDUAL_PAIR_SET

static final String INDIVIDUAL_PAIR_SET
See Also:
Constant Field Values

INDIVIDUAL_PAIR

static final String INDIVIDUAL_PAIR
See Also:
Constant Field Values

TRUE

static final String TRUE
See Also:
Constant Field Values

FALSE

static final String FALSE
See Also:
Constant Field Values

WARNING

static final String WARNING
See Also:
Constant Field Values

ALL_CONCEPT_NAMES

static final String ALL_CONCEPT_NAMES
See Also:
Constant Field Values

ALL_ROLE_NAMES

static final String ALL_ROLE_NAMES
See Also:
Constant Field Values

ALL_INDIVIDUALS

static final String ALL_INDIVIDUALS
See Also:
Constant Field Values

SATISFIABLE

static final String SATISFIABLE
See Also:
Constant Field Values

SUBSUMES

static final String SUBSUMES
See Also:
Constant Field Values

PARENTS

static final String PARENTS
See Also:
Constant Field Values

CHILDREN

static final String CHILDREN
See Also:
Constant Field Values

ANCESTORS

static final String ANCESTORS
See Also:
Constant Field Values

DESCENDANTS

static final String DESCENDANTS
See Also:
Constant Field Values

EQUIVALENTS

static final String EQUIVALENTS
See Also:
Constant Field Values

RPARENTS

static final String RPARENTS
See Also:
Constant Field Values

RCHILDREN

static final String RCHILDREN
See Also:
Constant Field Values

RANCESTORS

static final String RANCESTORS
See Also:
Constant Field Values

RDESCENDANTS

static final String RDESCENDANTS
See Also:
Constant Field Values

INSTANCES

static final String INSTANCES
See Also:
Constant Field Values

TYPES

static final String TYPES
See Also:
Constant Field Values

INSTANCE

static final String INSTANCE
See Also:
Constant Field Values

ROLE_FILLERS

static final String ROLE_FILLERS
See Also:
Constant Field Values

RELATED_INDIVIDUALS

static final String RELATED_INDIVIDUALS
See Also:
Constant Field Values

TOLD_VALUES

static final String TOLD_VALUES
See Also:
Constant Field Values

DEFCONCEPT

static final String DEFCONCEPT
See Also:
Constant Field Values

DEFROLE

static final String DEFROLE
See Also:
Constant Field Values

DEFFEATURE

static final String DEFFEATURE
See Also:
Constant Field Values

DEFATTRIBUTE

static final String DEFATTRIBUTE
See Also:
Constant Field Values

DEFINDIVIDUAL

static final String DEFINDIVIDUAL
See Also:
Constant Field Values

IMPLIESC

static final String IMPLIESC
See Also:
Constant Field Values

EQUALC

static final String EQUALC
See Also:
Constant Field Values

DISJOINT

static final String DISJOINT
See Also:
Constant Field Values

IMPLIESR

static final String IMPLIESR
See Also:
Constant Field Values

EQUALR

static final String EQUALR
See Also:
Constant Field Values

DOMAIN

static final String DOMAIN
See Also:
Constant Field Values

RANGE

static final String RANGE
See Also:
Constant Field Values

RANGEINT

static final String RANGEINT
See Also:
Constant Field Values

RANGESTRING

static final String RANGESTRING
See Also:
Constant Field Values

TRANSITIVE

static final String TRANSITIVE
See Also:
Constant Field Values

FUNCTIONAL

static final String FUNCTIONAL
See Also:
Constant Field Values

INSTANCEOF

static final String INSTANCEOF
See Also:
Constant Field Values

RELATED

static final String RELATED
See Also:
Constant Field Values

VALUE

static final String VALUE
See Also:
Constant Field Values

TOP

static final String TOP
See Also:
Constant Field Values

BOTTOM

static final String BOTTOM
See Also:
Constant Field Values

CATOM

static final String CATOM
See Also:
Constant Field Values

AND

static final String AND
See Also:
Constant Field Values

OR

static final String OR
See Also:
Constant Field Values

NOT

static final String NOT
See Also:
Constant Field Values

SOME

static final String SOME
See Also:
Constant Field Values

ALL

static final String ALL
See Also:
Constant Field Values

ATMOST

static final String ATMOST
See Also:
Constant Field Values

ATLEAST

static final String ATLEAST
See Also:
Constant Field Values

ISET

static final String ISET
See Also:
Constant Field Values

DEFINED

static final String DEFINED
See Also:
Constant Field Values

STRINGMIN

static final String STRINGMIN
See Also:
Constant Field Values

STRINGMAX

static final String STRINGMAX
See Also:
Constant Field Values

STRINGEQUALS

static final String STRINGEQUALS
See Also:
Constant Field Values

STRINGRANGE

static final String STRINGRANGE
See Also:
Constant Field Values

INTMIN

static final String INTMIN
See Also:
Constant Field Values

INTMAX

static final String INTMAX
See Also:
Constant Field Values

INTEQUALS

static final String INTEQUALS
See Also:
Constant Field Values

INTRANGE

static final String INTRANGE
See Also:
Constant Field Values

RATOM

static final String RATOM
See Also:
Constant Field Values

FEATURE

static final String FEATURE
See Also:
Constant Field Values

INVERSE

static final String INVERSE
See Also:
Constant Field Values

ATTRIBUTE

static final String ATTRIBUTE
See Also:
Constant Field Values

CHAIN

static final String CHAIN
See Also:
Constant Field Values

INDIVIDUAL

static final String INDIVIDUAL
See Also:
Constant Field Values

NUM

static final String NUM
See Also:
Constant Field Values

IVAL

static final String IVAL
See Also:
Constant Field Values

SVAL

static final String SVAL
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

VAL

static final String VAL
See Also:
Constant Field Values

MIN

static final String MIN
See Also:
Constant Field Values

MAX

static final String MAX
See Also:
Constant Field Values

URI

static final String URI
See Also:
Constant Field Values

ID

static final String ID
See Also:
Constant Field Values

CODE

static final String CODE
See Also:
Constant Field Values
Method Detail

getDIGNamespace

String getDIGNamespace()
Answer the root namespace for this version of the DIG protocol


getSchemaLocation

String getSchemaLocation()
Answer the location of the DIG schema for this version of the DIG protocol


getContentType

String getContentType()
Answer the HTTP Content-Type of a DIG request (e.g. text/xml)



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP