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.
-
VRemoving()
- Construct a VRemoving that is not associated with an object.
-
VRemoving(VSubspace)
- Construct a VRemoving and connect it to the specified object.
-
getOriginalClassName()
-
-
originalIsInterface()
-
-
remove(ForwardIterator, ForwardIterator, Object, Messenger, String)
-
-
remove(ForwardIterator, ForwardIterator, Object, Messenger, String, long)
-
-
remove(ForwardIterator, ForwardIterator, Object, String)
-
-
remove(ForwardIterator, ForwardIterator, Object, String, long)
-
-
remove(Sequence, Object, Messenger, String)
-
-
remove(Sequence, Object, Messenger, String, long)
-
-
remove(Sequence, Object, String)
-
-
remove(Sequence, Object, String, long)
-
-
removeCopy(Container, Container, Object, Messenger, String)
-
-
removeCopy(Container, Container, Object, Messenger, String, long)
-
-
removeCopy(Container, Container, Object, String)
-
-
removeCopy(Container, Container, Object, String, long)
-
-
removeCopy(Container, OutputIterator, Object, Messenger, String)
-
-
removeCopy(Container, OutputIterator, Object, Messenger, String, long)
-
-
removeCopy(Container, OutputIterator, Object, String)
-
-
removeCopy(Container, OutputIterator, Object, String, long)
-
-
removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String)
-
-
removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String, long)
-
-
removeCopy(InputIterator, InputIterator, OutputIterator, Object, String)
-
-
removeCopy(InputIterator, InputIterator, OutputIterator, Object, String, long)
-
-
removeCopyIf(Container, Container, UnaryPredicate, Messenger, String)
-
-
removeCopyIf(Container, Container, UnaryPredicate, Messenger, String, long)
-
-
removeCopyIf(Container, Container, UnaryPredicate, String)
-
-
removeCopyIf(Container, Container, UnaryPredicate, String, long)
-
-
removeCopyIf(Container, OutputIterator, UnaryPredicate, Messenger, String)
-
-
removeCopyIf(Container, OutputIterator, UnaryPredicate, Messenger, String, long)
-
-
removeCopyIf(Container, OutputIterator, UnaryPredicate, String)
-
-
removeCopyIf(Container, OutputIterator, UnaryPredicate, String, long)
-
-
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String)
-
-
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String, long)
-
-
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String)
-
-
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String, long)
-
-
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String)
-
-
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long)
-
-
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String)
-
-
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String, long)
-
-
removeIf(Sequence, UnaryPredicate, Messenger, String)
-
-
removeIf(Sequence, UnaryPredicate, Messenger, String, long)
-
-
removeIf(Sequence, UnaryPredicate, String)
-
-
removeIf(Sequence, UnaryPredicate, String, long)
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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