jar

fr.lirmm.graphik : graal-homomorphism

Maven & Gradle

Mar 15, 2018
14 usages

fr.lirmm.graphik:graal-homomorphism · The Homomorphism module implements algorithms to query data.

Table Of Contents

Latest Version

Download fr.lirmm.graphik : graal-homomorphism JAR file - Latest Versions:

All Versions

Download fr.lirmm.graphik : graal-homomorphism JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x
0.9.x
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window graal-homomorphism-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

fr.lirmm.graphik.graal.homomorphism.backjumping

├─ fr.lirmm.graphik.graal.homomorphism.backjumping.BackJumping.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.backjumping.GraphBaseBackJumping.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.backjumping.NoBackJumping.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.checker

├─ fr.lirmm.graphik.graal.homomorphism.checker.AtomicQueryHomomorphismChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.checker.AtomicQueryHomomorphismWithNegatedPartsChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.checker.BacktrackChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.checker.BacktrackWithNegatedPartsChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.checker.DefaultUnionConjunctiveQueriesChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.checker.FullyInstantiatedQueryHomomorphismChecker.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.utils

├─ fr.lirmm.graphik.graal.homomorphism.utils.BacktrackUtils.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.utils.EqualityHandlerConverter.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.utils.EqualityUtils.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.utils.HomomorphismIteratorChecker.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.utils.ProbaUtils.class - [JAR]

fr.lirmm.graphik.graal.homomorphism

├─ fr.lirmm.graphik.graal.homomorphism.AbstractHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.AbstractHomomorphismWithCompilation.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.Atom2SubstitutionConverter.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.AtomicQueryHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.AtomicQueryHomomorphismWithNegatedParts.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackException.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackHomomorphismPattern.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackHomomorphismWithNegatedParts.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackIterator.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.BacktrackIteratorData.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.DefaultUCQHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.DefaultUCQHomomorphismWithCompilation.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.FullyInstantiatedQueryHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.NegFilter.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.PreparedBacktrackHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.PureHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.PureHomomorphismImpl.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.RecursiveBacktrackHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.SmartHomomorphism.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.UnionConjunctiveQueriesSubstitutionIterator.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.Var.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.VarSharedData.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.bbc

├─ fr.lirmm.graphik.graal.homomorphism.bbc.BCC.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bbc.BCCBackJumping.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bbc.BCCScheduler.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bbc.IntegerComparator.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bbc.VarData.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.scheduler

├─ fr.lirmm.graphik.graal.homomorphism.scheduler.DefaultScheduler.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.scheduler.FixedOrderScheduler.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.scheduler.PatternScheduler.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.scheduler.Scheduler.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.bootstrapper

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.AllDomainBootstrapper.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.Bootstrapper.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.BootstrapperUtils.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.DefaultBootstrapper.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.StarBootstrapper.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.bootstrapper.StatBootstrapper.class - [JAR]

fr.lirmm.graphik.graal.homomorphism.forward_checking

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.AbstractNFC.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.ForwardChecking.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.NFC0.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.NFC2.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.NFC2WithLimit.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.NoForwardChecking.class - [JAR]

├─ fr.lirmm.graphik.graal.homomorphism.forward_checking.SimpleFC.class - [JAR]

Advertisement

Dependencies from Group

Mar 15, 2018
45 usages
38 stars
Mar 15, 2018
31 usages
38 stars
Mar 15, 2018
28 usages
38 stars
Mar 15, 2018
26 usages
38 stars
Mar 15, 2018
18 usages
38 stars

Discover Dependencies

Apr 27, 2017
18 usages
185 stars
Sep 03, 2015
28 usages
May 16, 2016
13 usages
0 stars
Feb 09, 2023
19 usages
102 stars
Feb 09, 2023
18 usages
102 stars
Apr 14, 2023
12 usages
May 02, 2023
15 usages
259 stars
May 02, 2023
14 usages
May 23, 2019
23 usages