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.
-
VFiltering()
- Construct a VFiltering that is not associated with an object.
-
VFiltering(VSubspace)
- Construct a VFiltering and connect it to the specified object.
-
getOriginalClassName()
-
-
originalIsInterface()
-
-
reject(Container, UnaryPredicate, Messenger, String)
-
-
reject(Container, UnaryPredicate, Messenger, String, long)
-
-
reject(Container, UnaryPredicate, String)
-
-
reject(Container, UnaryPredicate, String, long)
-
-
reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
reject(InputIterator, InputIterator, UnaryPredicate, String)
-
-
reject(InputIterator, InputIterator, UnaryPredicate, String, long)
-
-
select(Container, UnaryPredicate, Messenger, String)
-
-
select(Container, UnaryPredicate, Messenger, String, long)
-
-
select(Container, UnaryPredicate, String)
-
-
select(Container, UnaryPredicate, String, long)
-
-
select(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
-
-
select(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
-
-
select(InputIterator, InputIterator, UnaryPredicate, String)
-
-
select(InputIterator, InputIterator, UnaryPredicate, String, long)
-
-
unique(Container, BinaryPredicate, Messenger, String)
-
-
unique(Container, BinaryPredicate, Messenger, String, long)
-
-
unique(Container, BinaryPredicate, String)
-
-
unique(Container, BinaryPredicate, String, long)
-
-
unique(Container, Messenger, String)
-
-
unique(Container, Messenger, String, long)
-
-
unique(Container, String)
-
-
unique(Container, String, long)
-
-
unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
-
-
unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
-
-
unique(ForwardIterator, ForwardIterator, BinaryPredicate, String)
-
-
unique(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
-
-
unique(ForwardIterator, ForwardIterator, Messenger, String)
-
-
unique(ForwardIterator, ForwardIterator, Messenger, String, long)
-
-
unique(ForwardIterator, ForwardIterator, String)
-
-
unique(ForwardIterator, ForwardIterator, String, long)
-
-
uniqueCopy(Container, Container, BinaryPredicate, Messenger, String)
-
-
uniqueCopy(Container, Container, BinaryPredicate, Messenger, String, long)
-
-
uniqueCopy(Container, Container, BinaryPredicate, String)
-
-
uniqueCopy(Container, Container, BinaryPredicate, String, long)
-
-
uniqueCopy(Container, Container, Messenger, String)
-
-
uniqueCopy(Container, Container, Messenger, String, long)
-
-
uniqueCopy(Container, Container, String)
-
-
uniqueCopy(Container, Container, String, long)
-
-
uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String)
-
-
uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String, long)
-
-
uniqueCopy(Container, OutputIterator, BinaryPredicate, String)
-
-
uniqueCopy(Container, OutputIterator, BinaryPredicate, String, long)
-
-
uniqueCopy(Container, OutputIterator, Messenger, String)
-
-
uniqueCopy(Container, OutputIterator, Messenger, String, long)
-
-
uniqueCopy(Container, OutputIterator, String)
-
-
uniqueCopy(Container, OutputIterator, String, long)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String, long)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, String)
-
-
uniqueCopy(InputIterator, InputIterator, OutputIterator, String, long)
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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