Uses of Interface
de.uni_trier.wi2.procake.dependency.DependencyModel
-
Packages that use DependencyModel Package Description de.uni_trier.wi2.procake CAKE component overview.de.uni_trier.wi2.procake.data.io.xml XML parser and writer for all data and model classesde.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.dependency.impl -
-
Uses of DependencyModel in de.uni_trier.wi2.procake
Methods in de.uni_trier.wi2.procake that return DependencyModel Modifier and Type Method Description static DependencyModelCakeInstance. getDependencyModel()Method, that returns the dependency model.static DependencyModelCakeInstance. initDefaultDependencyModel(String dependencyModelPath, WriteableObjectPool casebase)Method, that initializes the dependency model from an XML file. -
Uses of DependencyModel in de.uni_trier.wi2.procake.data.io.xml
Methods in de.uni_trier.wi2.procake.data.io.xml with parameters of type DependencyModel Modifier and Type Method Description voidDependencyParser. setDependencyModelToBeInitialized(DependencyModel dependencyModel)Method, that passes the model of dependency knowledge to the dependency parser. -
Uses of DependencyModel in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type DependencyModel Modifier and Type Method Description voidDependencyParserImpl. setDependencyModelToBeInitialized(DependencyModel dependencyModel)Method, that passes the model of dependency knowledge to the dependency parser.Constructors in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type DependencyModel Constructor Description DependencyHandler(WriteableObjectPool casebase, DependencyModel dependencyModel)Constructor for DependencyHandler. -
Uses of DependencyModel in de.uni_trier.wi2.procake.dependency.impl
Classes in de.uni_trier.wi2.procake.dependency.impl that implement DependencyModel Modifier and Type Class Description classDependencyModelImplImplementation ofDependencyModel.
-