Uses of Interface
org.apache.nlpcraft.model.NCLifecycle
-
Packages that use NCLifecycle Package Description org.apache.nlpcraft.model Contains main API for defining data models.org.apache.nlpcraft.model.opencensus Contains OpenCensus integration components. -
-
Uses of NCLifecycle in org.apache.nlpcraft.model
Subinterfaces of NCLifecycle in org.apache.nlpcraft.model Modifier and Type Interface Description interface
NCCustomParser
Custom model element parser for programmatic NER implementations.interface
NCModel
User-defined data model.interface
NCValueLoader
Dynamic value loader that can be used by model elements to dynamically load or create their values.Classes in org.apache.nlpcraft.model that implement NCLifecycle Modifier and Type Class Description class
NCModelAdapter
Adapter for data models.class
NCModelFileAdapter
Adapter for data models that can load model configuration from external JSON/YAML file. -
Uses of NCLifecycle in org.apache.nlpcraft.model.opencensus
Classes in org.apache.nlpcraft.model.opencensus that implement NCLifecycle Modifier and Type Class Description class
NCBaseTraceExporter
Base class for OpenCensus trace exporters.class
NCJaegerExporter
Probe lifecycle component that manages OpenCensus Jaeger trace exporter.class
NCPrometheusExporter
Probe lifecycle component that manages OpenCensus Prometheus stats exporter.class
NCStackdriverStatsExporter
Probe lifecycle component that manages OpenCensus Stackdriver stats exporter.class
NCStackdriverTraceExporter
Probe lifecycle component that manages OpenCensus Stackdriver trace exporter.class
NCZipkinExporter
Probe lifecycle component that manages OpenCensus Zipkin trace exporter.
-