Class MainDaiDispatcher

java.lang.Object
de.unibamberg.minf.gtf.commands.BaseCommands
de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
de.unibamberg.minf.gtf.extensions.dai.dispatcher.MainDaiDispatcher
All Implemented Interfaces:
de.unibamberg.minf.gtf.commands.CommandDispatcher, de.unibamberg.minf.gtf.commands.Commands

public class MainDaiDispatcher extends de.unibamberg.minf.gtf.commands.BaseCommandDispatcher implements de.unibamberg.minf.gtf.commands.CommandDispatcher
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher

    de.unibamberg.minf.gtf.commands.BaseCommandDispatcher.DispatcherWithLocalCommand
  • Field Summary

    Fields inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    SIMPLE_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher>
     
    Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher>
     
    void
    setDaiCommandsDispatcherMap(Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher> daiCommandsDispatcherMap)
     

    Methods inherited from class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher

    convert, execute, executeDirect, findExecutingDispatcher, supports, supportsConversion, supportsDirect

    Methods inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, isCollectionType, isNullValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.unibamberg.minf.gtf.commands.CommandDispatcher

    execute, supports, supportsDirect

    Methods inherited from interface de.unibamberg.minf.gtf.commands.Commands

    convert, convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, isCollectionType, isNullValue, supportsConversion
  • Constructor Details

    • MainDaiDispatcher

      public MainDaiDispatcher()
  • Method Details

    • getDaiCommandsDispatcherMap

      public Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher> getDaiCommandsDispatcherMap()
    • setDaiCommandsDispatcherMap

      public void setDaiCommandsDispatcherMap(Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher> daiCommandsDispatcherMap)
    • getSubordinateDispatchers

      public Map<String,de.unibamberg.minf.gtf.commands.CommandDispatcher> getSubordinateDispatchers()
      Specified by:
      getSubordinateDispatchers in interface de.unibamberg.minf.gtf.commands.Commands
      Overrides:
      getSubordinateDispatchers in class de.unibamberg.minf.gtf.commands.BaseCommands