-
- All Known Subinterfaces:
Context,Detail,DetailTable,Documentation,MutableContext,MutableDetail,MutableDetailTable,MutableDocumentation
public interface GraphContextAn object that has context in a graph- Author:
- Don Mendelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetParent()Returns the Context to which an object belongs, or a broader Context
-
-
-
Method Detail
-
getParent
Context getParent()
Returns the Context to which an object belongs, or a broader Context- Returns:
- a parent Context or
nullif there is no parent (root context)
-
-