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