All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.algorithms.VRotating
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.algorithms.VRotating
- public class VRotating
- extends VObject
VRotating is the virtual class of Rotating.
-
VRotating()
- Construct a VRotating that is not associated with an object.
-
VRotating(VSubspace)
- Construct a VRotating and connect it to the specified object.
-
getOriginalClassName()
-
-
originalIsInterface()
-
-
rotate(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String)
-
-
rotate(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String, long)
-
-
rotate(ForwardIterator, ForwardIterator, ForwardIterator, String)
-
-
rotate(ForwardIterator, ForwardIterator, ForwardIterator, String, long)
-
-
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, Messenger, String)
-
-
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, Messenger, String, long)
-
-
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, String)
-
-
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, String, long)
-
VRotating
public VRotating()
- Construct a VRotating 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.
VRotating
public VRotating(VSubspace reference) throws VoyagerException
- Construct a VRotating 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
rotate
public static Result rotate(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator 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.
rotate
public static Result rotate(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator 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.
rotate
public static void rotate(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator 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.
rotate
public static void rotate(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
rotateCopy
public static Result rotateCopy(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator arg3,
OutputIterator 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.
rotateCopy
public static Result rotateCopy(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator arg3,
OutputIterator 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.
rotateCopy
public static OutputIterator rotateCopy(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator arg3,
OutputIterator 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.
rotateCopy
public static OutputIterator rotateCopy(ForwardIterator arg1,
ForwardIterator arg2,
ForwardIterator arg3,
OutputIterator arg4,
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