Builder.ComponentBuilder, Builder.ComponentConnectorBuilder, Builder.ConnectorBuilder, Builder.NodeBuilder
Modifier and Type | Method and Description |
---|---|
Builder.ComponentConnectorBuilder |
withComponent(java.lang.String name)
Makes the node a component.
|
Builder.ComponentConnectorBuilder |
withComponent(java.lang.String name,
Visibility visibility)
Makes the node a component.
|
Builder.ComponentConnectorBuilder withComponent(java.lang.String name, Visibility visibility)
Callback
annotation can
be invoked from computers that can see the component.name
- the name of the component.visibility
- the visibility of the component.Component
Builder.ComponentConnectorBuilder withComponent(java.lang.String name)
withComponent(String, Visibility)
, but with a default
visibility set to the reachability of the node.name
- the name of the component.Component