org.drools.brms.client.modeldriven.brl
Interface PortableObject

All Known Subinterfaces:
FieldConstraint, IAction, IPattern
All Known Implementing Classes:
ActionFieldList, ActionFieldValue, ActionInsertFact, ActionInsertLogicalFact, ActionRetractFact, ActionSetField, ActionUpdateField, CompositeFactPattern, CompositeFieldConstraint, ConnectiveConstraint, DSLSentence, FactPattern, ISingleFieldConstraint, RuleAttribute, RuleModel, SingleFieldConstraint, SuggestionCompletionEngine

public interface PortableObject

This is the marker interface for portable Ajaxy type objects. This is replaced in the BRMS with a GWT specific one, and only used here so the RuleModel can compile. It does nothing, and is strictly a marker interface only.

Author:
Michael Neale