Interface InMemorySearchStore.ModelGraphResolver

Enclosing class:
InMemorySearchStore
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface InMemorySearchStore.ModelGraphResolver
Resolves explicitly placed current child edges for root models.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.fluxzero.common.api.modeling.ModelGraphEdge>
    resolve(Set<String> rootModelIds, io.fluxzero.common.api.search.ModelGraphComposition composition)
     
  • Method Details

    • resolve

      List<io.fluxzero.common.api.modeling.ModelGraphEdge> resolve(Set<String> rootModelIds, io.fluxzero.common.api.search.ModelGraphComposition composition)