Uses of Interface
science.aist.gtf.graph.GraphState
-
Packages that use GraphState Package Description science.aist.gtf.graph.factory science.aist.gtf.graph.impl -
-
Uses of GraphState in science.aist.gtf.graph.factory
Methods in science.aist.gtf.graph.factory that return GraphState Modifier and Type Method Description <V,E>
GraphState<V,E>DefaultGraphFactory. createGraphState()
<V,E>
GraphState<V,E>GraphFactory. createGraphState()
Returns a new instance of a graph state -
Uses of GraphState in science.aist.gtf.graph.impl
Classes in science.aist.gtf.graph.impl that implement GraphState Modifier and Type Class Description class
GraphStateImpl<V,E>
Represents a current state of a graph
-