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 is the virtual class of Finding.


Constructor Index

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

Method Index

 o adjacentFind(Container, BinaryPredicate, Messenger, String)
 o adjacentFind(Container, BinaryPredicate, Messenger, String, long)
 o adjacentFind(Container, BinaryPredicate, String)
 o adjacentFind(Container, BinaryPredicate, String, long)
 o adjacentFind(Container, Messenger, String)
 o adjacentFind(Container, Messenger, String, long)
 o adjacentFind(Container, String)
 o adjacentFind(Container, String, long)
 o adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String)
 o adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
 o adjacentFind(InputIterator, InputIterator, BinaryPredicate, String)
 o adjacentFind(InputIterator, InputIterator, BinaryPredicate, String, long)
 o adjacentFind(InputIterator, InputIterator, Messenger, String)
 o adjacentFind(InputIterator, InputIterator, Messenger, String, long)
 o adjacentFind(InputIterator, InputIterator, String)
 o adjacentFind(InputIterator, InputIterator, String, long)
 o detect(Container, UnaryPredicate, Messenger, String)
 o detect(Container, UnaryPredicate, Messenger, String, long)
 o detect(Container, UnaryPredicate, String)
 o detect(Container, UnaryPredicate, String, long)
 o detect(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String)
 o detect(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long)
 o detect(ForwardIterator, ForwardIterator, UnaryPredicate, String)
 o detect(ForwardIterator, ForwardIterator, UnaryPredicate, String, long)
 o every(Container, UnaryPredicate, Messenger, String)
 o every(Container, UnaryPredicate, Messenger, String, long)
 o every(Container, UnaryPredicate, String)
 o every(Container, UnaryPredicate, String, long)
 o every(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String)
 o every(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long)
 o every(ForwardIterator, ForwardIterator, UnaryPredicate, String)
 o every(ForwardIterator, ForwardIterator, UnaryPredicate, String, long)
 o find(Container, Object, Messenger, String)
 o find(Container, Object, Messenger, String, long)
 o find(Container, Object, String)
 o find(Container, Object, String, long)
 o find(InputIterator, InputIterator, Object, Messenger, String)
 o find(InputIterator, InputIterator, Object, Messenger, String, long)
 o find(InputIterator, InputIterator, Object, String)
 o find(InputIterator, InputIterator, Object, String, long)
 o findIf(Container, UnaryPredicate, Messenger, String)
 o findIf(Container, UnaryPredicate, Messenger, String, long)
 o findIf(Container, UnaryPredicate, String)
 o findIf(Container, UnaryPredicate, String, long)
 o findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
 o findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
 o findIf(InputIterator, InputIterator, UnaryPredicate, String)
 o findIf(InputIterator, InputIterator, UnaryPredicate, String, long)
 o getOriginalClassName()
 o originalIsInterface()
 o some(Container, UnaryPredicate, Messenger, String)
 o some(Container, UnaryPredicate, Messenger, String, long)
 o some(Container, UnaryPredicate, String)
 o some(Container, UnaryPredicate, String, long)
 o some(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String)
 o some(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long)
 o some(ForwardIterator, ForwardIterator, UnaryPredicate, String)
 o some(ForwardIterator, ForwardIterator, UnaryPredicate, String, long)

Constructors

 o 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.

 o 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.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o detect
 public static Result detect(ForwardIterator arg1,
                             ForwardIterator 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.
 o detect
 public static Result detect(ForwardIterator arg1,
                             ForwardIterator 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.
 o detect
 public static Object detect(ForwardIterator arg1,
                             ForwardIterator 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.
 o detect
 public static Object detect(ForwardIterator arg1,
                             ForwardIterator 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o some
 public static Result some(ForwardIterator arg1,
                           ForwardIterator 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.
 o some
 public static Result some(ForwardIterator arg1,
                           ForwardIterator 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.
 o some
 public static boolean some(ForwardIterator arg1,
                            ForwardIterator 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.
 o some
 public static boolean some(ForwardIterator arg1,
                            ForwardIterator 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o every
 public static Result every(ForwardIterator arg1,
                            ForwardIterator 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.
 o every
 public static Result every(ForwardIterator arg1,
                            ForwardIterator 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.
 o every
 public static boolean every(ForwardIterator arg1,
                             ForwardIterator 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.
 o every
 public static boolean every(ForwardIterator arg1,
                             ForwardIterator 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.
 o 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.
 o 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.
 o 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.
 o 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