Interface AppliedGraph
- All Known Implementing Classes:
EffectiveEntityGraph
public interface AppliedGraph
Contract for anything a fetch/load graph can be applied
-
Method Summary
Modifier and TypeMethodDescriptiongetGraph()The applied graphThe semantic (fetch/load) under which the graph should be applied
-
Method Details
-
getGraph
The applied graph -
getSemantic
The semantic (fetch/load) under which the graph should be applied
-