Uses of Interface
com.mastfrog.graph.ObjectGraph
-
Packages that use ObjectGraph Package Description com.mastfrog.graph com.mastfrog.graph.dynamic -
-
Uses of ObjectGraph in com.mastfrog.graph
Subinterfaces of ObjectGraph in com.mastfrog.graph Modifier and Type Interface Description interfaceStringGraphMethods in com.mastfrog.graph that return ObjectGraph Modifier and Type Method Description ObjectGraph<T>ObjectGraph. omitting(Set<T> items)Create a copy of this graph, omitting the passed set of items.default <T> ObjectGraph<T>IntGraph. toObjectGraph(List<T> items) -
Uses of ObjectGraph in com.mastfrog.graph.dynamic
Classes in com.mastfrog.graph.dynamic that implement ObjectGraph Modifier and Type Class Description classDynamicGraph<T>Implements ObjectGraph over a snapshot which can be recomputed when updated - useful for implementing dynamic graphs whose contents change occasionally but rarely.Methods in com.mastfrog.graph.dynamic that return ObjectGraph Modifier and Type Method Description ObjectGraph<T>DynamicGraph. omitting(Set<T> items)
-