Interface TargetAssembler

All Known Implementing Classes:
TargetAssemblerImpl

public interface TargetAssembler
Where the magic happens. Lookup all word occurrences which need to be fulfilled and combine them in the most efficient way.

Assembles the set of target structures to evaluate by focusing on the paths through targets. Basically, this is subgraph isomorphism: the query is a graph and we want to find all target structures which contain this query as a subgraph.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Search: i.e.