Uses of Interface
de.grogra.graph.wrapped.WrappedGraph
Packages that use WrappedGraph
Package
Description
-
Uses of WrappedGraph in de.grogra.graph.wrapped
Subinterfaces of WrappedGraph in de.grogra.graph.wrappedModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in de.grogra.graph.wrapped that implement WrappedGraphModifier and TypeClassDescriptionclassclassclassFields in de.grogra.graph.wrapped declared as WrappedGraphMethods in de.grogra.graph.wrapped with type parameters of type WrappedGraphMethods in de.grogra.graph.wrapped that return WrappedGraphModifier and TypeMethodDescriptionGraphInstance.getWg()GraphDescriptor.getWrappedGraph()WrappedGraphHost.getWrappedGraph()SharedWrappedGraph.resolve()Methods in de.grogra.graph.wrapped with parameters of type WrappedGraphModifier and TypeMethodDescriptionvoidGraphInstance.setWg(WrappedGraph value) voidGraphDescriptor.setWrappedGraph(WrappedGraph value) Constructors in de.grogra.graph.wrapped with parameters of type WrappedGraphModifierConstructorDescriptionGraphDescriptor(WrappedGraph wrappedGraph) GraphInstance(WrappedGraph sharedWrappedGraph, boolean transfrom) NonEsoWrappedGraph(Context ctx, WrappedGraph wg) RewritableWrappedGraph(Context ctx, WrappedGraph wg) -
Uses of WrappedGraph in de.grogra.graph.wrapped.impl
Classes in de.grogra.graph.wrapped.impl that implement WrappedGraphModifier and TypeClassDescriptionclassThe GraphObject implementation of SharedWrappedGraph is designed to hold loaded instances of file based graph structures in its DataGraph.classThis class is used to reference the GraphObjects from the GraphObject Explorer in the RGG codeclassclassThe SecGraph implementation so WrappedGraph stores and retrieves the content of the DataGraph from xml files (same structure as the project graph).classThis class is used to reference the SecGraph from the SecGraph Explorer in the RGG code or to create new SecGraphs on the fly (which then are added to the explorer)Methods in de.grogra.graph.wrapped.impl with type parameters of type WrappedGraphModifier and TypeMethodDescriptionstatic <T extends Integrateable & WrappedGraph>
voidstatic <T extends Integrateable & WrappedGraph>
voidstatic <T extends Integrateable & WrappedGraph>
voidMath.add(T sg1, T sg2) static <T extends Integrateable & WrappedGraph>
voidMath.add(T sg1, T sg2, T out) static <T extends Integrateable & WrappedGraph>
voidMath.mul(T sg1, int i) static <T extends Integrateable & WrappedGraph>
voidMath.mul(T sg1, int i, T out) static <T extends Integrateable & WrappedGraph>
SecGraphMath.operator$add(T wg1, Node n1) static <T extends Integrateable & WrappedGraph>
SecGraphMath.operator$add(T wg1, T wg2) static <T extends Integrateable & WrappedGraph>
voidMath.operator$addAssign(T wg1, Node n1) static <T extends Integrateable & WrappedGraph>
voidMath.operator$addAssign(T wg1, T wg2) static <T extends Integrateable & WrappedGraph>
SecGraphMath.operator$mul(T wg1, int i) static <T extends Integrateable & WrappedGraph>
voidMath.operator$mulAssign(T wg1, int i) Constructors in de.grogra.graph.wrapped.impl with parameters of type WrappedGraphModifierConstructorDescriptionNonEsoSecGraph(Context ctx, WrappedGraph wp) SecGraph(WrappedGraph wg) SecGraph(Context ctx, WrappedGraph wg) SecGraphRef(String name, WrappedGraph wg) -
Uses of WrappedGraph in de.grogra.graph.wrapped.impl.parallel
Subinterfaces of WrappedGraph in de.grogra.graph.wrapped.impl.parallelClasses in de.grogra.graph.wrapped.impl.parallel that implement WrappedGraphConstructors in de.grogra.graph.wrapped.impl.parallel with parameters of type WrappedGraphModifierConstructorDescriptionNonEsoThreadedSecGraph(Context ctx, WrappedGraph wg) ThreadedSecGraph(Context ctx, WrappedGraph wg) -
Uses of WrappedGraph in de.grogra.graph.wrapped.parametric
Methods in de.grogra.graph.wrapped.parametric with parameters of type WrappedGraph