org.wsmo.validator
Interface ValidationError

All Superinterfaces:
ValidationMessage
All Known Subinterfaces:
AttributeError, LogicalExpressionError

public interface ValidationError
extends ValidationMessage

Gives Structure to a validation error.

  Created on November 15, 2005
  Committed by $Author: nathaliest $
  $Source$,
 

Version:
$Revision: 1814 $ $Date: 2006-08-22 19:24:09 +0300 (Tue, 22 Aug 2006) $
Author:
Holger Lausen, nathalie.steinmetz@deri.org

Field Summary
static String ANON_ID_ERR
           
static String ATTR_CARD_ERR
           
static String ATTR_CONS_ERR
           
static String ATTR_ERR
           
static String ATTR_FEAT_ERR
           
static String AX_ATOMIC_ERR
           
static String AX_BODY_ERR
           
static String AX_EQUIV_ERR
           
static String AX_FORMULA_ERR
           
static String AX_GRAPH_ERR
           
static String AX_HEAD_ERR
           
static String AX_IMP_ERR
           
static String AX_IMPL_BY_ERR
           
static String AX_LHS_ERR
           
static String AX_RHS_ERR
           
static String AX_SAFETY_COND
           
static String CONC_ERR
           
static String ID_ERR
           
static String IMPORT_ERR
           
static String META_MODEL_ERR
           
static String REL_ARITY_ERR
           
static String REL_CONS_ERR
           
static String REL_ERR
           
static String REL_INST_ERR
           
 
Method Summary
 String getViolatesVariant()
          Returns the String representation of URI representing the variant that the error violates
 
Methods inherited from interface org.wsmo.validator.ValidationMessage
getEntity, getQuickFix, getReason
 

Field Detail

META_MODEL_ERR

static final String META_MODEL_ERR
See Also:
Constant Field Values

CONC_ERR

static final String CONC_ERR
See Also:
Constant Field Values

ANON_ID_ERR

static final String ANON_ID_ERR
See Also:
Constant Field Values

ATTR_ERR

static final String ATTR_ERR
See Also:
Constant Field Values

ATTR_FEAT_ERR

static final String ATTR_FEAT_ERR
See Also:
Constant Field Values

ATTR_CONS_ERR

static final String ATTR_CONS_ERR
See Also:
Constant Field Values

ATTR_CARD_ERR

static final String ATTR_CARD_ERR
See Also:
Constant Field Values

REL_ARITY_ERR

static final String REL_ARITY_ERR
See Also:
Constant Field Values

REL_CONS_ERR

static final String REL_CONS_ERR
See Also:
Constant Field Values

REL_ERR

static final String REL_ERR
See Also:
Constant Field Values

REL_INST_ERR

static final String REL_INST_ERR
See Also:
Constant Field Values

AX_HEAD_ERR

static final String AX_HEAD_ERR
See Also:
Constant Field Values

AX_BODY_ERR

static final String AX_BODY_ERR
See Also:
Constant Field Values

AX_FORMULA_ERR

static final String AX_FORMULA_ERR
See Also:
Constant Field Values

AX_LHS_ERR

static final String AX_LHS_ERR
See Also:
Constant Field Values

AX_RHS_ERR

static final String AX_RHS_ERR
See Also:
Constant Field Values

AX_ATOMIC_ERR

static final String AX_ATOMIC_ERR
See Also:
Constant Field Values

AX_IMPL_BY_ERR

static final String AX_IMPL_BY_ERR
See Also:
Constant Field Values

AX_IMP_ERR

static final String AX_IMP_ERR
See Also:
Constant Field Values

AX_EQUIV_ERR

static final String AX_EQUIV_ERR
See Also:
Constant Field Values

AX_SAFETY_COND

static final String AX_SAFETY_COND
See Also:
Constant Field Values

AX_GRAPH_ERR

static final String AX_GRAPH_ERR
See Also:
Constant Field Values

ID_ERR

static final String ID_ERR
See Also:
Constant Field Values

IMPORT_ERR

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

getViolatesVariant

String getViolatesVariant()
Returns the String representation of URI representing the variant that the error violates

Returns:
a String


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.