KgRelationSemantic
**Experimental** Defines the semantic meaning of the relation. See net/wiki/spaces/GE/pages/3358752783/Relation+types for details.
enum KgRelationSemantic {
DERIVES_FROM
DERIVES_INTO
HAS_INPUT
HAS_OUTPUT
HAS_PART
INFORMED_BY
INFORMS
INPUT_OF
OUTPUT_OF
PART_OF
UNKNOWN @deprecated
}
Values
KgRelationSemantic.DERIVES_FROM
**Experimental**
KgRelationSemantic.DERIVES_INTO
**Experimental**
KgRelationSemantic.HAS_INPUT
**Experimental**
KgRelationSemantic.HAS_OUTPUT
**Experimental**
KgRelationSemantic.HAS_PART
**Experimental**
KgRelationSemantic.INFORMED_BY
**Experimental**
KgRelationSemantic.INFORMS
**Experimental**
KgRelationSemantic.INPUT_OF
**Experimental**
KgRelationSemantic.OUTPUT_OF
**Experimental**
KgRelationSemantic.PART_OF
**Experimental**
KgRelationSemantic.UNKNOWN deprecated
DEPRECATED
Primarily here for backward compatibility with Vault. Don't use in the new code.
**Experimental**