| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.DependableRecognizer
public abstract class DependableRecognizer
DependableFactory's SPI. Subclasses are resposible for reading/writing Depenadbles from/to HashStructures, for creating possible dependables for elements and also for ddiscovering all possible Dependables for given element.
| Nested Class Summary | |
|---|---|
static class | 
DependableRecognizer.Params
Parameters passed in to the DependableRecognizer.  | 
| Constructor Summary | |
|---|---|
DependableRecognizer()
 | 
|
| Method Summary | |
|---|---|
abstract  Dependable | 
create(Context context)
Creates Dependable for Element in Context.  | 
abstract  java.lang.Iterable<DiscoveredDependable> | 
discover(Context context)
Return the possible end-points of a dependency established from a target.  | 
abstract  Dependable | 
toDependable(HashStructure d,
             Element source)
Converts a HashStructure to a Dependable.  | 
abstract  HashStructure | 
toHashStructure(Dependable d,
                Element source)
Converts a Dependable to a HashStructure.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DependableRecognizer()
| Method Detail | 
|---|
public abstract Dependable create(Context context)
public abstract HashStructure toHashStructure(Dependable d,
                                              Element source)
public abstract Dependable toDependable(HashStructure d,
                                        Element source)
public abstract java.lang.Iterable<DiscoveredDependable> discover(Context context)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||