Package com.exedio.dsmf
Class Node
- java.lang.Object
-
- com.exedio.dsmf.Node
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Node.Color
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists()
Node.Color
getCumulativeColor()
String
getError()
Node.Color
getParticularColor()
boolean
required()
-
-
-
Method Detail
-
required
public final boolean required()
-
exists
public final boolean exists()
-
getError
public final String getError()
-
getParticularColor
public final Node.Color getParticularColor()
-
getCumulativeColor
public final Node.Color getCumulativeColor()
-
-