Class ExternalResourceExample2.SharedModel

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

public static final class ExternalResourceExample2.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.