org.cogchar.bundle.demo.convo
Class ConvoResponseFilter<R extends GenRespWithConf>

java.lang.Object
  extended by org.cogchar.bundle.demo.convo.ConvoResponseFilter<R>
All Implemented Interfaces:
org.jflux.api.core.Adapter<R,R>

public class ConvoResponseFilter<R extends GenRespWithConf>
extends Object
implements org.jflux.api.core.Adapter<R,R>

Author:
Matthew Stevenson

Constructor Summary
ConvoResponseFilter(org.jflux.api.core.Listener<org.robokind.api.messaging.services.ServiceCommand> commandListener, org.robokind.api.messaging.services.ServiceCommandFactory commandFactory, org.jflux.api.core.Listener<org.robokind.api.messaging.services.ServiceCommand> animPromptListener)
           
 
Method Summary
 R adapt(R in)
           
static String trimPannousSource(String resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvoResponseFilter

public ConvoResponseFilter(org.jflux.api.core.Listener<org.robokind.api.messaging.services.ServiceCommand> commandListener,
                           org.robokind.api.messaging.services.ServiceCommandFactory commandFactory,
                           org.jflux.api.core.Listener<org.robokind.api.messaging.services.ServiceCommand> animPromptListener)
Method Detail

adapt

public R adapt(R in)
Specified by:
adapt in interface org.jflux.api.core.Adapter<R extends GenRespWithConf,R extends GenRespWithConf>

trimPannousSource

public static String trimPannousSource(String resp)


Copyright © 2010-2014. All Rights Reserved.