Uses of Interface
de.grogra.graph.wrapped.Integrateable
Packages that use Integrateable
Package
Description
-
Uses of Integrateable in de.grogra.graph.wrapped
Subinterfaces of Integrateable in de.grogra.graph.wrappedModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of Integrateable in de.grogra.graph.wrapped.impl
Classes in de.grogra.graph.wrapped.impl that implement IntegrateableModifier and TypeClassDescriptionclassclassThe 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 IntegrateableModifier 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) -
Uses of Integrateable in de.grogra.graph.wrapped.impl.parallel
Classes in de.grogra.graph.wrapped.impl.parallel that implement Integrateable