Uses of Interface
de.grogra.graph.object.GraphObject
Packages that use GraphObject
Package
Description
-
Uses of GraphObject in de.grogra.graph.object
Methods in de.grogra.graph.object that return GraphObjectModifier and TypeMethodDescriptionGraphObject.resolve()
Resolves the real object if a reference is used If the real object is used the function returns it self -
Uses of GraphObject in de.grogra.graph.object.impl
Classes in de.grogra.graph.object.impl that implement GraphObjectFields in de.grogra.graph.object.impl declared as GraphObjectMethods in de.grogra.graph.object.impl that return GraphObjectModifier and TypeMethodDescriptionGraphObjectDescriptor.getGraphObject()
GraphInstance.getSg()
GraphObjectImpl.resolve()
GraphObjectRef.resolve()
Methods in de.grogra.graph.object.impl with parameters of type GraphObjectModifier and TypeMethodDescriptionvoid
GraphObjectDescriptor.setGraphObject
(GraphObject value) void
GraphInstance.setSg
(GraphObject value) Constructors in de.grogra.graph.object.impl with parameters of type GraphObjectModifierConstructorDescriptionGraphObjectDescriptor
(GraphObject graphObject) GraphObjectSelection
(GraphObject sg, Context ctx) -
Uses of GraphObject in de.grogra.graph.object.sg
Subinterfaces of GraphObject in de.grogra.graph.object.sgModifier and TypeInterfaceDescriptioninterface
defines what a graph object stored in the SecGraph explorer should be able to do -
Uses of GraphObject in de.grogra.graph.object.sg.impl
Classes in de.grogra.graph.object.sg.impl that implement GraphObject