add parent/child rels
This commit is contained in:
parent
65023a7520
commit
f9f64ba93f
|
@ -148,6 +148,10 @@ public class ModelConstants {
|
|||
|
||||
public static final String IS_DIFFERENT_FROM = "isDifferentFrom";
|
||||
|
||||
public static final String HIERARCHY = "hierarchy"; // subreltype
|
||||
public static final String IS_PARENT_OF = "isParentOf";
|
||||
public static final String IS_CHILD_OF = "isChildOf";
|
||||
|
||||
public static final String UNKNOWN = "UNKNOWN";
|
||||
public static final String NOT_AVAILABLE = "not available";
|
||||
|
||||
|
|
Loading…
Reference in New Issue