Class Template


  • public abstract class Template
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Template()  
    • Constructor Detail

      • Template

        public Template()
    • Method Detail

      • createAnd

        public abstract CreateAnd createAnd()
        Set up a CreateAndExerciseCommand; invoke an exercise method on the result of this to finish creating the command, or convert to an interface first with toInterface to invoke an interface exercise method.