Interface ZielonkaTreeTransformations.ZielonkaTree
-
- All Known Implementing Classes:
ZielonkaTreeTransformations.AlternatingCycleDecomposition
,ZielonkaTreeTransformations.ConditionalZielonkaTree
- Enclosing class:
- ZielonkaTreeTransformations
public static interface ZielonkaTreeTransformations.ZielonkaTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends ZielonkaTreeTransformations.ZielonkaTree>
children()
ImmutableBitSet
colours()
int
height()
-
-
-
Method Detail
-
colours
ImmutableBitSet colours()
-
children
List<? extends ZielonkaTreeTransformations.ZielonkaTree> children()
-
height
int height()
-
-