org.fopps.model
Class ConfigurationConstraintChecker

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

public class ConfigurationConstraintChecker
extends ConstraintChecker

FeatureConstraintChecker checks for llops in the constraints

Author:
Oliver Wieland

Constructor Summary
ConfigurationConstraintChecker()
          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
 

Constructor Detail

ConfigurationConstraintChecker

public ConfigurationConstraintChecker()
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.