Package | Description |
---|---|
org.grouplens.grapht.context |
Modifier and Type | Method and Description |
---|---|
ContextElementMatcher |
ContextPattern.Element.getMatcher() |
static ContextElementMatcher |
ContextElements.invertMatch(ContextElementMatcher matcher) |
static ContextElementMatcher |
ContextElements.matchAny() |
static ContextElementMatcher |
ContextElements.matchType(Class<?> type) |
static ContextElementMatcher |
ContextElements.matchType(Class<?> type,
QualifierMatcher qual) |
Modifier and Type | Method and Description |
---|---|
ContextPattern |
ContextPattern.append(ContextElementMatcher match)
Append an element to this pattern with multiplicity
Multiplicity.ONE . |
ContextPattern |
ContextPattern.append(ContextElementMatcher match,
Multiplicity mult)
Append an element to this pattern.
|
static ContextElementMatcher |
ContextElements.invertMatch(ContextElementMatcher matcher) |
static ContextPattern |
ContextPattern.subsequence(ContextElementMatcher... matchers)
Create a context matcher matching any context with a subequence matching the provided matchers.
|
Constructor and Description |
---|
Element(ContextElementMatcher mat,
Multiplicity mult) |
Copyright © 2016 GroupLens Research. All rights reserved.