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

org.objectweb.fractal.bf.hdl.reader.NetMLReader Maven / Gradle / Ivy

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