| Package | Description |
|---|---|
| net.exogeni.orca.ndl | |
| net.exogeni.orca.ndl.elements |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OntProcessor.existEdge(java.util.LinkedList<NetworkConnection> edgeList,
java.lang.String url1,
java.lang.String url2) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<NetworkConnection,Interface> |
ComputeElement.interfaces |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection |
NetworkConnection.copy(java.lang.String name) |
NetworkConnection |
ComputeElement.getConnectionByInterfaceName(Interface intf) |
NetworkConnection |
ComputeElement.getConnectionByInterfaceURI(java.lang.String intf) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<NetworkConnection> |
NetworkConnection.getClientConnections() |
java.util.HashMap<NetworkConnection,Interface> |
ComputeElement.getInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
Interface |
ComputeElement.getInterfaceName(NetworkConnection l) |
void |
NetworkConnection.setClientConnection(NetworkConnection clientConnection) |
void |
ComputeElement.setInterfaceName(NetworkConnection l,
Interface ifName) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnection.setClientConnections(java.util.LinkedList<NetworkConnection> clientConnections) |
void |
ComputeElement.setInterfaces(java.util.HashMap<NetworkConnection,Interface> interfaces) |
Copyright © 2018 RENCI. All Rights Reserved.