IFacetCollection

Interface to a collection of facets. Nodes, netlets and services all offer facets, so their respective interfaces all implement this.


public interface IFacetCollection extends IFacetProvider
{
    /** Fetch names of available facets.
     * @return  The names of all the facets in this collection.
     */
    public String[] getFacets();
}

See also: the IService interface.

Nik Silver 2001-11-21