Orbital library

Uses of Class
orbital.util.DelegateCollection

Packages that use DelegateCollection
orbital.algorithm.evolutionary Genetic algorithms simulate nature on a very abstract level to get solutions for sophisticated problems. 
orbital.logic.sign Defines generic interfaces for formal languages. 
orbital.util Provides basic utility classes useful to ease several programming tasks. 
 

Uses of DelegateCollection in orbital.algorithm.evolutionary
 

Subclasses of DelegateCollection in orbital.algorithm.evolutionary
static class Gene.List
          Represents a container gene that contains a list of other genes.
 class Genome
          The Genome data in a population represents a state.
 

Uses of DelegateCollection in orbital.logic.sign
 

Subclasses of DelegateCollection in orbital.logic.sign
 class SignatureBase
          A basic signature implementation.
 

Uses of DelegateCollection in orbital.util
 

Subclasses of DelegateCollection in orbital.util
 class DelegateList
          A DelegateList that works as a delegator to lists.
 class DelegateSet
          A DelegateSet that works as a delegator to sets.
 class DelegateSortedSet
          A DelegateSortedSet that works as a delegator to sets.
 class QueuedIterator
          QueuedIterator is an iterator that queues elements added to it and provides an iterator view to them.
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.