Uses of Interface
org.burningwave.graph.Context
Packages that use Context
-
Uses of Context in org.burningwave.graph
Classes in org.burningwave.graph that implement ContextFields in org.burningwave.graph declared as ContextMethods in org.burningwave.graph that return ContextModifier and TypeMethodDescriptionstatic ContextContext.Simple.create()Factory.createContext()Context.createSymmetricClone()Context.Simple.createSymmetricClone()<K,V> Context Context.put(K key, V value) <K,V> Context Context.Simple.put(K key, V value) Context.Simple.putDirective(String groupName, ControllableContext.Directive directive) ControllableContext.putDirective(String groupName, ControllableContext.Directive directive) Context.Simple.removeDirective(String groupName, ControllableContext.Directive directive) ControllableContext.removeDirective(String groupName, ControllableContext.Directive directive) Methods in org.burningwave.graph with parameters of type Context