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

it.amattioli.workstate.config.MetaJunctionPointBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package it.amattioli.workstate.config;

import it.amattioli.workstate.core.*;

public class MetaJunctionPointBuilder extends MetaStateBuilder {

	public MetaJunctionPointBuilder(String id) {
		super(id);
	}

	protected MetaState createMetaState() {
		return new MetaJunctionPoint();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy