Backend API

public class ComponentsUtils

A Utils class to make easier retrieving components and their inports and outports.

Created by antoine on 29/05/17.

public static Ports getInPortsForComponent(String library, String component, String node)

Give all the inports given the name of a component

public static Ports getOutPortsForComponent(String library, String component, String node)

Give all the outports given the name of a component

public static ArrayList getComponentsFromLib (String library)

Retrieve all the components for a given library

public static Component getComponent(String library, String name)

Retrieve a specific component for a given name and library