Uses of Class
org.objectweb.proactive.ic2d.data.WorldObject

Packages that use WorldObject
org.objectweb.proactive.ic2d.data **For internal use only** Provides the hierarchical data model of IC2D. 
org.objectweb.proactive.ic2d.gui.data **For internal use only** Provides a GUI representation of each data object of the data model of IC2D
org.objectweb.proactive.ic2d.util **For internal use only** Provides various utility classes. 
 

Uses of WorldObject in org.objectweb.proactive.ic2d.data
 

Fields in org.objectweb.proactive.ic2d.data declared as WorldObject
protected  WorldObject IC2DObject.worldObject
           
 

Methods in org.objectweb.proactive.ic2d.data that return WorldObject
protected  WorldObject HostObject.getTypedParent()
           
 WorldObject IC2DObject.getWorldObject()
           
 

Constructors in org.objectweb.proactive.ic2d.data with parameters of type WorldObject
HostObject(WorldObject parent, BasicMonitoredObject monitoredHost, MonitoredObjectSet objectSet)
           
 

Uses of WorldObject in org.objectweb.proactive.ic2d.gui.data
 

Methods in org.objectweb.proactive.ic2d.gui.data that return WorldObject
 WorldObject WorldPanel.getWorldObject()
           
 

Constructors in org.objectweb.proactive.ic2d.gui.data with parameters of type WorldObject
WorldPanel(AbstractDataObjectPanel dataObjectPanel, WorldObject targetWorldObject, ActiveObjectCommunicationRecorder communicationRecorder)
           
 

Uses of WorldObject in org.objectweb.proactive.ic2d.util
 

Constructors in org.objectweb.proactive.ic2d.util with parameters of type WorldObject
MonitorThread(java.lang.String _depth, WorldObject worldObject, IC2DMessageLogger logger)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.