Uses of Interface
de.grogra.graph.object.GraphContext
Packages that use GraphContext
Package
Description
-
Uses of GraphContext in de.grogra.graph.object
Subinterfaces of GraphContext in de.grogra.graph.object -
Uses of GraphContext in de.grogra.graph.object.impl
Classes in de.grogra.graph.object.impl that implement GraphContext -
Uses of GraphContext in de.grogra.graph.object.sg
Subinterfaces of GraphContext in de.grogra.graph.object.sgModifier and TypeInterfaceDescriptioninterface
defines what a graph object stored in the SecGraph explorer should be able to doMethods in de.grogra.graph.object.sg with parameters of type GraphContext -
Uses of GraphContext in de.grogra.graph.object.sg.impl
Classes in de.grogra.graph.object.sg.impl that implement GraphContextMethods in de.grogra.graph.object.sg.impl with parameters of type GraphContextModifier and TypeMethodDescriptionvoid
SecGraphImpl.add
(GraphContext inp) void
SecGraphRef.add
(GraphContext imp) Constructors in de.grogra.graph.object.sg.impl with parameters of type GraphContextModifierConstructorDescriptionSecGraphImpl
(Context ctx, GraphContext inp) SecGraphRef
(String name, GraphContext inp)