Class GraphBuilder
java.lang.Object
ai.stapi.graphoperations.graphbuilder.GraphBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEdge()addNode()build(GenericAttributeFactory attributeFactory) 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
-
buildElementsForRemoval
-