org.apache.uima.resourceSpecifier.factory.impl
Class DelegatesImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.DelegatesImpl
All Implemented Interfaces:
Delegates

public class DelegatesImpl
extends Object
implements Delegates

The Class DelegatesImpl.


Constructor Summary
DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt, AggregateDelegateEngine aggregateEngine, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new delegates impl.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatesImpl

public DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt,
                     AggregateDelegateEngine aggregateEngine,
                     ServiceContext context,
                     DelegateConfiguration... delegateConfigurations)
Instantiates a new delegates impl.

Parameters:
dt - the dt
aggregateEngine - the aggregate engine
context - the context
delegateConfigurations - the delegate configurations
Method Detail

getDelegates

public List<DelegateAnalysisEngine> getDelegates()
Description copied from interface: Delegates
Gets the delegates.

Specified by:
getDelegates in interface Delegates
Returns:
the delegates

addDelegate

public void addDelegate(DelegateAnalysisEngine dae)
Description copied from interface: Delegates
Adds the delegate.

Specified by:
addDelegate in interface Delegates
Parameters:
dae - the dae

getRemoteDelegates

public List<RemoteDelegateEngine> getRemoteDelegates()
Description copied from interface: Delegates
Gets the remote delegates.

Specified by:
getRemoteDelegates in interface Delegates
Returns:
the remote delegates

getColocatedDelegateEngine

public List<ColocatedDelegateEngine> getColocatedDelegateEngine()
Description copied from interface: Delegates
Gets the colocated delegate engine.

Specified by:
getColocatedDelegateEngine in interface Delegates
Returns:
the colocated delegate engine


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