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

org.jpmml.model.inlinetable.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
/*
 * Copyright (c) 2018 Villu Ruusmann
 */
package org.jpmml.model.inlinetable;

import javax.xml.bind.annotation.XmlRegistry;

@XmlRegistry
public class ObjectFactory {

	public InputCell createInput(){
		return new InputCell();
	}

	public OutputCell createOutput(){
		return new OutputCell();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy