org.fopps.model
Class FeatureConstraintChecker

java.lang.Object
  |
  +--org.fopps.model.ConstraintChecker
        |
        +--org.fopps.model.FeatureConstraintChecker

public class FeatureConstraintChecker
extends ConstraintChecker

FeatureConstraintChecker checks for llops in the constraints

Author:
Oliver Wieland

Field Summary
static int EXCLUDE
           
static int INCLUDE
           
static int NONE
           
 
Constructor Summary
FeatureConstraintChecker()
          Creates a new FeatureConstraintChecker
 
Method Summary
 boolean checkConstraints(AbstractItem pRoot)
          Checks the consistency of constraints return false, if one or more errors occured, otherwise true
 
Methods inherited from class org.fopps.model.ConstraintChecker
addMessage, addMessage, clearMessages, getMessages, hasMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

EXCLUDE

public static final int EXCLUDE
See Also:
Constant Field Values

INCLUDE

public static final int INCLUDE
See Also:
Constant Field Values
Constructor Detail

FeatureConstraintChecker

public FeatureConstraintChecker()
Creates a new FeatureConstraintChecker

Method Detail

checkConstraints

public boolean checkConstraints(AbstractItem pRoot)
Checks the consistency of constraints return false, if one or more errors occured, otherwise true

Specified by:
checkConstraints in class ConstraintChecker


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.