| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.algorithms.VFinding
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.algorithms.VFinding
- public class VFinding
- extends VObject
-
VFinding()
- Construct a VFinding that is not associated with an object.
-
VFinding(VSubspace)
- Construct a VFinding and connect it to the specified object.
-
adjacentFind(Container, BinaryPredicate, Messenger, String)
-
-
adjacentFind(Container, BinaryPredicate, Messenger, String, long)
-
-
adjacentFind(Container, BinaryPredicate, String)
-
-
adjacentFind(Container, BinaryPredicate, String, long)
-
-
adjacentFind(Container, Messenger, String)
-
-
adjacentFind(Container, Messenger, String, long)
-
-
adjacentFind(Container, String)
-
-
adjacentFind(Container, String, long)
-
-
adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String)
-
-
adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
-
-
adjacentFind(InputIterator, InputIterator, BinaryPredicate, String)
-
-
adjacentFind(InputIterator, InputIterator, BinaryPredicate, String, long)
-
-
adjacentFind(InputIterator, InputIterator, Messenger, String)
-
-
adjacentFind(InputIterator, InputIterator, Messenger, String, long)
-
-
adjacentFind(InputIterator, InputIterator, String)
-
-
adjacentFind(InputIterator, InputIterator, String, long)
-
-
detect(Container, UnaryPredicate, Messenger, String)
-
-
detect(Container, UnaryPredicate, Messenger, String, long)
-
-
detect(Container, UnaryPredicate, String)
-
-
detect(Container, UnaryPredicate, String, long)
-
-
detect(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
detect(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
detect(InputIterator, InputIterator, UnaryPredicate, String)
-
-
detect(InputIterator, InputIterator, UnaryPredicate, String, long)
-
-
every(Container, UnaryPredicate, Messenger, String)
-
-
every(Container, UnaryPredicate, Messenger, String, long)
-
-
every(Container, UnaryPredicate, String)
-
-
every(Container, UnaryPredicate, String, long)
-
-
every(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
every(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
every(InputIterator, InputIterator, UnaryPredicate, String)
-
-
every(InputIterator, InputIterator, UnaryPredicate, String, long)
-
-
find(Container, Object, Messenger, String)
-
-
find(Container, Object, Messenger, String, long)
-
-
find(Container, Object, String)
-
-
find(Container, Object, String, long)
-
-
find(InputIterator, InputIterator, Object, Messenger, String)
-
-
find(InputIterator, InputIterator, Object, Messenger, String, long)
-
-
find(InputIterator, InputIterator, Object, String)
-
-
find(InputIterator, InputIterator, Object, String, long)
-
-
findIf(Container, UnaryPredicate, Messenger, String)
-
-
findIf(Container, UnaryPredicate, Messenger, String, long)
-
-
findIf(Container, UnaryPredicate, String)
-
-
findIf(Container, UnaryPredicate, String, long)
-
-
findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
findIf(InputIterator, InputIterator, UnaryPredicate, String)
-
-
findIf(InputIterator, InputIterator, UnaryPredicate, String, long)
-
-
some(Container, UnaryPredicate, Messenger, String)
-
-
some(Container, UnaryPredicate, Messenger, String, long)
-
-
some(Container, UnaryPredicate, String)
-
-
some(Container, UnaryPredicate, String, long)
-
-
some(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
some(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
some(InputIterator, InputIterator, UnaryPredicate, String)
-
-
some(InputIterator, InputIterator, UnaryPredicate, String, long)
-
VFinding
public VFinding()
- Construct a VFinding 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.
VFinding
public VFinding(VSubspace reference) throws VoyagerException
- Construct a VFinding and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
find
public static Result find(InputIterator arg1,
InputIterator arg2,
Object 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.
find
public static Result find(InputIterator arg1,
InputIterator arg2,
Object 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.
find
public static InputIterator find(InputIterator arg1,
InputIterator arg2,
Object 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.
find
public static InputIterator find(InputIterator arg1,
InputIterator arg2,
Object arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
find
public static Result find(Container arg1,
Object 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.
find
public static Result find(Container arg1,
Object 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.
find
public static InputIterator find(Container arg1,
Object 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.
find
public static InputIterator find(Container arg1,
Object arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
findIf
public static Result findIf(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
findIf
public static Result findIf(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
findIf
public static InputIterator findIf(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
findIf
public static InputIterator findIf(InputIterator arg1,
InputIterator arg2,
UnaryPredicate arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
findIf
public static Result findIf(Container arg1,
UnaryPredicate 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.
findIf
public static Result findIf(Container arg1,
UnaryPredicate 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.
findIf
public static InputIterator findIf(Container arg1,
UnaryPredicate 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.
findIf
public static InputIterator findIf(Container arg1,
UnaryPredicate arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
adjacentFind
public static Result adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static Result adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static InputIterator adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static InputIterator adjacentFind(InputIterator arg1,
InputIterator arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
adjacentFind
public static Result adjacentFind(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.
adjacentFind
public static Result adjacentFind(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.
adjacentFind
public static InputIterator adjacentFind(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.
adjacentFind
public static InputIterator adjacentFind(Container arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
adjacentFind
public static Result adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static Result adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static InputIterator adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static InputIterator adjacentFind(InputIterator arg1,
InputIterator 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.
adjacentFind
public static Result adjacentFind(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.
adjacentFind
public static Result adjacentFind(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.
adjacentFind
public static InputIterator adjacentFind(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.
adjacentFind
public static InputIterator adjacentFind(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.
detect
public static Result detect(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
detect
public static Result detect(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
detect
public static Object detect(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
detect
public static Object detect(InputIterator arg1,
InputIterator arg2,
UnaryPredicate arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
detect
public static Result detect(Container arg1,
UnaryPredicate 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.
detect
public static Result detect(Container arg1,
UnaryPredicate 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.
detect
public static Object detect(Container arg1,
UnaryPredicate 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.
detect
public static Object detect(Container arg1,
UnaryPredicate arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
some
public static Result some(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
some
public static Result some(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
some
public static boolean some(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
some
public static boolean some(InputIterator arg1,
InputIterator arg2,
UnaryPredicate arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
some
public static Result some(Container arg1,
UnaryPredicate 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.
some
public static Result some(Container arg1,
UnaryPredicate 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.
some
public static boolean some(Container arg1,
UnaryPredicate 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.
some
public static boolean some(Container arg1,
UnaryPredicate arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
every
public static Result every(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
every
public static Result every(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
every
public static boolean every(InputIterator arg1,
InputIterator arg2,
UnaryPredicate 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.
every
public static boolean every(InputIterator arg1,
InputIterator arg2,
UnaryPredicate arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
every
public static Result every(Container arg1,
UnaryPredicate 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.
every
public static Result every(Container arg1,
UnaryPredicate 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.
every
public static boolean every(Container arg1,
UnaryPredicate 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.
every
public static boolean every(Container arg1,
UnaryPredicate 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