Class StateMachineFactory.TransitionWrapper

  • Enclosing class:
    StateMachineFactory

    private static class StateMachineFactory.TransitionWrapper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.annotation.Annotation annotation  
      private java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransitionWrapper​(java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz, java.lang.annotation.Annotation annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private <T> T getParameter​(java.lang.String name, java.lang.Class<T> returnType)  
      (package private) java.lang.String[] in()  
      (package private) java.lang.String next()  
      (package private) java.lang.Object[] on()  
      (package private) int weight()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • transitionClazz

        private final java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz
      • annotation

        private final java.lang.annotation.Annotation annotation
    • Constructor Detail

      • TransitionWrapper

        public TransitionWrapper​(java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz,
                                 java.lang.annotation.Annotation annotation)
    • Method Detail

      • on

        java.lang.Object[] on()
      • in

        java.lang.String[] in()
      • next

        java.lang.String next()
      • weight

        int weight()
      • getParameter

        private <T> T getParameter​(java.lang.String name,
                                   java.lang.Class<T> returnType)