| Package | Description |
|---|---|
| de.tsl2.nano.structure |
| Modifier and Type | Class and Description |
|---|---|
class |
AConnection<T,D> |
| Modifier and Type | Field and Description |
|---|---|
protected List<IConnection<T,D>> |
ANode.connections
connections to other nodes in a net
|
| Modifier and Type | Method and Description |
|---|---|
IConnection<T,D> |
ANode.add(ANode<T,D> destination)
convenience to add a connections. delegates to
ANode.connect(ANode, Object) with null descriptor. |
IConnection<T,D> |
ANode.connect(ANode<T,D> destination,
D descriptor)
creates a new connection
|
protected IConnection<T,D> |
ANode.createConnection(ANode<T,D> destination,
D descriptor)
creates a connection instance
|
IConnection<T,D> |
ANode.getConnection(INode<T,D> destination)
getConnection
|
| Modifier and Type | Method and Description |
|---|---|
List<IConnection<CORE,CONNECTOR>> |
INode.getConnections()
return a list of all children
|
List<IConnection<T,D>> |
ANode.getConnections() |
Copyright © 2012–2018. All rights reserved.