Class DecimalStringInputAgentBuilder

java.lang.Object
org.zkoss.zats.mimic.impl.operation.input.AbstractInputAgentBuilder
org.zkoss.zats.mimic.impl.operation.input.DecimalStringInputAgentBuilder
All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,InputAgent>

public class DecimalStringInputAgentBuilder extends AbstractInputAgentBuilder
Author:
dennis
  • Constructor Details

    • DecimalStringInputAgentBuilder

      public DecimalStringInputAgentBuilder()
  • Method Details

    • getOperation

      public InputAgent getOperation(ComponentAgent agent)
      Description copied from interface: OperationAgentBuilder
      This method create and return a specific implementation of OperationAgent object for specified OperationAgent class. Similar to factory pattern.
      Returns:
      the operation agent