Interface INodeFeatureExtractor<T>

Type Parameters:
T - node type

public interface INodeFeatureExtractor<T>
Extractor for parent nodes used by type graph helpers.
  • Method Summary

    Modifier and Type
    Method
    Description
    getParents(T node)
    Retrieve the parent nodes of a node.
  • Method Details

    • getParents

      Collection<T> getParents(T node)
      Retrieve the parent nodes of a node.
      Parameters:
      node - node
      Returns:
      parent nodes