org.wsmo.validator
Interface AttributeError

All Superinterfaces:
ValidationError, ValidationMessage

public interface AttributeError
extends ValidationError

Gives Structure to an attribute validation error.

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

Version:
$Revision: 1275 $ $Date: 2005-11-15 18:50:37 +0200 (Tue, 15 Nov 2005) $
Author:
nathalie.steinmetz@deri.org

Field Summary
 
Fields inherited from interface org.wsmo.validator.ValidationError
ANON_ID_ERR, ATTR_CARD_ERR, ATTR_CONS_ERR, ATTR_ERR, ATTR_FEAT_ERR, AX_ATOMIC_ERR, AX_BODY_ERR, AX_EQUIV_ERR, AX_FORMULA_ERR, AX_GRAPH_ERR, AX_HEAD_ERR, AX_IMP_ERR, AX_IMPL_BY_ERR, AX_LHS_ERR, AX_RHS_ERR, AX_SAFETY_COND, CONC_ERR, ID_ERR, IMPORT_ERR, META_MODEL_ERR, REL_ARITY_ERR, REL_CONS_ERR, REL_ERR, REL_INST_ERR
 
Method Summary
 Attribute getAttribute()
          Returns the attribute in which the violation occured.
 
Methods inherited from interface org.wsmo.validator.ValidationError
getViolatesVariant
 
Methods inherited from interface org.wsmo.validator.ValidationMessage
getEntity, getQuickFix, getReason
 

Method Detail

getAttribute

Attribute getAttribute()
Returns the attribute in which the violation occured.

Returns:
an Attribute


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