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

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

public class ServiceImpl
extends Object
implements Service

The Class ServiceImpl.


Constructor Summary
protected ServiceImpl(org.apache.uima.resourceSpecifier.ServiceType st, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new service impl.
 
Method Summary
 InputQueue getInputQueue()
          Gets the input queue.
 TopDescriptor getTopDescriptor()
          Gets the top descriptor.
 TopLevelAnalysisEngine getTopLevelAnalysisEngine()
          Gets the top level analysis engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceImpl

protected ServiceImpl(org.apache.uima.resourceSpecifier.ServiceType st,
                      ServiceContext context,
                      DelegateConfiguration... delegateConfigurations)
Instantiates a new service impl.

Parameters:
st - the st
context - the context
delegateConfigurations - the delegate configurations
Method Detail

getInputQueue

public InputQueue getInputQueue()
Description copied from interface: Service
Gets the input queue.

Specified by:
getInputQueue in interface Service
Returns:
the input queue

getTopDescriptor

public TopDescriptor getTopDescriptor()
Description copied from interface: Service
Gets the top descriptor.

Specified by:
getTopDescriptor in interface Service
Returns:
the top descriptor

getTopLevelAnalysisEngine

public TopLevelAnalysisEngine getTopLevelAnalysisEngine()
Description copied from interface: Service
Gets the top level analysis engine.

Specified by:
getTopLevelAnalysisEngine in interface Service
Returns:
the top level analysis engine


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