
org.objectweb.fractal.bf.hdl.reader.NetMLReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fractal-bf-hdl-reader Show documentation
Show all versions of fractal-bf-hdl-reader Show documentation
Support input/output operations on HDL entities
The newest version!
package org.objectweb.fractal.bf.hdl.reader;
import java.io.File;
import org.xmlnetwork.NetML;
public interface NetMLReader
{
/**
* @param input afile for netml
* @return a {@link NetML} instance
*/
NetML read(File input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy