All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VFiltering

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

public class VFiltering
extends VObject
VFiltering is the virtual class of Filtering.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o originalIsInterface()
 o reject(Container, UnaryPredicate, Messenger, String)
 o reject(Container, UnaryPredicate, Messenger, String, long)
 o reject(Container, UnaryPredicate, String)
 o reject(Container, UnaryPredicate, String, long)
 o reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
 o reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
 o reject(InputIterator, InputIterator, UnaryPredicate, String)
 o reject(InputIterator, InputIterator, UnaryPredicate, String, long)
 o select(Container, UnaryPredicate, Messenger, String)
 o select(Container, UnaryPredicate, Messenger, String, long)
 o select(Container, UnaryPredicate, String)
 o select(Container, UnaryPredicate, String, long)
 o select(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
 o select(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
 o select(InputIterator, InputIterator, UnaryPredicate, String)
 o select(InputIterator, InputIterator, UnaryPredicate, String, long)
 o unique(Container, BinaryPredicate, Messenger, String)
 o unique(Container, BinaryPredicate, Messenger, String, long)
 o unique(Container, BinaryPredicate, String)
 o unique(Container, BinaryPredicate, String, long)
 o unique(Container, Messenger, String)
 o unique(Container, Messenger, String, long)
 o unique(Container, String)
 o unique(Container, String, long)
 o unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
 o unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
 o unique(ForwardIterator, ForwardIterator, BinaryPredicate, String)
 o unique(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
 o unique(ForwardIterator, ForwardIterator, Messenger, String)
 o unique(ForwardIterator, ForwardIterator, Messenger, String, long)
 o unique(ForwardIterator, ForwardIterator, String)
 o unique(ForwardIterator, ForwardIterator, String, long)
 o uniqueCopy(Container, Container, BinaryPredicate, Messenger, String)
 o uniqueCopy(Container, Container, BinaryPredicate, Messenger, String, long)
 o uniqueCopy(Container, Container, BinaryPredicate, String)
 o uniqueCopy(Container, Container, BinaryPredicate, String, long)
 o uniqueCopy(Container, Container, Messenger, String)
 o uniqueCopy(Container, Container, Messenger, String, long)
 o uniqueCopy(Container, Container, String)
 o uniqueCopy(Container, Container, String, long)
 o uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String)
 o uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String, long)
 o uniqueCopy(Container, OutputIterator, BinaryPredicate, String)
 o uniqueCopy(Container, OutputIterator, BinaryPredicate, String, long)
 o uniqueCopy(Container, OutputIterator, Messenger, String)
 o uniqueCopy(Container, OutputIterator, Messenger, String, long)
 o uniqueCopy(Container, OutputIterator, String)
 o uniqueCopy(Container, OutputIterator, String, long)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String, long)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, String)
 o uniqueCopy(InputIterator, InputIterator, OutputIterator, String, long)

Constructors

 o VFiltering
 public VFiltering()
Construct a VFiltering 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 VFiltering
 public VFiltering(VSubspace reference) throws VoyagerException
Construct a VFiltering 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 unique
 public static Result unique(ForwardIterator arg1,
                             ForwardIterator 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 unique
 public static Result unique(ForwardIterator arg1,
                             ForwardIterator 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 unique
 public static OutputIterator unique(ForwardIterator arg1,
                                     ForwardIterator 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 unique
 public static OutputIterator unique(ForwardIterator arg1,
                                     ForwardIterator arg2,
                                     String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o unique
 public static Result unique(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 unique
 public static Result unique(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 unique
 public static OutputIterator unique(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 unique
 public static OutputIterator unique(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 unique
 public static Result unique(ForwardIterator arg1,
                             ForwardIterator 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 unique
 public static Result unique(ForwardIterator arg1,
                             ForwardIterator 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 unique
 public static OutputIterator unique(ForwardIterator arg1,
                                     ForwardIterator 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 unique
 public static OutputIterator unique(ForwardIterator arg1,
                                     ForwardIterator 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 unique
 public static Result unique(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 unique
 public static Result unique(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 unique
 public static OutputIterator unique(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 unique
 public static OutputIterator unique(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 uniqueCopy
 public static Result uniqueCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator 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 uniqueCopy
 public static Result uniqueCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator arg3,
                                         String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 OutputIterator 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 uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(Container arg1,
                                         OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(Container arg1,
                                         OutputIterator arg2,
                                         String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 Container 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 uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 Container 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 uniqueCopy
 public static void uniqueCopy(Container arg1,
                               Container 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 uniqueCopy
 public static void uniqueCopy(Container arg1,
                               Container arg2,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o uniqueCopy
 public static Result uniqueCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator arg3,
                                 BinaryPredicate 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 uniqueCopy
 public static Result uniqueCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator arg3,
                                 BinaryPredicate 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 uniqueCopy
 public static OutputIterator uniqueCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator arg3,
                                         BinaryPredicate 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 uniqueCopy
 public static OutputIterator uniqueCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator arg3,
                                         BinaryPredicate arg4,
                                         String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 OutputIterator 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 uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(Container arg1,
                                         OutputIterator 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 uniqueCopy
 public static OutputIterator uniqueCopy(Container arg1,
                                         OutputIterator 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 uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 Container 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 uniqueCopy
 public static Result uniqueCopy(Container arg1,
                                 Container 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 uniqueCopy
 public static void uniqueCopy(Container arg1,
                               Container 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 uniqueCopy
 public static void uniqueCopy(Container arg1,
                               Container 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 select
 public static Result select(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 select
 public static Result select(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 select
 public static Container select(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 select
 public static Container select(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 select
 public static Result select(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 select
 public static Result select(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 select
 public static Container select(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 select
 public static Container select(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 reject
 public static Result reject(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 reject
 public static Result reject(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 reject
 public static Container reject(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 reject
 public static Container reject(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 reject
 public static Result reject(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 reject
 public static Result reject(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 reject
 public static Container reject(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 reject
 public static Container reject(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