public class ParenthesisRefVertex extends AbstractInliningVertex<ParenthesisArc> implements ParenthesisVertex
nonTerminal| Constructor and Description |
|---|
ParenthesisRefVertex(NonTerminal nonTerminal,
int u,
ParenthesisType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ParenthesisType |
getType() |
int |
getU() |
int |
hashCode() |
boolean |
isActualParanthesis() |
String |
toString() |
addArch, addBackArc, getArcs, getBackArcs, getNonTerminal, removeArcTopublic ParenthesisRefVertex(NonTerminal nonTerminal, int u, ParenthesisType type)
public ParenthesisType getType()
getType in interface ParenthesisTypeInfopublic int getU()
public boolean isActualParanthesis()
isActualParanthesis in interface ParenthesisVertexCopyright © 2008-2013 Mathias Schwarz.