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