212213214215216217218
* Create a new Connector that can be used to wire primordial components together. * * @return a new Connector */ public Connector createConnector() { return new ConnectorImpl(); }