org.apache.uima.resourceSpecifier.factory
Interface Delegates

All Known Implementing Classes:
DelegatesImpl

public interface Delegates

The Interface Delegates.


Method Summary
 void addDelegate(DelegateAnalysisEngine dae)
          Adds the delegate.
 List<ColocatedDelegateEngine> getColocatedDelegateEngine()
          Gets the colocated delegate engine.
 List<DelegateAnalysisEngine> getDelegates()
          Gets the delegates.
 List<RemoteDelegateEngine> getRemoteDelegates()
          Gets the remote delegates.
 

Method Detail

getDelegates

List<DelegateAnalysisEngine> getDelegates()
Gets the delegates.

Returns:
the delegates

addDelegate

void addDelegate(DelegateAnalysisEngine dae)
Adds the delegate.

Parameters:
dae - the dae

getRemoteDelegates

List<RemoteDelegateEngine> getRemoteDelegates()
Gets the remote delegates.

Returns:
the remote delegates

getColocatedDelegateEngine

List<ColocatedDelegateEngine> getColocatedDelegateEngine()
Gets the colocated delegate engine.

Returns:
the colocated delegate engine


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.