All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VPermuting

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

public class VPermuting
extends VObject
VPermuting is the virtual class of Permuting.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o nextPermutation(Container, BinaryPredicate, Messenger, String)
 o nextPermutation(Container, BinaryPredicate, Messenger, String, long)
 o nextPermutation(Container, BinaryPredicate, String)
 o nextPermutation(Container, BinaryPredicate, String, long)
 o originalIsInterface()
 o prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o prevPermutation(Container, BinaryPredicate, Messenger, String)
 o prevPermutation(Container, BinaryPredicate, Messenger, String, long)
 o prevPermutation(Container, BinaryPredicate, String)
 o prevPermutation(Container, BinaryPredicate, String, long)

Constructors

 o VPermuting
 public VPermuting()
Construct a VPermuting 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 VPermuting
 public VPermuting(VSubspace reference) throws VoyagerException
Construct a VPermuting 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 nextPermutation
 public static Result nextPermutation(BidirectionalIterator arg1,
                                      BidirectionalIterator arg2,
                                      BinaryPredicate 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 nextPermutation
 public static Result nextPermutation(BidirectionalIterator arg1,
                                      BidirectionalIterator arg2,
                                      BinaryPredicate 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 nextPermutation
 public static boolean nextPermutation(BidirectionalIterator arg1,
                                       BidirectionalIterator arg2,
                                       BinaryPredicate 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 nextPermutation
 public static boolean nextPermutation(BidirectionalIterator arg1,
                                       BidirectionalIterator arg2,
                                       BinaryPredicate arg3,
                                       String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o nextPermutation
 public static Result nextPermutation(Container arg1,
                                      BinaryPredicate 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 nextPermutation
 public static Result nextPermutation(Container arg1,
                                      BinaryPredicate 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 nextPermutation
 public static boolean nextPermutation(Container arg1,
                                       BinaryPredicate 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 nextPermutation
 public static boolean nextPermutation(Container arg1,
                                       BinaryPredicate arg2,
                                       String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o prevPermutation
 public static Result prevPermutation(BidirectionalIterator arg1,
                                      BidirectionalIterator arg2,
                                      BinaryPredicate 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 prevPermutation
 public static Result prevPermutation(BidirectionalIterator arg1,
                                      BidirectionalIterator arg2,
                                      BinaryPredicate 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 prevPermutation
 public static boolean prevPermutation(BidirectionalIterator arg1,
                                       BidirectionalIterator arg2,
                                       BinaryPredicate 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 prevPermutation
 public static boolean prevPermutation(BidirectionalIterator arg1,
                                       BidirectionalIterator arg2,
                                       BinaryPredicate arg3,
                                       String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o prevPermutation
 public static Result prevPermutation(Container arg1,
                                      BinaryPredicate 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 prevPermutation
 public static Result prevPermutation(Container arg1,
                                      BinaryPredicate 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 prevPermutation
 public static boolean prevPermutation(Container arg1,
                                       BinaryPredicate 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 prevPermutation
 public static boolean prevPermutation(Container arg1,
                                       BinaryPredicate arg2,
                                       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