summary

The summary method provides a summary of the current domain.

Method Synopsis

%summary = $domain->summary();

Parameters

None.

Description

The summary method provides a summary of the contents of the current domain.

Example Usage

my %summary = $domain->summary();

Returns

Upon completion, the summary method returns a hash containing the keys and values.

entityData : Number of entities within this domain.
chassis    : Number of chassis entities within this domain
interface  : Number of interface entities within this domain
contains   : Number of containing entities within this domain
connects   : Number of connects within this domain

See Also