$obj->insertElement( $relation, @object[s] );

Inserts the specified objects into an object relationship.

One or more can be specified to be inserted.

 $obj->insertElement( "ComposedOf",
    "Interface::IF-ether1", 
    "Interface::Loopback/0");
 $obj->insertElement( "ComposedOf", @interfaces );