org.drools.planner.core.score.constraint
Class UnweightedConstraintOccurrence

java.lang.Object
  extended by org.drools.planner.core.score.constraint.ConstraintOccurrence
      extended by org.drools.planner.core.score.constraint.UnweightedConstraintOccurrence
All Implemented Interfaces:
Serializable, Comparable<ConstraintOccurrence>

public class UnweightedConstraintOccurrence
extends ConstraintOccurrence

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.core.score.constraint.ConstraintOccurrence
causes, constraintType, ruleId
 
Constructor Summary
UnweightedConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
           
UnweightedConstraintOccurrence(String ruleId, Object... causes)
           
 
Method Summary
 
Methods inherited from class org.drools.planner.core.score.constraint.ConstraintOccurrence
compareTo, equals, getCauses, getConstraintType, getRuleId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnweightedConstraintOccurrence

public UnweightedConstraintOccurrence(String ruleId,
                                      Object... causes)

UnweightedConstraintOccurrence

public UnweightedConstraintOccurrence(String ruleId,
                                      ConstraintType constraintType,
                                      Object... causes)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.