Uses of Class
ix.icore.Activity

Packages that use Activity
ix.icore I-X core classes. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.plan.build Utilities for constructing plans. 
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.iquery I-Q, an I-X Query agent. 
ix.isim   
ix.itest I-Test. 
ix.test Simple applications for testing purposes. 
 

Uses of Activity in ix.icore
 

Methods in ix.icore with parameters of type Activity
 void IXAgent.handleNewActivity(Activity activity)
          Handles new activities from external sources.
 

Uses of Activity in ix.icore.plan
 

Fields in ix.icore.plan declared as Activity
protected  Activity PlanNode.activity
           
protected  Activity ProcessParameter.activity
           
 

Fields in ix.icore.plan with type parameters of type Activity
protected  java.util.Map<Name,Activity> PlanAsDomain.idToActivityMap
           
 

Methods in ix.icore.plan that return Activity
 Activity PlanNode.getActivity()
           
 Activity ProcessParameter.getActivity()
           
 

Methods in ix.icore.plan with parameters of type Activity
 ProcessParameter Output.attachTo(Activity act)
           
 ProcessParameter Input.attachTo(Activity act)
           
abstract  ProcessParameter ProcessParameter.attachTo(Activity act)
          Returns a copy of this ProcessParameter with the activity field filled-in.
 void PlanNode.setActivity(Activity activity)
           
 

Constructors in ix.icore.plan with parameters of type Activity
PlanNode(Name id, Activity activity)
           
 

Uses of Activity in ix.icore.plan.build
 

Methods in ix.icore.plan.build with parameters of type Activity
 void PlanBuilder.addActivity(Activity activity)
          Adds a top-level activity to the plan.
 void ExamplePlanBuilder.addActivity(Activity activity)
           
 void PlanBuilder.addSubactivity(Activity activity, Activity subactivity)
          Adds a subactivity of the specified activity.
 void ExamplePlanBuilder.addSubactivity(Activity activity, Activity subactivity)
           
 

Uses of Activity in ix.iface.util
 

Methods in ix.iface.util with parameters of type Activity
static java.lang.String Reporting.activityDescription(Activity activity)
           
 

Uses of Activity in ix.ip2
 

Subclasses of Activity in ix.ip2
 class WaitForReportsActivity
          An activity that waits for reports re something sent to another agent.
 

Methods in ix.ip2 that return Activity
protected  Activity SyncState.makeSyncStateActivity(SyncState.Operation op)
           
 

Methods in ix.ip2 with parameters of type Activity
 ActivityItem PanelController.addActivity(Activity activity)
           
 void Ip2.handleNewActivity(Activity activity)
          Handles new activities from external sources.
 java.util.List Ip2ModelManager.satisfyRefinementPreconditions(Activity act, Refinement r)
          Returns a list of MatchEnvs containing one env for each way in which all of the refinement's preconditions can be satisfied by the curent world state.
 

Constructors in ix.ip2 with parameters of type Activity
ActivityItem(Activity activity)
           
ActivityItem(ActivityItem parent, Activity activity)
           
WaitForReportsItem(Activity activity)
           
 

Uses of Activity in ix.iquery
 

Fields in ix.iquery declared as Activity
protected  Activity LookupHandler.lookupActivity
          The activity this handler is processing.
 

Methods in ix.iquery with parameters of type Activity
protected  void IQuery.handleLookupActivity(Activity activity)
          Handles the activity be creating and starting a new IQuery.LookupThread.
 void IQuery.handleNewActivity(Activity activity)
          Handles new activities from external sources.
protected abstract  boolean IQuery.isLookupActivity(Activity activity)
          Determines whether the activity is one that should be handled by a LookupHandler.
protected abstract  LookupHandler IQuery.makeLookupHandler(IQuery queryAgent, Activity lookupActivity)
          Return a LookupHandler for an activity that was approved by IQuery.isLookupActivity(Activity).
protected  Report LookupHandler.makeReport(Activity about, ReportType type, java.lang.String text)
          Constructs a report about the specified activity.
protected  void LookupHandler.sendAbout(Activity about, java.lang.Object contents)
          Sends to the agent that should receive reports about the specified activity.
protected  void LookupHandler.sendReport(Activity about, ReportType type, java.lang.String text)
          Sends a report about the specified activity.
 

Constructors in ix.iquery with parameters of type Activity
LookupHandler(IQuery queryAgent, Activity lookupActivity)
          Creates a LookupHander to handle the specified activity for the specified agent.
 

Uses of Activity in ix.isim
 

Fields in ix.isim declared as Activity
protected  Activity TimedEvent.event
          the agenda entry for the activity of this event
 

Methods in ix.isim that return Activity
 Activity TimedEvent.getActivity()
           
 

Methods in ix.isim with parameters of type Activity
 void ISimTimerServer.handleSynchronizeActivity(Activity synchActivity)
           
 void ISimTimerClient.handleSynchronizeActivity(Activity synchActivity)
           
abstract  void ISimTimer.handleSynchronizeActivity(Activity synchActivity)
          This function needs to be implemented by the inheriting class.
 

Uses of Activity in ix.itest
 

Methods in ix.itest with parameters of type Activity
 void SendPanel.initActivity(Activity act)
           
 

Uses of Activity in ix.test
 

Methods in ix.test with parameters of type Activity
protected  boolean SimpleIQuery.isLookupActivity(Activity activity)
           
protected  LookupHandler SimpleIQuery.makeLookupHandler(IQuery queryAgent, Activity lookupActivity)
           
protected  void SimpleRSim.simulateExecution(Activity act)