All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VShuffling

java.lang.Object
   |
   +----COM.objectspace.voyager.VObject
           |
           +----COM.objectspace.jgl.voyager.algorithms.VShuffling

public class VShuffling
extends VObject
VShuffling is the virtual class of Shuffling.


Constructor Index

 o VShuffling()
Construct a VShuffling that is not associated with an object.
 o VShuffling(VSubspace)
Construct a VShuffling and connect it to the specified object.

Method Index

 o getOriginalClassName()
 o originalIsInterface()
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, Messenger, String)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, Messenger, String, long)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, String)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, String, long)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, String)
 o randomShuffle(BidirectionalIterator, BidirectionalIterator, String, long)
 o randomShuffle(Container, Messenger, String)
 o randomShuffle(Container, Messenger, String, long)
 o randomShuffle(Container, Random, Messenger, String)
 o randomShuffle(Container, Random, Messenger, String, long)
 o randomShuffle(Container, Random, String)
 o randomShuffle(Container, Random, String, long)
 o randomShuffle(Container, String)
 o randomShuffle(Container, String, long)

Constructors

 o VShuffling
 public VShuffling()
Construct a VShuffling that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VShuffling
 public VShuffling(VSubspace reference) throws VoyagerException
Construct a VShuffling and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o randomShuffle
 public static Result randomShuffle(BidirectionalIterator arg1,
                                    BidirectionalIterator arg2,
                                    Random arg3,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(BidirectionalIterator arg1,
                                    BidirectionalIterator arg2,
                                    Random arg3,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  Random arg3,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  Random arg3,
                                  String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(BidirectionalIterator arg1,
                                    BidirectionalIterator arg2,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(BidirectionalIterator arg1,
                                    BidirectionalIterator arg2,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(Container arg1,
                                    Random arg2,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(Container arg1,
                                    Random arg2,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(Container arg1,
                                  Random arg2,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(Container arg1,
                                  Random arg2,
                                  String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(Container arg1,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static Result randomShuffle(Container arg1,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(Container arg1,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o randomShuffle
 public static void randomShuffle(Container arg1,
                                  String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index