Uses of Interface
de.uni_trier.wi2.procake.dependency.Dependency
-
Packages that use Dependency Package Description de.uni_trier.wi2.procake.data.object Provides interfaces of all data objects.de.uni_trier.wi2.procake.dependency de.uni_trier.wi2.procake.dependency.impl de.uni_trier.wi2.procake.retrieval Retrieval package descriptionde.uni_trier.wi2.procake.retrieval.impl -
-
Uses of Dependency in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return Dependency Modifier and Type Method Description DependencyDataObjectUtils. createDependency(String dependencyTypeName, DataObject sourceCase, DataObject targetCase)DependencyDataObjectUtils. createDependency(String dependencyType, DataObject sourceCase, DataObject targetCase, NESTGraphItemObject sourceCaseItem, NESTGraphItemObject targetCaseItem)DependencyDataObjectUtils. createDependency(String dependencyType, DataObject sourceCase, DataObject targetCase, NESTGraphItemObject sourceCaseItem, NESTGraphItemObject targetCaseItem, DataObject sourceCaseItemSemanticDescriptor, DataObject targetCaseItemSemanticDescriptor) -
Uses of Dependency in de.uni_trier.wi2.procake.dependency
Methods in de.uni_trier.wi2.procake.dependency that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency>DependencyModel. getDependencies()Method, that returns all dependencies saved in the model.Set<Dependency>DependencyModel. getDependencies(String dependencyName, DataObject sourceObject, DataObject targetObject)Method, that returns a set of dependencies, that match the given name of the dependency class and the used source and target objects.Methods in de.uni_trier.wi2.procake.dependency with parameters of type Dependency Modifier and Type Method Description voidDependencyModel. addDependency(Dependency dependency)Method, that adds a dependency to the dependency model.booleanDependency. hasSameValueAsIn(Dependency otherDependency)Method, that checks, if two dependencies are of the same type and contain the same elements.Method parameters in de.uni_trier.wi2.procake.dependency with type arguments of type Dependency Modifier and Type Method Description voidDependencyModel. addDependencies(Collection<Dependency> dependencies)Method, that adds a collection of dependencies to the dependency model. -
Uses of Dependency in de.uni_trier.wi2.procake.dependency.impl
Classes in de.uni_trier.wi2.procake.dependency.impl that implement Dependency Modifier and Type Class Description classDependencyImplImplementation ofDependency.Methods in de.uni_trier.wi2.procake.dependency.impl that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency>DependencyModelImpl. getDependencies()Set<Dependency>DependencyModelImpl. getDependencies(String dependencyName, DataObject sourceObject, DataObject targetObject)Methods in de.uni_trier.wi2.procake.dependency.impl with parameters of type Dependency Modifier and Type Method Description voidDependencyModelImpl. addDependency(Dependency dependency)booleanDependencyImpl. hasSameValueAsIn(Dependency otherDependency)Method parameters in de.uni_trier.wi2.procake.dependency.impl with type arguments of type Dependency Modifier and Type Method Description voidDependencyModelImpl. addDependencies(Collection<Dependency> dependencies) -
Uses of Dependency in de.uni_trier.wi2.procake.retrieval
Methods in de.uni_trier.wi2.procake.retrieval that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>DependencyQuery. getDependencies()Method, that returns a list of the desired dependencies.Methods in de.uni_trier.wi2.procake.retrieval with parameters of type Dependency Modifier and Type Method Description voidDependencyQuery. addDependency(Dependency dependency)Method, that adds a dependency to the query. -
Uses of Dependency in de.uni_trier.wi2.procake.retrieval.impl
Methods in de.uni_trier.wi2.procake.retrieval.impl that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>DependencyQueryImpl. getDependencies()Methods in de.uni_trier.wi2.procake.retrieval.impl with parameters of type Dependency Modifier and Type Method Description voidDependencyQueryImpl. addDependency(Dependency dependency)
-