public class Link
extends java.lang.Object
Constructor and Description |
---|
Link(ListPattern test,
Node child)
Constructor sets the link's test and child node.
|
Modifier and Type | Method and Description |
---|---|
Node |
getChildNode()
Accessor to the link's child node.
|
ListPattern |
getTest()
Accessor to the link's test.
|
boolean |
passes(ListPattern pattern)
Test if the given pattern can be sorted through this test link.
|
public Link(ListPattern test, Node child)
public Node getChildNode()
public ListPattern getTest()
public boolean passes(ListPattern pattern)