org.drools.ide.common.client.modeldriven.brl
Class ActionInsertLogicalFact

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldList
      extended by org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
          extended by org.drools.ide.common.client.modeldriven.brl.ActionInsertLogicalFact
All Implemented Interfaces:
Serializable, IAction, PortableObject

public class ActionInsertLogicalFact
extends ActionInsertFact

Logical assertions are used as part of "truth maintenance".

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
factType
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
fieldValues
 
Constructor Summary
ActionInsertLogicalFact()
           
ActionInsertLogicalFact(String fact)
           
 
Method Summary
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
getBoundName, isBound, setBoundName
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
addFieldValue, removeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInsertLogicalFact

public ActionInsertLogicalFact(String fact)

ActionInsertLogicalFact

public ActionInsertLogicalFact()


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