ix.test.xml
Class WorldStateExport

java.lang.Object
  extended by ix.test.xml.WorldStateView
      extended by ix.test.xml.WorldStateExport

public class WorldStateExport
extends WorldStateView


Nested Class Summary
 
Nested classes/interfaces inherited from class ix.test.xml.WorldStateView
WorldStateView.Filter
 
Field Summary
protected  java.lang.String destination
           
 
Fields inherited from class ix.test.xml.WorldStateView
EQ, filterPatterns, filters, name, TRUE
 
Constructor Summary
WorldStateExport()
           
 
Method Summary
 java.lang.String getDestination()
           
 void handleStateChange(java.util.Map delta, IXAgent sender)
           
(package private)  void send(IXAgent sender, Constraint effect)
           
 void setDestination(java.lang.String destination)
           
 
Methods inherited from class ix.test.xml.WorldStateView
createFilters, getFilterPatterns, getFilters, getName, isIncluded, isIncluded, setFilterPatterns, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destination

protected java.lang.String destination
Constructor Detail

WorldStateExport

public WorldStateExport()
Method Detail

getDestination

public java.lang.String getDestination()

setDestination

public void setDestination(java.lang.String destination)

handleStateChange

public void handleStateChange(java.util.Map delta,
                              IXAgent sender)

send

void send(IXAgent sender,
          Constraint effect)