We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fae9b8 commit b1216c5Copy full SHA for b1216c5
1 file changed
src/main/java/org/reactome/web/pwp/client/details/common/help/InstanceTypeExplanation.java
@@ -24,6 +24,7 @@ public static String getExplanation(SchemaClass schemaClass) {
24
"Used to describe the mechanistic detail of depolymerisation";
25
break;
26
//case EQUIVALENT_EVENT_SET: //DEPRECATED
27
+ case TOP_LEVEL_PATHWAY:
28
case PATHWAY:
29
explanation = "A collection of related Events. These events can be ReactionlikeEvents or Pathways";
30
0 commit comments