JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.fge.grappa.misc
Interface GraphNode<T extends GraphNode<T>>
Type Parameters:
T
- the actual implementation type of this graph node
All Known Subinterfaces:
Matcher
All Known Implementing Classes:
AbstractMatcher
,
ActionMatcher
,
AnyMatcher
,
AnyOfMatcher
,
BoundedBothJoinMatcher
,
BoundedBothRepeatMatcher
,
BoundedDownJoinMatcher
,
BoundedDownRepeatMatcher
,
BoundedUpJoinMatcher
,
BoundedUpRepeatMatcher
,
CaseInsensitiveTrieMatcher
,
CharIgnoreCaseMatcher
,
CharMatcher
,
CharRangeMatcher
,
CodePointMatcher
,
CodePointRangeMatcher
,
CustomDefaultLabelMatcher
,
EmptyMatcher
,
EndOfInputMatcher
,
ExactMatchesJoinMatcher
,
ExactMatchesRepeatMatcher
,
FirstOfMatcher
,
ImmutableGraphNode
,
JoinMatcher
,
NothingMatcher
,
OptionalMatcher
,
ProxyMatcher
,
RegexMatcher
,
RepeatMatcher
,
SequenceMatcher
,
StringIgnoreCaseMatcher
,
StringMatcher
,
TestMatcher
,
TestNotMatcher
,
TrieMatcher
,
VarFramingMatcher
public interface
GraphNode<T extends GraphNode<T>>
A node in a directed graph (that may have cycles). The children list must not contain null entries.
Method Summary
Methods
Modifier and Type
Method and Description
List
<
T
>
getChildren
()
Returns the sub nodes of this node.
Method Detail
getChildren
List
<
T
> getChildren()
Returns the sub nodes of this node.
Returns:
the sub nodes
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method