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.


Constructor Index

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

Method Index

 o accumulate(Container, Number, BinaryFunction, Messenger, String)
 o accumulate(Container, Number, BinaryFunction, Messenger, String, long)
 o accumulate(Container, Number, BinaryFunction, String)
 o accumulate(Container, Number, BinaryFunction, String, long)
 o accumulate(Container, Number, Messenger, String)
 o accumulate(Container, Number, Messenger, String, long)
 o accumulate(Container, Number, String)
 o accumulate(Container, Number, String, long)
 o accumulate(InputIterator, InputIterator, Number, BinaryFunction, Messenger, String)
 o accumulate(InputIterator, InputIterator, Number, BinaryFunction, Messenger, String, long)
 o accumulate(InputIterator, InputIterator, Number, BinaryFunction, String)
 o accumulate(InputIterator, InputIterator, Number, BinaryFunction, String, long)
 o accumulate(InputIterator, InputIterator, Number, Messenger, String)
 o accumulate(InputIterator, InputIterator, Number, Messenger, String, long)
 o accumulate(InputIterator, InputIterator, Number, String)
 o accumulate(InputIterator, InputIterator, Number, String, long)
 o adjacentDifference(Container, Container, BinaryFunction, Messenger, String)
 o adjacentDifference(Container, Container, BinaryFunction, Messenger, String, long)
 o adjacentDifference(Container, Container, BinaryFunction, String)
 o adjacentDifference(Container, Container, BinaryFunction, String, long)
 o adjacentDifference(Container, Container, Messenger, String)
 o adjacentDifference(Container, Container, Messenger, String, long)
 o adjacentDifference(Container, Container, String)
 o adjacentDifference(Container, Container, String, long)
 o adjacentDifference(Container, OutputIterator, BinaryFunction, Messenger, String)
 o adjacentDifference(Container, OutputIterator, BinaryFunction, Messenger, String, long)
 o adjacentDifference(Container, OutputIterator, BinaryFunction, String)
 o adjacentDifference(Container, OutputIterator, BinaryFunction, String, long)
 o adjacentDifference(Container, OutputIterator, Messenger, String)
 o adjacentDifference(Container, OutputIterator, Messenger, String, long)
 o adjacentDifference(Container, OutputIterator, String)
 o adjacentDifference(Container, OutputIterator, String, long)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String, long)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, String)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, String, long)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, Messenger, String)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, Messenger, String, long)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, String)
 o adjacentDifference(InputIterator, InputIterator, OutputIterator, String, long)
 o count(Container, Object, Messenger, String)
 o count(Container, Object, Messenger, String, long)
 o count(Container, Object, String)
 o count(Container, Object, String, long)
 o count(InputIterator, InputIterator, Object, Messenger, String)
 o count(InputIterator, InputIterator, Object, Messenger, String, long)
 o count(InputIterator, InputIterator, Object, String)
 o count(InputIterator, InputIterator, Object, String, long)
 o countIf(Container, UnaryPredicate, Messenger, String)
 o countIf(Container, UnaryPredicate, Messenger, String, long)
 o countIf(Container, UnaryPredicate, String)
 o countIf(Container, UnaryPredicate, String, long)
 o countIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String)
 o countIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long)
 o countIf(InputIterator, InputIterator, UnaryPredicate, String)
 o countIf(InputIterator, InputIterator, UnaryPredicate, String, long)
 o getOriginalClassName()
 o originalIsInterface()

Constructors

 o 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.

 o 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.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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