Uses of Class
org.praxislive.project.GraphElement.Connection
-
Uses of GraphElement.Connection in org.praxislive.project
Methods in org.praxislive.project that return GraphElement.ConnectionModifier and TypeMethodDescriptionstatic GraphElement.ConnectionGraphElement.connection(String sourceComponent, String sourcePort, String targetComponent, String targetPort) Create a Connection element between the given source component ID and port ID, and target component ID and port ID.Methods in org.praxislive.project that return types with arguments of type GraphElement.ConnectionModifier and TypeMethodDescriptionGraphBuilder.Base.connections()Immutable snapshot of connections.GraphElement.Component.connections()Immutable ordered set of connection elements.Methods in org.praxislive.project with parameters of type GraphElement.ConnectionModifier and TypeMethodDescriptionGraphBuilder.Base.connection(GraphElement.Connection connection) Add a connection element.Method parameters in org.praxislive.project with type arguments of type GraphElement.ConnectionModifier and TypeMethodDescriptionGraphBuilder.Base.transformConnections(Function<Stream<GraphElement.Connection>, List<GraphElement.Connection>> transform) Transform the existing connections.GraphBuilder.Base.transformConnections(Function<Stream<GraphElement.Connection>, List<GraphElement.Connection>> transform) Transform the existing connections.