Uses of Class
n10s.graphconfig.GraphConfig.InvalidParamException
-
Packages that use GraphConfig.InvalidParamException Package Description n10s.graphconfig n10s.onto n10s.onto.load -
-
Uses of GraphConfig.InvalidParamException in n10s.graphconfig
Methods in n10s.graphconfig that throw GraphConfig.InvalidParamException Modifier and Type Method Description voidGraphConfig. add(java.util.Map<java.lang.String,java.lang.Object> props)intGraphConfig. parseHandleMultivalValue(java.lang.String multivalAsText)intGraphConfig. parseHandleVocabUrisValue(java.lang.String handleVocUrisAsText)Constructors in n10s.graphconfig that throw GraphConfig.InvalidParamException Constructor Description GraphConfig(java.util.Map<java.lang.String,java.lang.Object> props) -
Uses of GraphConfig.InvalidParamException in n10s.onto
Methods in n10s.onto that throw GraphConfig.InvalidParamException Modifier and Type Method Description protected RDFProcedures.ImportResultsOntoProcedures. doOntoImport(java.lang.String format, java.lang.String url, java.lang.String rdfFragment, java.util.Map<java.lang.String,java.lang.Object> props) -
Uses of GraphConfig.InvalidParamException in n10s.onto.load
Methods in n10s.onto.load that throw GraphConfig.InvalidParamException Modifier and Type Method Description java.util.stream.Stream<RDFProcedures.ImportResults>OntoLoadProcedures. fetch(java.lang.String url, java.lang.String format, java.util.Map<java.lang.String,java.lang.Object> props)java.util.stream.Stream<RDFProcedures.ImportResults>OntoLoadProcedures. inline(java.lang.String rdf, java.lang.String format, java.util.Map<java.lang.String,java.lang.Object> props)
-