]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph/src/org/simantics/graph/query/Path.java
Option for exporting tg and pgraph with sharedlibrary
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / query / Path.java
1 package org.simantics.graph.query;
2
3
4
5
6 public interface Path extends Res {
7         void toString(StringBuilder b);
8         Path child(String childName);
9 }