|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Line | |
org.objectweb.proactive.core.group.topology | Provides all classes to represent group by a topology (i.e. line, plan, ring, torus, ...) |
Uses of Line in org.objectweb.proactive.core.group.topology |
Subclasses of Line in org.objectweb.proactive.core.group.topology | |
class |
Cube
This class represents a group by a three-dimensional topology. |
class |
Plan
This class represents a group by a two-dimensional topology. |
Methods in org.objectweb.proactive.core.group.topology that return Line | |
Line |
Plan.line(int line)
Returns the line (one-dimensional topology group) with the specified number |
Line |
Plan.line(java.lang.Object o)
Returns the line that contains the specified object |
Line |
Plan.column(int column)
Returns the column (one-dimensional topology group) with the specified number |
Line |
Plan.column(java.lang.Object o)
Returns the column that contains the specified object |
Line |
Cube.lineX(java.lang.Object o)
Returns the horizontal line (one-dimensional topology group) that contains the object |
Line |
Cube.lineY(java.lang.Object o)
Returns the vertical line (kind of column)(one-dimensional topology group) that contains the object |
Line |
Cube.lineZ(java.lang.Object o)
Returns the line in depth (one-dimensional topology group) that contains the object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |