org.drools.ide.common.client.modeldriven.testing
Class RetractFact

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.testing.RetractFact
All Implemented Interfaces:
Serializable, PortableObject, Fixture

public class RetractFact
extends Object
implements Fixture

Retract a named fact.

See Also:
Serialized Form

Constructor Summary
RetractFact()
           
RetractFact(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetractFact

public RetractFact()

RetractFact

public RetractFact(String name)
Method Detail

setName

public void setName(String name)

getName

public String getName()


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