Class GraphBuilder
java.lang.Object
ai.stapi.graphoperations.graphbuilder.GraphBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEdge()addNode()ai.stapi.graph.Graphbuild(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory) List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval>void@Nullable GraphElementBuilder@Nullable GraphElementBuildervoidsetIdToLastElement(ai.stapi.identity.UniqueIdentifier id)
-
Constructor Details
-
GraphBuilder
-
GraphBuilder
public GraphBuilder()
-
-
Method Details
-
addNode
-
addEdge
-
addNodeForRemoval
-
addEdgeForRemoval
-
addAttributeToLastElement
-
setIdToLastElement
public void setIdToLastElement(ai.stapi.identity.UniqueIdentifier id) -
getLastGraphElement
-
getFirstGraphElement
-
createNewBranch
-
dropIncompleteEdges
public void dropIncompleteEdges() -
build
public ai.stapi.graph.Graph build(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory) -
buildElementsForRemoval
-