org.drools.ide.common.client.modeldriven
Interface FactTypeFilter

All Superinterfaces:
PortableObject, Serializable

public interface FactTypeFilter
extends PortableObject


Method Summary
 boolean filter(String originalFact)
          Indicates if a fact should be filtered or not.
 

Method Detail

filter

boolean filter(String originalFact)
Indicates if a fact should be filtered or not.

Parameters:
originalFact - the fact.
Returns:
if a fact should be filtered or not.


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