Interface INodeFeatureExtractor<T>
- Type Parameters:
T- node type
public interface INodeFeatureExtractor<T>
Extractor for parent nodes used by type graph helpers.
-
Method Summary
-
Method Details
-
getParents
Retrieve the parent nodes of a node.- Parameters:
node- node- Returns:
- parent nodes
-