
de.uni.freiburg.iig.telematik.jagal.visualization.flexible.GraphComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JAGAL Show documentation
Show all versions of JAGAL Show documentation
JAGAL provides implementations for directed graphs (weighted and unweighted) and various types of transition systems as well as utils for graph traversal and modification.
The newest version!
package de.uni.freiburg.iig.telematik.jagal.visualization.flexible;
import de.invation.code.toval.graphic.component.DisplayFrame;
import de.uni.freiburg.iig.telematik.jagal.graph.Edge;
import de.uni.freiburg.iig.telematik.jagal.graph.Graph;
import de.uni.freiburg.iig.telematik.jagal.graph.Vertex;
public class GraphComponent, T extends Object> extends AbstractGraphComponent, Edge>, T> {
private static final long serialVersionUID = 7114630729271184459L;
public GraphComponent(G graph) throws Exception {
super(graph);
}
@SuppressWarnings({ "rawtypes", "unchecked" })
public static void main(String[] args) throws Exception {
Graph
© 2015 - 2025 Weber Informatics LLC | Privacy Policy