| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.meta.pattern.builder |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OBContext<R,O,C> |
OBStager.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
protected abstract OBContext<R,O,C> |
OBContext.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
protected abstract OBStager<R,O,C> |
OBFramework.newOBStager(OBFramework<R,O,C> recognizer,
R recognize,
C context,
java.lang.Class classOrIntf) |
| Constructor and Description |
|---|
OBContext(OBFramework<R,O,C> mainProfiler,
C context,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext parent) |
OBStager(OBFramework<R,O,C> recognizer,
R recognize,
C userContext,
java.lang.Class type) |