Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.model
Class DependableRecognizer

java.lang.Object
  extended by oracle.ide.model.DependableRecognizer


public abstract class DependableRecognizer
extends java.lang.Object

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

DependableRecognizer

public DependableRecognizer()

Method Detail

create

public abstract Dependable create(Context context)
Creates Dependable for Element in Context.

toHashStructure

public abstract HashStructure toHashStructure(Dependable d,
                                              Element source)
Converts a Dependable to a HashStructure.

toDependable

public abstract Dependable toDependable(HashStructure d,
                                        Element source)
Converts a HashStructure to a Dependable.

discover

public abstract java.lang.Iterable<DiscoveredDependable> discover(Context context)
Return the possible end-points of a dependency established from a target.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.