Class VarLogic


  • public class VarLogic
    extends java.lang.Object
    Using Var and Val for variables.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      VarLogic()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setValues​(Var<Person> person, Var<java.lang.String> description)  
      • Methods inherited from class java.lang.Object

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

      • VarLogic

        public VarLogic()
    • Method Detail

      • setValues

        @Next("use")
        public static void setValues​(Var<Person> person,
                                     Var<java.lang.String> description)