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

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


import de.uni.freiburg.iig.telematik.jagal.ts.Event;
import de.uni.freiburg.iig.telematik.jagal.ts.labeled.abstr.AbstractLTSState;


public class LTSState extends AbstractLTSState {
	
	private static final long serialVersionUID = 5336258082573485517L;

	public LTSState(String name, Object element) {
		super(name, element);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy