| Interface | Description |
|---|---|
| ReferenceGraph |
Represents a reference graph of
ModuleVersion's and operations that can
can be performed on it. |
| ReferenceGraph.Visitor |
Visitor interface.
|
| ReferencePathMatcher |
Interface for ReferencePath matchers.
|
| Class | Description |
|---|---|
| Reference |
Class representing a reference.
|
| ReferenceGraph.Referrer |
Represents a
ModuleVersion that references another ModuleVersion. |
| ReferencePath |
Represents a reference path.
|
| ReferencePathMatcherAll |
Dummy ReferencePathMatcher that matches all ReferencePath's.
|
| ReferencePathMatcherAnd |
Represents a List of ReferencePathMatcher which matches a ReferencePath if all
of the ReferencePathMatcher's within the List match, or, as a special case, if
the List is empty.
|
| ReferencePathMatcherByElement |
ReferencePathMatcher that matches ReferencePath's using a sequence of matching
elements.
|
| ReferencePathMatcherNot |
ReferencePathMatcher that matches a ReferencePath if its inner
ReferencePathMatcher does not.
|
| ReferencePathMatcherOr |
Represents a List of ReferencePathMatcher which matches a ReferencePath if any
of the ReferencePathMatcher within the List matches, or, as a special case, if
the List is empty.
|
| ReferencePathMatcherVersionAttribute |
| Enum | Description |
|---|---|
| ReferenceGraph.ReentryMode |
Reentry mode to determine what to do when a
ModuleVersion has already
been visisted during the traversal of a ReferenceGraph. |
| ReferenceGraph.VisitAction |
Action during the traversal of a
ReferenceGraph. |
| ReferenceGraph.VisitControl |
Controls the subsequent visit actions during a traversal of the
ReferenceGraph.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.