Uses of Interface
ix.icore.IXObject

Packages that use IXObject
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.ip2 I-X Process Panels 
ix.iview Viewers. 
 

Uses of IXObject in ix.icore
 

Classes in ix.icore that implement IXObject
 class AbstractIXObject
          Provides an implementation of the IXObject interface.
 class Activity
          An Activity.
 class Issue
          An Issue.
 class Report
          A report sent from another agent.
 class TaskItem
          Something an agent might be asked to do or to handle.
 

Uses of IXObject in ix.icore.domain
 

Classes in ix.icore.domain that implement IXObject
 class Domain
          A Domain contains descriptions of process products and activities.
 class Refinement
          A Refinement describes one way to carry out a possible activity in a process being modelled.
 

Uses of IXObject in ix.ip2
 

Classes in ix.ip2 that implement IXObject
 class WaitForReportsActivity
          An activity that waits for reports re something sent to another agent.
 

Uses of IXObject in ix.iview
 

Methods in ix.iview that return IXObject
 IXObject AConstructEditorPanel.getConstruct()
          Gets the current construct.
 IXObject ActionFormPanel.getConstruct()
          Gets the current construct.
 IXObject GlobalFormPanel.getConstruct()
           
 IXObject ConstructEditing.getConstruct()
          Gets the current construct.
 

Methods in ix.iview with parameters of type IXObject
 void AConstructFramePanel.setConstruct(IXObject object)
          Sets the given construct to be viewed/edited.
 void AConstructEditorPanel.setConstruct(IXObject construct)
          Sets the current construct.
 void DomainEditor.setConstruct(IXObject construct)
          Sets the given construct as the current one and displays it for editing.
 void ActionFormPanel.setConstruct(IXObject construct)
          Sets the current construct.
 void GlobalFormPanel.setConstruct(IXObject construct)
           
 void ConstructEditing.setConstruct(IXObject construct)
          Sets the current construct.
 void ConstructFraming.setConstruct(IXObject construct)
          Puts a given domain construct of the panel's type into the panel ready for editing