| Package | Description |
|---|---|
| org.azyva.dragom.reference |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferencePathMatcherAll
Dummy ReferencePathMatcher that matches all ReferencePath's.
|
class |
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.
|
class |
ReferencePathMatcherByElement
ReferencePathMatcher that matches ReferencePath's using a sequence of matching
elements.
|
class |
ReferencePathMatcherNot
ReferencePathMatcher that matches a ReferencePath if its inner
ReferencePathMatcher does not.
|
class |
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.
|
class |
ReferencePathMatcherVersionAttribute
|
| Modifier and Type | Method and Description |
|---|---|
ReferencePathMatcher |
ReferencePathMatcherNot.getReferencePathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
List<ReferencePathMatcher> |
ReferencePathMatcherOr.getListReferencePathMatcher()
Returns the List of ReferencePathMatcher's.
|
List<ReferencePathMatcher> |
ReferencePathMatcherAnd.getListReferencePathMatcher()
Returns the List of ReferencePathMatcher's.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencePathMatcherOr.addReferencePathMatcher(ReferencePathMatcher referencePathMatcher)
Adds a ReferencePathMatcher to the List.
|
void |
ReferencePathMatcherAnd.addReferencePathMatcher(ReferencePathMatcher referencePathMatcher)
Adds a ReferencePathMatcher to the List.
|
void |
ReferencePathMatcherNot.setReferencePathMatcher(ReferencePathMatcher referencePathMatcher) |
| Constructor and Description |
|---|
ReferencePathMatcherNot(ReferencePathMatcher referencePathMatcher)
Constructor.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.