| Package | Description |
|---|---|
| net.exogeni.orca.ndl.elements |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<Interface> |
NetworkElement.clientInterface |
protected java.util.HashMap<NetworkConnection,Interface> |
ComputeElement.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Interface |
NetworkElement.getClientInterfaceByURI(java.lang.String url) |
Interface |
NetworkElement.getDefaultClientInterface() |
Interface |
Interface.getInput() |
Interface |
ComputeElement.getInterfaceByName(java.lang.String ln) |
Interface |
ComputeElement.getInterfaceName(NetworkConnection l) |
Interface |
Interface.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<Interface> |
NetworkElement.getClientInterface() |
java.util.HashMap<NetworkConnection,Interface> |
ComputeElement.getInterfaces() |
java.util.LinkedList<Interface> |
Interface.getServerInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkElement.addClientInterface(Interface intf) |
void |
Interface.addClientInterface(com.hp.hpl.jena.ontology.OntModel ontModel,
Interface client,
java.lang.String adaptation) |
void |
Interface.addServerInterface(Interface intf) |
void |
Interface.findClientInterface(Interface parent) |
void |
Interface.findUNIInterface(com.hp.hpl.jena.rdf.model.Resource rs,
Interface intf) |
NetworkConnection |
ComputeElement.getConnectionByInterfaceName(Interface intf) |
void |
ComputeElement.removeConnectionByInterfaceName(Interface intf) |
void |
Interface.setInput(Interface input) |
void |
ComputeElement.setInterfaceName(NetworkConnection l,
Interface ifName) |
void |
Interface.setOutput(Interface output) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkElement.setClientInterface(java.util.LinkedList<Interface> clientInterface) |
void |
ComputeElement.setInterfaces(java.util.HashMap<NetworkConnection,Interface> interfaces) |
void |
Interface.setServerInterface(java.util.LinkedList<Interface> serverInterface) |
Copyright © 2018 RENCI. All Rights Reserved.