org.wsmo.validator
Interface LogicalExpressionError

All Superinterfaces:
ValidationError, ValidationMessage

public interface LogicalExpressionError
extends ValidationError

Gives Structure to a locigal expression validation error.

  Created on November 15, 2005
  Committed by $Author: nathaliest $
  $Source: /cvsroot/wsmo4j/wsmo-api/org/wsmo/validator/LogicalExpressionError.java,v $,
 

Version:
$Revision: 1.1 $ $Date: 2005/11/15 16:50:37 $
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_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, META_MODEL_ERR, REL_ARITY_ERR, REL_CONS_ERR, REL_ERR, REL_INST_ERR
 
Method Summary
 LogicalExpression getLogExp()
          Returns the part of the logical expression 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

getLogExp

LogicalExpression getLogExp()
Returns the part of the logical expression in which the violation occured.

Returns:
a LogicalExpression