Uses of Class
org.objectweb.proactive.core.group.topology.Ring

Packages that use Ring
org.objectweb.proactive.core.group.topology Provides all classes to represent group by a topology (i.e. line, plan, ring, torus, ...)  
 

Uses of Ring in org.objectweb.proactive.core.group.topology
 

Subclasses of Ring in org.objectweb.proactive.core.group.topology
 class Torus
          This class represents a group by a cycling two-dimensional topology.
 class TorusCube
          This class represents a group by a cycling three-dimensional topology.
 

Methods in org.objectweb.proactive.core.group.topology that return Ring
 Ring TorusCube.RingX(java.lang.Object o)
          Returns the horizontal Ring (one-dimensional topology group) that contains the object
 Ring TorusCube.RingY(java.lang.Object o)
          Returns the vertical Ring (kind of column)(one-dimensional topology group) that contains the object
 Ring TorusCube.RingZ(java.lang.Object o)
          Returns the Ring in depth (one-dimensional topology group) that contains the object
 Ring Torus.Ring(int Ring)
          Returns the Ring (one-dimensional topology group) with the specified number
 Ring Torus.Ring(java.lang.Object o)
          Returns the Ring that contains the specified object
 Ring Torus.column(int column)
          Returns the column (one-dimensional topology group) with the specified number
 Ring Torus.column(java.lang.Object o)
          Returns the column that contains the specified object
 



Copyright 2001-2005 INRIA All Rights Reserved.