Uses of Class
de.julielab.concepts.util.ConceptCreationException
-
Packages that use ConceptCreationException Package Description de.julielab.concepts.db.core.services de.julielab.concepts.db.core.spi -
-
Uses of ConceptCreationException in de.julielab.concepts.db.core.services
Methods in de.julielab.concepts.db.core.services that throw ConceptCreationException Modifier and Type Method Description java.util.stream.Stream<de.julielab.neo4j.plugins.datarepresentation.ImportConcepts>ConceptCreationService. createConcepts(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> importConfig)Expects an <import> configuration element and will return the corresponding concepts for database import. -
Uses of ConceptCreationException in de.julielab.concepts.db.core.spi
Methods in de.julielab.concepts.db.core.spi that throw ConceptCreationException Modifier and Type Method Description java.util.stream.Stream<de.julielab.neo4j.plugins.datarepresentation.ImportConcepts>ConceptCreator. createConcepts(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> importConfig)
-