Class VinciAnalysisEngineServiceAdapter

    • Constructor Detail

      • VinciAnalysisEngineServiceAdapter

        public VinciAnalysisEngineServiceAdapter()
    • Method Detail

      • initialize

        public boolean initialize​(ResourceSpecifier aSpecifier,
                                  Map aAdditionalParams)
                           throws ResourceInitializationException
        Description copied from interface: Resource
        Initializes this Resource from a ResourceSpecifier. Applications do not need to call this method. It is called automatically by the ResourceFactory and cannot be called a second time.
        Specified by:
        initialize in interface AnalysisEngine
        Specified by:
        initialize in interface Resource
        Overrides:
        initialize in class AnalysisEngineImplBase
        Parameters:
        aSpecifier - specifies how to create a resource or locate an existing resource service.
        aAdditionalParams - a Map containing additional parameters. May be null if there are no parameters. Each class that implements this interface can decide what additional parameters it supports.
        Returns:
        true if and only if initialization completed successfully. Reutrns false if the given ResourceSpecifier is not of an appropriate type for this Resource. If the ResourceSpecifier is of an appropriate type but is invalid or if some other failure occurs, an exception should be thrown.
        Throws:
        ResourceInitializationException - if a failure occurs during initialization.
        See Also:
        Resource.initialize(ResourceSpecifier, Map)