| java.lang.Object org.cougaar.lib.aggagent.script.SilkIncrementFormat
SilkIncrementFormat | public class SilkIncrementFormat implements IncrementFormat(Code) | | An implementation of the IncrementFormat interface that derives its
behavior from a SILK script.
|
Method Summary | |
public void | encode(UpdateDelta out, SubscriptionAccess sacc) Encode the information contained in the SubscriptionAccess in accordance
with the SILK script embodied by this SilkIncrementFormat. |
SilkIncrementFormat | public SilkIncrementFormat(String silkScript)(Code) | | Create a new SilkIncrementFormat instance. The provided script is used
herein as an implementation of the encode() method of interface
IncrementFormat.
Parameters: silkScript - the text of the SILK code |
encode | public void encode(UpdateDelta out, SubscriptionAccess sacc)(Code) | | Encode the information contained in the SubscriptionAccess in accordance
with the SILK script embodied by this SilkIncrementFormat.
|
|
|