All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VRemoving

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

public class VRemoving
extends VObject
VRemoving is the virtual class of Removing.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o originalIsInterface()
 o remove(ForwardIterator, ForwardIterator, Object, Messenger, String)
 o remove(ForwardIterator, ForwardIterator, Object, Messenger, String, long)
 o remove(ForwardIterator, ForwardIterator, Object, String)
 o remove(ForwardIterator, ForwardIterator, Object, String, long)
 o remove(Sequence, Object, Messenger, String)
 o remove(Sequence, Object, Messenger, String, long)
 o remove(Sequence, Object, String)
 o remove(Sequence, Object, String, long)
 o removeCopy(Container, Container, Object, Messenger, String)
 o removeCopy(Container, Container, Object, Messenger, String, long)
 o removeCopy(Container, Container, Object, String)
 o removeCopy(Container, Container, Object, String, long)
 o removeCopy(Container, OutputIterator, Object, Messenger, String)
 o removeCopy(Container, OutputIterator, Object, Messenger, String, long)
 o removeCopy(Container, OutputIterator, Object, String)
 o removeCopy(Container, OutputIterator, Object, String, long)
 o removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String)
 o removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String, long)
 o removeCopy(InputIterator, InputIterator, OutputIterator, Object, String)
 o removeCopy(InputIterator, InputIterator, OutputIterator, Object, String, long)
 o removeCopyIf(Container, Container, UnaryPredicate, Messenger, String)
 o removeCopyIf(Container, Container, UnaryPredicate, Messenger, String, long)
 o removeCopyIf(Container, Container, UnaryPredicate, String)
 o removeCopyIf(Container, Container, UnaryPredicate, String, long)
 o removeCopyIf(Container, OutputIterator, UnaryPredicate, Messenger, String)
 o removeCopyIf(Container, OutputIterator, UnaryPredicate, Messenger, String, long)
 o removeCopyIf(Container, OutputIterator, UnaryPredicate, String)
 o removeCopyIf(Container, OutputIterator, UnaryPredicate, String, long)
 o removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String)
 o removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String, long)
 o removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String)
 o removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String, long)
 o removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String)
 o removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long)
 o removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String)
 o removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String, long)
 o removeIf(Sequence, UnaryPredicate, Messenger, String)
 o removeIf(Sequence, UnaryPredicate, Messenger, String, long)
 o removeIf(Sequence, UnaryPredicate, String)
 o removeIf(Sequence, UnaryPredicate, String, long)

Constructors

 o VRemoving
 public VRemoving()
Construct a VRemoving 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 VRemoving
 public VRemoving(VSubspace reference) throws VoyagerException
Construct a VRemoving 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 remove
 public static Result remove(ForwardIterator arg1,
                             ForwardIterator arg2,
                             Object 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 remove
 public static Result remove(ForwardIterator arg1,
                             ForwardIterator arg2,
                             Object 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 remove
 public static ForwardIterator remove(ForwardIterator arg1,
                                      ForwardIterator arg2,
                                      Object 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 remove
 public static ForwardIterator remove(ForwardIterator arg1,
                                      ForwardIterator arg2,
                                      Object arg3,
                                      String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public static Result remove(Sequence arg1,
                             Object 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 remove
 public static Result remove(Sequence arg1,
                             Object 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 remove
 public static ForwardIterator remove(Sequence arg1,
                                      Object 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 remove
 public static ForwardIterator remove(Sequence arg1,
                                      Object arg2,
                                      String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o removeIf
 public static Result removeIf(ForwardIterator arg1,
                               ForwardIterator 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 removeIf
 public static Result removeIf(ForwardIterator arg1,
                               ForwardIterator 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 removeIf
 public static ForwardIterator removeIf(ForwardIterator arg1,
                                        ForwardIterator 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 removeIf
 public static ForwardIterator removeIf(ForwardIterator arg1,
                                        ForwardIterator 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 removeIf
 public static Result removeIf(Sequence 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 removeIf
 public static Result removeIf(Sequence 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 removeIf
 public static ForwardIterator removeIf(Sequence 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 removeIf
 public static ForwardIterator removeIf(Sequence 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 removeCopy
 public static Result removeCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator arg3,
                                 Object 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 removeCopy
 public static Result removeCopy(InputIterator arg1,
                                 InputIterator arg2,
                                 OutputIterator arg3,
                                 Object 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 removeCopy
 public static OutputIterator removeCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator arg3,
                                         Object 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 removeCopy
 public static OutputIterator removeCopy(InputIterator arg1,
                                         InputIterator arg2,
                                         OutputIterator arg3,
                                         Object arg4,
                                         String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o removeCopy
 public static Result removeCopy(Container arg1,
                                 OutputIterator arg2,
                                 Object 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 removeCopy
 public static Result removeCopy(Container arg1,
                                 OutputIterator arg2,
                                 Object 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 removeCopy
 public static OutputIterator removeCopy(Container arg1,
                                         OutputIterator arg2,
                                         Object 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 removeCopy
 public static OutputIterator removeCopy(Container arg1,
                                         OutputIterator arg2,
                                         Object arg3,
                                         String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o removeCopy
 public static Result removeCopy(Container arg1,
                                 Container arg2,
                                 Object 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 removeCopy
 public static Result removeCopy(Container arg1,
                                 Container arg2,
                                 Object 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 removeCopy
 public static void removeCopy(Container arg1,
                               Container arg2,
                               Object 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 removeCopy
 public static void removeCopy(Container arg1,
                               Container arg2,
                               Object arg3,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o removeCopyIf
 public static Result removeCopyIf(InputIterator arg1,
                                   InputIterator arg2,
                                   OutputIterator arg3,
                                   UnaryPredicate 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 removeCopyIf
 public static Result removeCopyIf(InputIterator arg1,
                                   InputIterator arg2,
                                   OutputIterator arg3,
                                   UnaryPredicate 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 removeCopyIf
 public static OutputIterator removeCopyIf(InputIterator arg1,
                                           InputIterator arg2,
                                           OutputIterator arg3,
                                           UnaryPredicate 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 removeCopyIf
 public static OutputIterator removeCopyIf(InputIterator arg1,
                                           InputIterator arg2,
                                           OutputIterator arg3,
                                           UnaryPredicate arg4,
                                           String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o removeCopyIf
 public static Result removeCopyIf(Container arg1,
                                   OutputIterator 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 removeCopyIf
 public static Result removeCopyIf(Container arg1,
                                   OutputIterator 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 removeCopyIf
 public static OutputIterator removeCopyIf(Container arg1,
                                           OutputIterator 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 removeCopyIf
 public static OutputIterator removeCopyIf(Container arg1,
                                           OutputIterator 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 removeCopyIf
 public static Result removeCopyIf(Container arg1,
                                   Container 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 removeCopyIf
 public static Result removeCopyIf(Container arg1,
                                   Container 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 removeCopyIf
 public static void removeCopyIf(Container arg1,
                                 Container 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 removeCopyIf
 public static void removeCopyIf(Container arg1,
                                 Container 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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index