Class ZielonkaTreeTransformations.ZielonkaState<S>
- java.lang.Object
 - 
- owl.automaton.acceptance.transformer.ZielonkaTreeTransformations.ZielonkaState<S>
 
 
- 
- All Implemented Interfaces:
 AnnotatedState<S>
- Enclosing class:
 - ZielonkaTreeTransformations
 
public abstract static class ZielonkaTreeTransformations.ZielonkaState<S> extends Object implements AnnotatedState<S>
 
- 
- 
Constructor Summary
Constructors Constructor Description ZielonkaState() 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static <S> ZielonkaTreeTransformations.ZielonkaState<S>of(S state, ZielonkaTreeTransformations.Path path)abstract ZielonkaTreeTransformations.Pathpath()abstract Sstate() 
 - 
 
- 
- 
Method Detail
- 
state
public abstract S state()
- Specified by:
 statein interfaceAnnotatedState<S>
 
- 
path
public abstract ZielonkaTreeTransformations.Path path()
 
- 
of
public static <S> ZielonkaTreeTransformations.ZielonkaState<S> of(S state, ZielonkaTreeTransformations.Path path)
 
 - 
 
 -