All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.uni.freiburg.iig.telematik.jagal.visualization.flexible.LabeledTransitionSystemComponent Maven / Gradle / Ivy

Go to download

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.uni.freiburg.iig.telematik.jagal.ts.Event;
import de.uni.freiburg.iig.telematik.jagal.ts.labeled.LTSState;
import de.uni.freiburg.iig.telematik.jagal.ts.labeled.LabeledTransitionRelation;
import de.uni.freiburg.iig.telematik.jagal.ts.labeled.LabeledTransitionSystem;

public class LabeledTransitionSystemComponent extends AbstractLabeledTransitionSystemComponent{

	private static final long serialVersionUID = -8724078881365954213L;

	public LabeledTransitionSystemComponent(LabeledTransitionSystem ts) throws Exception {
		super(ts);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy