All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download integraal-model JAR 1.6.1 with all dependencies


Main objects for integraal

Files of the artifact integraal-model version 1.6.1 from the group fr.lirmm.graphik.

Artifact integraal-model
Group fr.lirmm.graphik
Version 1.6.1
Last update 13. November 2024
Tags: integraal objects main
Organization not specified
URL https://gitlab.inria.fr/rules/integraal/integraal-model
License Apache License, Version 2.0
Dependencies amount 5
Dependencies slf4j-api, logback-classic, guava, commons-lang3, commons-collections4,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of integraal-model Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of integraal-model version 1.6.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.fr.lirmm.graphik.integraal-model
META-INF.maven.fr.lirmm.graphik.integraal-model.META-INF.maven.fr.lirmm.graphik.integraal-model.pom.properties
META-INF.maven.fr.lirmm.graphik.integraal-model.META-INF.maven.fr.lirmm.graphik.integraal-model.pom.xml
fr.boreal.model.component
fr.boreal.model.component.fr.boreal.model.component.InteGraalKeywords
fr.boreal.model.formula
fr.boreal.model.formula.fr.boreal.model.formula.FOFormulas
fr.boreal.model.formula.api
fr.boreal.model.formula.api.fr.boreal.model.formula.api.CompoundFOFormula
fr.boreal.model.formula.api.fr.boreal.model.formula.api.FOFormula
fr.boreal.model.formula.api.fr.boreal.model.formula.api.FOFormulaConjunction
fr.boreal.model.formula.api.fr.boreal.model.formula.api.FOFormulaDisjunction
fr.boreal.model.formula.api.fr.boreal.model.formula.api.FOFormulaNegation
fr.boreal.model.formula.factory
fr.boreal.model.formula.factory.fr.boreal.model.formula.factory.FOFormulaFactory
fr.boreal.model.formula.impl
fr.boreal.model.formula.impl.fr.boreal.model.formula.impl.FOConjunctionFactBaseWrapper
fr.boreal.model.formula.impl.fr.boreal.model.formula.impl.FOConjunctionImpl
fr.boreal.model.formula.impl.fr.boreal.model.formula.impl.FODisjunctionImpl
fr.boreal.model.formula.impl.fr.boreal.model.formula.impl.FONegationImpl
fr.boreal.model.functions
fr.boreal.model.functions.fr.boreal.model.functions.IntegraalInvokers
fr.boreal.model.functions.fr.boreal.model.functions.Invoker
fr.boreal.model.functions.fr.boreal.model.functions.JavaMethodInvoker
fr.boreal.model.kb.api
fr.boreal.model.kb.api.fr.boreal.model.kb.api.CSVCopyable
fr.boreal.model.kb.api.fr.boreal.model.kb.api.ColumnType
fr.boreal.model.kb.api.fr.boreal.model.kb.api.DatalogDelegable
fr.boreal.model.kb.api.fr.boreal.model.kb.api.FactBase
fr.boreal.model.kb.api.fr.boreal.model.kb.api.FactBaseType
fr.boreal.model.kb.api.fr.boreal.model.kb.api.KnowledgeBase
fr.boreal.model.kb.api.fr.boreal.model.kb.api.Readable
fr.boreal.model.kb.api.fr.boreal.model.kb.api.RuleBase
fr.boreal.model.kb.api.fr.boreal.model.kb.api.Writeable
fr.boreal.model.kb.impl
fr.boreal.model.kb.impl.fr.boreal.model.kb.impl.FactBaseDescription
fr.boreal.model.kb.impl.fr.boreal.model.kb.impl.KnowledgeBaseImpl
fr.boreal.model.kb.impl.fr.boreal.model.kb.impl.RuleBaseImpl
fr.boreal.model.logicalElements.api
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Atom
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.ComputedAtom
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Constant
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.FunctionalTerm
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Literal
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Predicate
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.StoredFunctionalTerm
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Substitution
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Term
fr.boreal.model.logicalElements.api.fr.boreal.model.logicalElements.api.Variable
fr.boreal.model.logicalElements.factory.api
fr.boreal.model.logicalElements.factory.api.fr.boreal.model.logicalElements.factory.api.PredicateFactory
fr.boreal.model.logicalElements.factory.api.fr.boreal.model.logicalElements.factory.api.TermFactory
fr.boreal.model.logicalElements.factory.impl
fr.boreal.model.logicalElements.factory.impl.fr.boreal.model.logicalElements.factory.impl.FactoryConstants
fr.boreal.model.logicalElements.factory.impl.fr.boreal.model.logicalElements.factory.impl.SameObjectPredicateFactory
fr.boreal.model.logicalElements.factory.impl.fr.boreal.model.logicalElements.factory.impl.SameObjectTermFactory
fr.boreal.model.logicalElements.functional
fr.boreal.model.logicalElements.functional.fr.boreal.model.logicalElements.functional.AllVariablesInSubstitutionMapToConstant
fr.boreal.model.logicalElements.functional.fr.boreal.model.logicalElements.functional.SpecificVariablesInSubstitutionMapToConstant
fr.boreal.model.logicalElements.impl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.AtomImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.ComputedAtomImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.ConstantImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.FreshVariableImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.FunctionalTermImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.LiteralImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.PredicateImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.StoredFunctionalTermImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.SubstitutionImpl
fr.boreal.model.logicalElements.impl.fr.boreal.model.logicalElements.impl.VariableImpl
fr.boreal.model.logicalElements.impl.identityObjects
fr.boreal.model.logicalElements.impl.identityObjects.fr.boreal.model.logicalElements.impl.identityObjects.IdentityConstantImpl
fr.boreal.model.logicalElements.impl.identityObjects.fr.boreal.model.logicalElements.impl.identityObjects.IdentityFreshVariableImpl
fr.boreal.model.logicalElements.impl.identityObjects.fr.boreal.model.logicalElements.impl.identityObjects.IdentityLiteralImpl
fr.boreal.model.logicalElements.impl.identityObjects.fr.boreal.model.logicalElements.impl.identityObjects.IdentityPredicateImpl
fr.boreal.model.logicalElements.impl.identityObjects.fr.boreal.model.logicalElements.impl.identityObjects.IdentityVariableImpl
fr.boreal.model.partition
fr.boreal.model.partition.fr.boreal.model.partition.Partition
fr.boreal.model.partition.fr.boreal.model.partition.TermPartition
fr.boreal.model.partition.fr.boreal.model.partition.TermPartitionFactory
fr.boreal.model.query.api
fr.boreal.model.query.api.fr.boreal.model.query.api.FOQuery
fr.boreal.model.query.api.fr.boreal.model.query.api.Query
fr.boreal.model.query.factory
fr.boreal.model.query.factory.fr.boreal.model.query.factory.FOQueryFactory
fr.boreal.model.query.impl
fr.boreal.model.query.impl.fr.boreal.model.query.impl.FOQueryImpl
fr.boreal.model.query.impl.fr.boreal.model.query.impl.UnionFOQuery
fr.boreal.model.queryEvaluation.api
fr.boreal.model.queryEvaluation.api.fr.boreal.model.queryEvaluation.api.FOQueryEvaluator
fr.boreal.model.queryEvaluation.api.fr.boreal.model.queryEvaluation.api.QueryEvaluator
fr.boreal.model.rule.api
fr.boreal.model.rule.api.fr.boreal.model.rule.api.FORule
fr.boreal.model.rule.api.fr.boreal.model.rule.api.Rule
fr.boreal.model.rule.impl
fr.boreal.model.rule.impl.fr.boreal.model.rule.impl.FORuleImpl
fr.boreal.model.ruleCompilation
fr.boreal.model.ruleCompilation.fr.boreal.model.ruleCompilation.HierarchicalRuleCompilation
fr.boreal.model.ruleCompilation.fr.boreal.model.ruleCompilation.NoRuleCompilation
fr.boreal.model.ruleCompilation.api
fr.boreal.model.ruleCompilation.api.fr.boreal.model.ruleCompilation.api.RuleCompilation
fr.boreal.model.ruleCompilation.api.fr.boreal.model.ruleCompilation.api.RuleCompilationCondition
fr.boreal.model.ruleCompilation.api.fr.boreal.model.ruleCompilation.api.RuleCompilationResult
fr.boreal.model.ruleCompilation.id
fr.boreal.model.ruleCompilation.id.fr.boreal.model.ruleCompilation.id.IDRuleCompilation
fr.boreal.model.ruleCompilation.id.fr.boreal.model.ruleCompilation.id.IDRuleCompilationCondition
.module-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy