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


Constructor Index

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

Method Index

 o collect(Container, UnaryFunction, Messenger, String)
 o collect(Container, UnaryFunction, Messenger, String, long)
 o collect(Container, UnaryFunction, String)
 o collect(Container, UnaryFunction, String, long)
 o collect(ForwardIterator, ForwardIterator, UnaryFunction, Messenger, String)
 o collect(ForwardIterator, ForwardIterator, UnaryFunction, Messenger, String, long)
 o collect(ForwardIterator, ForwardIterator, UnaryFunction, String)
 o collect(ForwardIterator, ForwardIterator, UnaryFunction, String, long)
 o getOriginalClassName()
 o originalIsInterface()
 o transform(Container, Container, Container, BinaryFunction, Messenger, String)
 o transform(Container, Container, Container, BinaryFunction, Messenger, String, long)
 o transform(Container, Container, Container, BinaryFunction, String)
 o transform(Container, Container, Container, BinaryFunction, String, long)
 o transform(Container, Container, OutputIterator, BinaryFunction, Messenger, String)
 o transform(Container, Container, OutputIterator, BinaryFunction, Messenger, String, long)
 o transform(Container, Container, OutputIterator, BinaryFunction, String)
 o transform(Container, Container, OutputIterator, BinaryFunction, String, long)
 o transform(Container, Container, UnaryFunction, Messenger, String)
 o transform(Container, Container, UnaryFunction, Messenger, String, long)
 o transform(Container, Container, UnaryFunction, String)
 o transform(Container, Container, UnaryFunction, String, long)
 o transform(Container, OutputIterator, UnaryFunction, Messenger, String)
 o transform(Container, OutputIterator, UnaryFunction, Messenger, String, long)
 o transform(Container, OutputIterator, UnaryFunction, String)
 o transform(Container, OutputIterator, UnaryFunction, String, long)
 o transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String)
 o transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String, long)
 o transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, String)
 o transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, String, long)
 o transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, Messenger, String)
 o transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, Messenger, String, long)
 o transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, String)
 o transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, String, long)

Constructors

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

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

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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