org.apache.uima.resourceSpecifier.factory
Interface DelegateAnalysisEngine

All Known Subinterfaces:
AggregateDelegateEngine, ColocatedDelegateEngine, RemoteDelegateEngine
All Known Implementing Classes:
AggregateDelegateEngineImpl, ColocatedDelegateEngineImpl, RemoteDelegateEngineImpl

public interface DelegateAnalysisEngine

The Interface DelegateAnalysisEngine.


Method Summary
 CasMultiplier getCasMultiplier()
          Gets the cas multiplier.
 DelegateConfiguration getConfiguration()
          Gets the configuration.
 String getKey()
          Gets the key.
 int getReplyQueueScaleup()
          Gets the reply queue scaleup.
 boolean isAggregate()
          Checks if is aggregate.
 boolean isRemote()
          Checks if is remote.
 void setCasMultiplier(CasMultiplier cm)
          Sets the cas multiplier.
 void setKey(String key)
          Sets the key.
 void setReplyQueueScaleup(int scaleup)
          Sets the reply queue scaleup.
 

Method Detail

getKey

String getKey()
Gets the key.

Returns:
the key

setKey

void setKey(String key)
Sets the key.

Parameters:
key - the new key

getReplyQueueScaleup

int getReplyQueueScaleup()
Gets the reply queue scaleup.

Returns:
the reply queue scaleup

setReplyQueueScaleup

void setReplyQueueScaleup(int scaleup)
Sets the reply queue scaleup.

Parameters:
scaleup - the new reply queue scaleup

getCasMultiplier

CasMultiplier getCasMultiplier()
Gets the cas multiplier.

Returns:
the cas multiplier

setCasMultiplier

void setCasMultiplier(CasMultiplier cm)
Sets the cas multiplier.

Parameters:
cm - the new cas multiplier

getConfiguration

DelegateConfiguration getConfiguration()
Gets the configuration.

Returns:
the configuration

isRemote

boolean isRemote()
Checks if is remote.

Returns:
true, if is remote

isAggregate

boolean isAggregate()
Checks if is aggregate.

Returns:
true, if is aggregate


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