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 TypeInterfaceDescriptioninterfacedefines 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 GraphContextModifier and TypeClassDescriptionclassclassclassfinal classMethods in de.grogra.graph.object.sg.impl with parameters of type GraphContextModifier and TypeMethodDescriptionvoidSecGraphImpl.add(GraphContext inp) voidSecGraphM.add(GraphContext sg) voidSecGraphNode.add(GraphContext sg) voidSecGraphRef.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)