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... | |
I/O Configuration.
cogitant.base.IOHandler.ConfigPropertyBool.AUTOCREATEINDIVIDUALS |
Auto create individuals types when reading graph/rules.
default : false.
cogitant.base.IOHandler.ConfigPropertyBool.AUTOCREATETYPES |
Auto create concept/relation/nesting/data types when reading graph/rules.
default : false.
cogitant.base.IOHandler.ConfigPropertyBool.AUTOWRITESUPPORTINDIVIDUALS |
Write a support with declarations of individuals when a graph/rule is written.
default : false.
cogitant.base.IOHandler.ConfigPropertyBool.IGNOREREDECLARATIONINDIVIDUALS |
Ignore new declarations of previously defined individuals while loading a support.
default : false.
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.