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