lphystudio.core.layeredgraph.LayeredGraphFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lphy-studio Show documentation
Show all versions of lphy-studio Show documentation
The GUI for LPhy language.
The newest version!
package lphystudio.core.layeredgraph;
import lphy.core.model.Generator;
import lphy.core.model.Value;
import lphy.core.parser.LPhyParserDictionary;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class LayeredGraphFactory {
public static LayeredGraph createLayeredGraph(LPhyParserDictionary parser, boolean showAllNodes) {
Map