Interface GraphElementBuilder
- All Known Subinterfaces:
EdgeBuilder
- All Known Implementing Classes:
EdgeBuilderWithSettableNodes,NodeBuilder
public interface GraphElementBuilder
-
Method Summary
Modifier and TypeMethodDescriptionai.stapi.graph.graphelements.GraphElementbuild(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory) ai.stapi.graph.GraphbuildToGraph(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory) booleansetId(ai.stapi.identity.UniqueIdentifier id)
-
Method Details
-
setId
-
setType
-
addAttribute
AttributeBuilder addAttribute() -
getLastAttribute
AttributeBuilder getLastAttribute() -
isComplete
boolean isComplete() -
build
ai.stapi.graph.graphelements.GraphElement build(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory) -
buildToGraph
ai.stapi.graph.Graph buildToGraph(ai.stapi.graph.attribute.attributeFactory.GenericAttributeFactory attributeFactory)
-