org.drools.guvnor.client.asseteditor.drools.modeldriven
Class SetFactTypeFilter

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.modeldriven.SetFactTypeFilter
All Implemented Interfaces:
Serializable, org.drools.ide.common.client.modeldriven.brl.PortableObject, org.drools.ide.common.client.modeldriven.FactTypeFilter

public class SetFactTypeFilter
extends Object
implements org.drools.ide.common.client.modeldriven.FactTypeFilter

See Also:
Serialized Form

Constructor Summary
SetFactTypeFilter()
           
SetFactTypeFilter(Set<String> validFacts)
           
 
Method Summary
 boolean filter(String originalFact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFactTypeFilter

public SetFactTypeFilter()

SetFactTypeFilter

public SetFactTypeFilter(Set<String> validFacts)
Method Detail

filter

public boolean filter(String originalFact)
Specified by:
filter in interface org.drools.ide.common.client.modeldriven.FactTypeFilter


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