Uses of Class
gate.Factory.DuplicationContext

Packages that use Factory.DuplicationContext
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
gate.creole   
gate.creole.gazetteer   
gate.creole.morph   
 

Uses of Factory.DuplicationContext in gate
 

Methods in gate with parameters of type Factory.DuplicationContext
protected static void Factory.checkDuplicationContext(Factory.DuplicationContext ctx)
          Throws an exception if the specified duplication context is null or not active.
static Resource Factory.defaultDuplicate(Resource res, Factory.DuplicationContext ctx)
          Implementation of the default duplication algorithm described in the comment for Factory.duplicate(Resource).
static FeatureMap Factory.duplicate(FeatureMap fm, Factory.DuplicationContext ctx)
          Construct a feature map that is a copy of the one provided except that any Resource values in the map are replaced by their duplicates.
static Resource Factory.duplicate(Resource res, Factory.DuplicationContext ctx)
          Create a duplicate of the given resource, using the provided context.
 

Uses of Factory.DuplicationContext in gate.corpora
 

Methods in gate.corpora with parameters of type Factory.DuplicationContext
 Resource CorpusImpl.duplicate(Factory.DuplicationContext ctx)
          Custom duplication for a corpus - duplicate this corpus in the usual way, then duplicate the documents in this corpus and add them to the duplicate.
 Resource SerialCorpusImpl.duplicate(Factory.DuplicationContext ctx)
          SerialCorpusImpl does not support duplication.
 

Uses of Factory.DuplicationContext in gate.creole
 

Methods in gate.creole with parameters of type Factory.DuplicationContext
 Resource ConditionalSerialController.duplicate(Factory.DuplicationContext ctx)
          Custom duplication method for conditional controllers to handle duplicating the running strategies.
 Resource CustomDuplication.duplicate(Factory.DuplicationContext ctx)
           Create a duplicate of this resource.
 Resource SerialController.duplicate(Factory.DuplicationContext ctx)
          Duplicate this controller.
 

Uses of Factory.DuplicationContext in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer with parameters of type Factory.DuplicationContext
 Resource DefaultGazetteer.duplicate(Factory.DuplicationContext ctx)
          Use a SharedDefaultGazetteer to duplicate this gazetteer by sharing the internal FSM rather than re-loading the lists.
 

Uses of Factory.DuplicationContext in gate.creole.morph
 

Methods in gate.creole.morph with parameters of type Factory.DuplicationContext
 Resource Morph.duplicate(Factory.DuplicationContext ctx)
          Duplicate this morpher, sharing the compiled regular expression patterns and finite state machine with the duplicate.