package org.simantics.graph.query; public interface Path extends Res { void toString(StringBuilder b); Path child(String childName); }