GraphLib  2.0
une librairie C# pour l’exploitation de graphes en reconnaissance des formes
 All Classes Namespaces Functions Enumerations Enumerator Properties
Matching.IMetaCollection< T > Interface Template Reference

Interface for Permutations, Combinations and any other classes that present a collection of collections based on an input collection. The enumerators that this class inherits defines the mechanism for enumerating through the collections. More...

Inheritance diagram for Matching.IMetaCollection< T >:
Matching.Combinations< T > Matching.Permutations< T > Matching.Variations< T > Matching.Combinations< T >.Enumerator Matching.Permutations< T >.Enumerator Matching.Variations< T >.EnumeratorWithoutRepetition Matching.Variations< T >.EnumeratorWithRepetition

Properties

long Count [get]
 The count of items in the collection. This is not inherited from ICollection since this meta-collection cannot be extended by users. More...
 
GenerateOption Type [get]
 The type of the meta-collection, determining how the collections are determined from the inputs. More...
 
int UpperIndex [get]
 The upper index of the meta-collection, which is the size of the input collection. More...
 
int LowerIndex [get]
 The lower index of the meta-collection, which is the size of each output collection. More...
 

Detailed Description

Interface for Permutations, Combinations and any other classes that present a collection of collections based on an input collection. The enumerators that this class inherits defines the mechanism for enumerating through the collections.

Template Parameters
TThe of the elements in the collection, not the type of the collection.

Property Documentation

long Matching.IMetaCollection< T >.Count
get

The count of items in the collection. This is not inherited from ICollection since this meta-collection cannot be extended by users.

int Matching.IMetaCollection< T >.LowerIndex
get

The lower index of the meta-collection, which is the size of each output collection.

GenerateOption Matching.IMetaCollection< T >.Type
get

The type of the meta-collection, determining how the collections are determined from the inputs.

int Matching.IMetaCollection< T >.UpperIndex
get

The upper index of the meta-collection, which is the size of the input collection.


The documentation for this interface was generated from the following file: