Class ExternalResourceExample.SharedModel

java.lang.Object
org.apache.uima.fit.examples.resource.ExternalResourceExample.SharedModel
All Implemented Interfaces:
SharedResourceObject
Enclosing class:
ExternalResourceExample

public static final class ExternalResourceExample.SharedModel extends Object implements SharedResourceObject
Simple model that only stores the URI it was loaded from. Normally data would be loaded from the URI instead and made accessible through methods in this class. This simple example only allows to access the URI.