com.hp.hpl.jena.eyeball
Class Inspector.Operations

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.Inspector.Operations
Enclosing interface:
Inspector

public static class Inspector.Operations
extends java.lang.Object

This class is a utility class to contain the createInspectorList method.

Author:
kers

Constructor Summary
Inspector.Operations()
           
 
Method Summary
static Inspector create(java.util.Set<Inspector> inspectorSet)
          Answer an inspector which, for each of its methods, calls the corresponding methods of the inspectors in inspectorSet in some order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inspector.Operations

public Inspector.Operations()
Method Detail

create

public static Inspector create(java.util.Set<Inspector> inspectorSet)
Answer an inspector which, for each of its methods, calls the corresponding methods of the inspectors in inspectorSet in some order.

If the list is empty, a NullInspector is returned. If it is a singleton, its only element is returned. Otherwise a new Inspector object is constructed.