Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Attributes | List of all members
cogitant.base.IOHandler.ConfigPropertyBool Enum Reference

I/O Configuration. More...

Public Attributes

 KEEPGRAPHOBJECTIDENTIFIERS
 Keep object identifiers (from input files) in the Property::IDENTIFIER property. More...
 
 AUTOCREATETYPES
 Auto create concept/relation/nesting/data types when reading graph/rules. More...
 
 AUTOCREATEINDIVIDUALS
 Auto create individuals types when reading graph/rules. More...
 
 IGNOREREDECLARATIONINDIVIDUALS
 Ignore new declarations of previously defined individuals while loading a support. More...
 
 AUTOWRITESUPPORTINDIVIDUALS
 Write a support with declarations of individuals when a graph/rule is written. More...
 

Detailed Description

I/O Configuration.

See also
cogitant.base.Environment.setIOConfig().

Member Data Documentation

◆ AUTOCREATEINDIVIDUALS

cogitant.base.IOHandler.ConfigPropertyBool.AUTOCREATEINDIVIDUALS

Auto create individuals types when reading graph/rules.

default : false.

◆ AUTOCREATETYPES

cogitant.base.IOHandler.ConfigPropertyBool.AUTOCREATETYPES

Auto create concept/relation/nesting/data types when reading graph/rules.

default : false.

◆ AUTOWRITESUPPORTINDIVIDUALS

cogitant.base.IOHandler.ConfigPropertyBool.AUTOWRITESUPPORTINDIVIDUALS

Write a support with declarations of individuals when a graph/rule is written.

default : false.

◆ IGNOREREDECLARATIONINDIVIDUALS

cogitant.base.IOHandler.ConfigPropertyBool.IGNOREREDECLARATIONINDIVIDUALS

Ignore new declarations of previously defined individuals while loading a support.

default : false.

◆ KEEPGRAPHOBJECTIDENTIFIERS

cogitant.base.IOHandler.ConfigPropertyBool.KEEPGRAPHOBJECTIDENTIFIERS

Keep object identifiers (from input files) in the Property::IDENTIFIER property.

Note that identifiers are not kept while reading a rule or an individual graph: a rule or individual graph may be applied several times on a given graph, so the obtained graph may contain several nodes with the same identifier if nodes coming from rules/individual graphs have an identifier. default : false.