Uses of Class
org.apache.jena.assembler.Mode
Packages that use Mode
-
Uses of Mode in org.apache.jena.assembler
Fields in org.apache.jena.assembler declared as ModeModifier and TypeFieldDescriptionstatic final ModeMode.ANYMode that permits existing objects to be reused and new objects to be created.static final ModeMode.CREATEMode that demands a new object be created and no existing object should exist.static final ModeMode.DEFAULTDefault mode; existing objects are reused, new objects are not createdstatic final ModeMode.REUSEMode that requires that objects should already exist; new objects cannot be created.Methods in org.apache.jena.assembler with parameters of type ModeModifier and TypeMethodDescriptionThe core operation: answer a new object constructed according to the object description hanging fromroot, using the assemblerafor any sub-objects.Answer(Model) open( this, root, mode ), unless the result cannot be or is not a Model, in which case throw an exception. -
Uses of Mode in org.apache.jena.assembler.assemblers
Methods in org.apache.jena.assembler.assemblers with parameters of type ModeModifier and TypeMethodDescriptionabstract ObjectDeprecated, for removal: This API element is subject to removal in a future version.OntModelAssembler.openEmptyModel(Assembler a, Resource root, Mode mode) Deprecated, for removal: This API element is subject to removal in a future version.