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.
-
VPermuting()
- Construct a VPermuting that is not associated with an object.
-
VPermuting(VSubspace)
- Construct a VPermuting and connect it to the specified object.
-
getOriginalClassName()
-
-
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
nextPermutation(Container, BinaryPredicate, Messenger, String)
-
-
nextPermutation(Container, BinaryPredicate, Messenger, String, long)
-
-
nextPermutation(Container, BinaryPredicate, String)
-
-
nextPermutation(Container, BinaryPredicate, String, long)
-
-
originalIsInterface()
-
-
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
prevPermutation(Container, BinaryPredicate, Messenger, String)
-
-
prevPermutation(Container, BinaryPredicate, Messenger, String, long)
-
-
prevPermutation(Container, BinaryPredicate, String)
-
-
prevPermutation(Container, BinaryPredicate, String, long)
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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