All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VMinMax

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

public class VMinMax
extends VObject
VMinMax is the virtual class of MinMax.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o maxElement(Container, BinaryPredicate, Messenger, String)
 o maxElement(Container, BinaryPredicate, Messenger, String, long)
 o maxElement(Container, BinaryPredicate, String)
 o maxElement(Container, BinaryPredicate, String, long)
 o maxElement(Container, Messenger, String)
 o maxElement(Container, Messenger, String, long)
 o maxElement(Container, String)
 o maxElement(Container, String, long)
 o maxElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String)
 o maxElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
 o maxElement(InputIterator, InputIterator, BinaryPredicate, String)
 o maxElement(InputIterator, InputIterator, BinaryPredicate, String, long)
 o maxElement(InputIterator, InputIterator, Messenger, String)
 o maxElement(InputIterator, InputIterator, Messenger, String, long)
 o maxElement(InputIterator, InputIterator, String)
 o maxElement(InputIterator, InputIterator, String, long)
 o minElement(Container, BinaryPredicate, Messenger, String)
 o minElement(Container, BinaryPredicate, Messenger, String, long)
 o minElement(Container, BinaryPredicate, String)
 o minElement(Container, BinaryPredicate, String, long)
 o minElement(Container, Messenger, String)
 o minElement(Container, Messenger, String, long)
 o minElement(Container, String)
 o minElement(Container, String, long)
 o minElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String)
 o minElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
 o minElement(InputIterator, InputIterator, BinaryPredicate, String)
 o minElement(InputIterator, InputIterator, BinaryPredicate, String, long)
 o minElement(InputIterator, InputIterator, Messenger, String)
 o minElement(InputIterator, InputIterator, Messenger, String, long)
 o minElement(InputIterator, InputIterator, String)
 o minElement(InputIterator, InputIterator, String, long)
 o originalIsInterface()

Constructors

 o VMinMax
 public VMinMax()
Construct a VMinMax 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 VMinMax
 public VMinMax(VSubspace reference) throws VoyagerException
Construct a VMinMax 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 maxElement
 public static Result maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static Result maxElement(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 maxElement
 public static InputIterator maxElement(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 maxElement
 public static InputIterator maxElement(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 minElement
 public static Result minElement(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 minElement
 public static Result minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static Result minElement(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 minElement
 public static Result minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static Result minElement(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 minElement
 public static Result minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static Result minElement(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 minElement
 public static Result minElement(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 minElement
 public static InputIterator minElement(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 minElement
 public static InputIterator minElement(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