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()ImmutableBitSetcolours()intheight()
-
-
-
Method Detail
-
colours
ImmutableBitSet colours()
-
children
List<? extends ZielonkaTreeTransformations.ZielonkaTree> children()
-
height
int height()
-
-