![]() | IIncidenceCountIndex Interface |
Namespace: de.unika.ipd.grGen.libGr
public interface IIncidenceCountIndex : IAttributeIndex, IIndex
The IIncidenceCountIndex type exposes the following members.
Name | Description | |
---|---|---|
![]() | Description |
The description of the index.
(Inherited from IIndex.) |
![]() | Size |
The number of elements in the index.
(Inherited from IIndex.) |
Name | Description | |
---|---|---|
![]() | GetIncidenceCount |
Lookup the incidence count of the graph element given.
TODO: Shouldn't the parameter be of type INode?
|
![]() | LookupElements |
Lookup all graph elements in the index whose indexed attribute value is equal to the value given.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscending |
Lookup all graph elements in the index in ascending order.
Index lookup begins at the graph element with the minimum attribute value.
Index lookup ends at the graph element with the maximum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher than the from value specified,
in ascending order.
Index lookup ends at the graph element with the maximum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromExclusiveToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher than the from value specified, and
lower than the to value specified,
in ascending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromExclusiveToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher than the from value specified, and
lower or equal than the to value specified,
in ascending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher or equal than the from value specified,
in ascending order.
Index lookup ends at the graph element with the maximum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromInclusiveToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher or equal than the from value specified, and
lower than the to value specified,
in ascending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingFromInclusiveToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher or equal than the from value specified, and
lower or equal than the to value specified,
in ascending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower than the to value specified,
in ascending order.
Index lookup begins at the graph element with the minimum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsAscendingToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower or equal than the to value specified,
in ascending order.
Index lookup begins at the graph element with the minimum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescending |
Lookup all graph elements in the index in descending order.
Index lookup begins at the graph element with the maximum attribute value.
Index lookup ends at the graph element with the minimum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower than the from value specified,
in descending order.
Index lookup ends at the graph element with the minimum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromExclusiveToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower than the from value specified, and
higher than the to value specified,
in descending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromExclusiveToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower than the from value specified, and
higher or equal than the to value specified,
in descending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower or equal than the from value specified,
in descending order.
Index lookup ends at the graph element with the minimum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromInclusiveToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower or equal than the from value specified, and
higher than the to value specified,
in descending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingFromInclusiveToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
lower or equal than the from value specified, and
higher or equal than the to value specified,
in descending order.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingToExclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher than the to value specified,
in descending order.
Index lookup begins at the graph element with the maximum attribute value.
(Inherited from IAttributeIndex.) |
![]() | LookupElementsDescendingToInclusive |
Lookup all graph elements in the index whose indexed attribute value is:
higher or equal than the to value specified,
in descending order.
Index lookup begins at the graph element with the maximum attribute value.
(Inherited from IAttributeIndex.) |