org.drools.ide.common.server.util
Class GuidedDTDRLOtherwiseHelper

java.lang.Object
  extended by org.drools.ide.common.server.util.GuidedDTDRLOtherwiseHelper

public class GuidedDTDRLOtherwiseHelper
extends Object

Utility class to build Field Constraints for cells with "Otherwise" values


Nested Class Summary
static class GuidedDTDRLOtherwiseHelper.EqualsOtherwiseBuilder
          OtherwiseBuilder for equals operators.
static class GuidedDTDRLOtherwiseHelper.NotEqualsOtherwiseBuilder
          OtherwiseBuilder for not-equals operators.
static interface GuidedDTDRLOtherwiseHelper.OtherwiseBuilder
          Interface defining a factory method to build a FieldConstraint
 
Method Summary
static GuidedDTDRLOtherwiseHelper.OtherwiseBuilder getBuilder(ConditionCol52 c)
          Retrieve the correct OtherwiseBuilder for the given column
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuilder

public static GuidedDTDRLOtherwiseHelper.OtherwiseBuilder getBuilder(ConditionCol52 c)
Retrieve the correct OtherwiseBuilder for the given column

Parameters:
c -
Returns:


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