Class ZielonkaTreeTransformations.Path
- java.lang.Object
-
- owl.automaton.acceptance.transformer.ZielonkaTreeTransformations.Path
-
- Enclosing class:
- ZielonkaTreeTransformations
public abstract static class ZielonkaTreeTransformations.Path extends Object
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract com.google.common.primitives.ImmutableIntArray
indices()
static ZielonkaTreeTransformations.Path
of()
static ZielonkaTreeTransformations.Path
of(com.google.common.primitives.ImmutableIntArray indices)
-
-
-
Method Detail
-
indices
public abstract com.google.common.primitives.ImmutableIntArray indices()
-
of
public static ZielonkaTreeTransformations.Path of()
-
of
public static ZielonkaTreeTransformations.Path of(com.google.common.primitives.ImmutableIntArray indices)
-
-