$count = $session->countElements( $object, $relation )
The countElements() function counts the number of elements in the specified relationship.
$n = $session->countElements("Router::gw1","ComposedOf");
$count = $session->countElements( $object, $relation )
The countElements() function counts the number of elements in the specified relationship.
$n = $session->countElements("Router::gw1","ComposedOf");