Alle Klassen und Schnittstellen
Klasse
Beschreibung
A class holding configuration data for the application and allowing for easy access to the configuration.
A Controller for database operations related to the components collection.
A class that is responsible for handling incoming requests to the /components path group.
A Controller for database operations related to the documents collection.
This class is a utility to have easier access to input and output settings of an
IDUUIProcessHandler
.A Controller for database operations related to the events collection.
A class containing metrics for requests and means to update them.
A class that groups different providers for metrics and exports them.
A utility class for setting up and retrieving information about the database including its collections.
A Controller for database operations related to the pipelines collection.
A class that is responsible for handling incoming requests to the /pipelines path group.
A Controller for database operations related to the processes collection.
A class containing process related metrics and means to update them.
A class that is responsible for handling incoming requests to the /processes path group.
A utility class to handle common operations on
Request
and Response
objects.The default ProcessHandler implementing the
IDUUIProcessHandler
interface.A class containing database related metrics and means to update them.
A class containing system metrics and means to update them.
A Controller for database operations related to the users collection.
Work in Progress.
An interface for running processes with DUUI.
A custom
Exception
thrown when a user is out of workers.A custom
Exception
thrown when a DUUIDocumentProvider
has incorrect settings.A simple HTTP server that uses the fastText model to detect the language of a text.
The entry point to the DUUIRestService application.
A class to set up the Java Spark path groups.
A convenience class that groups common filters applied to collections including limit, skip, sort,
order, search, and comparison filters into a single object for easy access.
A class that holds static String variables representing Input and Output Sources.
A class holding variables representing the role of a user.
StanfordLemma
StanfordNer is a simple HTTP server that uses StanfordCoreNLP to perform Named Entity Recognition on a text.
StanfordPos is a simple HTTP server that uses StanfordCoreNLP to perform POS tagging on text.
StanfordToken is a simple HTTP server that provides a communication layer for UIMA and Stanford CoreNLP.