Interface DependencyParser

  • All Superinterfaces:
    IO, Reader
    All Known Implementing Classes:
    DependencyParserImpl

    public interface DependencyParser
    extends Reader
    Interface for XML dependency parser.
    Author:
    Rahol Kumar, Alexander Schultheis
    • Method Detail

      • setDependencyModelToBeInitialized

        void setDependencyModelToBeInitialized​(DependencyModel dependencyModel)
        Method, that passes the model of dependency knowledge to the dependency parser.
        Parameters:
        dependencyModel - Model of dependency knowledge.