org.jtrix.base.IFacetCollection

This is simply a representation of any single collection of facets such as INetlet (a netlet may offer facets directly to a node) or IService.


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

Nik Silver 2002-03-09