Package n10s.graphconfig
Class GraphConfig
java.lang.Object
n10s.graphconfig.GraphConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final intstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionGraphConfig(Map<String, Object> props) GraphConfig(org.neo4j.graphdb.Transaction tx) -
Method Summary
Modifier and TypeMethodDescriptionvoidintintintintbooleanbooleanbooleanintparseHandleMultivalValue(String multivalAsText) intparseHandleVocabUrisValue(String handleVocUrisAsText)
-
Field Details
-
GRAPHCONF_MODE_LPG
public static final int GRAPHCONF_MODE_LPG- See Also:
-
GRAPHCONF_MODE_RDF
public static final int GRAPHCONF_MODE_RDF- See Also:
-
GRAPHCONF_VOC_URI_SHORTEN
public static final int GRAPHCONF_VOC_URI_SHORTEN- See Also:
-
GRAPHCONF_VOC_URI_SHORTEN_STRICT
public static final int GRAPHCONF_VOC_URI_SHORTEN_STRICT- See Also:
-
GRAPHCONF_VOC_URI_IGNORE
public static final int GRAPHCONF_VOC_URI_IGNORE- See Also:
-
GRAPHCONF_VOC_URI_MAP
public static final int GRAPHCONF_VOC_URI_MAP- See Also:
-
GRAPHCONF_VOC_URI_KEEP
public static final int GRAPHCONF_VOC_URI_KEEP- See Also:
-
GRAPHCONF_VOC_URI_SHORTEN_STR
- See Also:
-
GRAPHCONF_VOC_URI_SHORTEN_STRICT_STR
- See Also:
-
GRAPHCONF_VOC_URI_IGNORE_STR
- See Also:
-
GRAPHCONF_VOC_URI_MAP_STR
- See Also:
-
GRAPHCONF_VOC_URI_KEEP_STR
- See Also:
-
GRAPHCONF_MULTIVAL_PROP_OVERWRITE
public static final int GRAPHCONF_MULTIVAL_PROP_OVERWRITE- See Also:
-
GRAPHCONF_MULTIVAL_PROP_ARRAY
public static final int GRAPHCONF_MULTIVAL_PROP_ARRAY- See Also:
-
GRAPHCONF_MULTIVAL_PROP_OVERWRITE_STR
- See Also:
-
GRAPHCONF_MULTIVAL_PROP_ARRAY_STR
- See Also:
-
GRAPHCONF_RDFTYPES_AS_LABELS
public static final int GRAPHCONF_RDFTYPES_AS_LABELS- See Also:
-
GRAPHCONF_RDFTYPES_AS_NODES
public static final int GRAPHCONF_RDFTYPES_AS_NODES- See Also:
-
GRAPHCONF_RDFTYPES_AS_LABELS_AND_NODES
public static final int GRAPHCONF_RDFTYPES_AS_LABELS_AND_NODES- See Also:
-
GRAPHCONF_RDFTYPES_AS_LABELS_STR
- See Also:
-
GRAPHCONF_RDFTYPES_AS_NODES_STR
- See Also:
-
GRAPHCONF_RDFTYPES_AS_LABELS_AND_NODES_STR
- See Also:
-
-
Constructor Details
-
GraphConfig
-
GraphConfig
- Throws:
GraphConfig.GraphConfigNotFound
-
-
Method Details
-
getGraphMode
public int getGraphMode() -
parseHandleVocabUrisValue
public int parseHandleVocabUrisValue(String handleVocUrisAsText) throws GraphConfig.InvalidParamException -
parseHandleMultivalValue
-
getHandleVocabUrisAsString
-
getHandleMultivalAsString
-
getHandleRDFTypesAsString
-
getAsGraphConfigResults
-
serialiseConfig
-
getHandleVocabUris
public int getHandleVocabUris() -
getHandleMultival
public int getHandleMultival() -
getHandleRDFTypes
public int getHandleRDFTypes() -
isKeepLangTag
public boolean isKeepLangTag() -
isApplyNeo4jNaming
public boolean isApplyNeo4jNaming() -
isKeepCustomDataTypes
public boolean isKeepCustomDataTypes() -
getMultivalPropList
-
getCustomDataTypePropList
-
getBaseSchemaNamespace
-
getBaseSchemaNamespacePrefix
-
getClassLabelName
-
getObjectPropertyLabelName
-
getDataTypePropertyLabelName
-
getSubClassOfRelName
-
getSubPropertyOfRelName
-
getDomainRelName
-
getRangeRelName
-
getRelatedConceptRelName
-
add
-