|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.eyeball.Inspector.Operations
public static class Inspector.Operations
This class is a utility class to contain the createInspectorList
method.
| 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 |
|---|
public Inspector.Operations()
| Method Detail |
|---|
public static Inspector create(java.util.Set<Inspector> inspectorSet)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||