Package org.nineml.coffeegrinder.trees
Class Vertex
- java.lang.Object
-
- org.nineml.coffeegrinder.trees.Vertex
-
public class Vertex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanisAmbiguousForestNodenodejava.util.List<ParserAttribute>parserAttributes
-
Constructor Summary
Constructors Constructor Description Vertex(ForestNode node, java.util.List<ParserAttribute> parserAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Family>getChoices()java.lang.StringtoString()
-
-
-
Field Detail
-
node
public final ForestNode node
-
isAmbiguous
public final boolean isAmbiguous
-
parserAttributes
public final java.util.List<ParserAttribute> parserAttributes
-
-
Constructor Detail
-
Vertex
public Vertex(ForestNode node, java.util.List<ParserAttribute> parserAttributes)
-
-
Method Detail
-
getChoices
public java.util.List<Family> getChoices()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-