public abstract class DependableRecognizer
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DependableRecognizer.Params
Parameters passed in to the DependableRecognizer. 
 | 
| Constructor and Description | 
|---|
DependableRecognizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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)