@Service @ConfigurationProperties(prefix="lineage-display-config") public class LineageGraphDisplayRulesService extends Object
| Constructor and Description |
|---|
LineageGraphDisplayRulesService() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRules(Graph graph)
This method applies the rules defined in the properties file on the graph.
|
List<Rule> |
getRules() |
void |
setRules(List<Rule> rules) |
String |
toString() |
public void applyRules(Graph graph)
graph - graph processed from the response from open lineageCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.