| Package | Description |
|---|---|
| net.exogeni.orca.ndl | |
| net.exogeni.orca.ndl.elements |
| Modifier and Type | Method and Description |
|---|---|
static DomainResourceType |
NdlCommons.getDomainResourceType(com.hp.hpl.jena.rdf.model.Resource r,
NetworkElement element)
Get the hasResourceType property of resource
|
static void |
NdlCommons.getResourceConstraints(com.hp.hpl.jena.rdf.model.Resource ceType,
NetworkElement element,
int count) |
static void |
NdlCommons.setStorageParam(com.hp.hpl.jena.rdf.model.Resource r,
NetworkElement element) |
| Modifier and Type | Method and Description |
|---|---|
Device |
OntProcessor.getDevice(Device d,
java.util.LinkedList<NetworkElement> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeElement |
class |
Device |
class |
DomainElement |
class |
Interface |
class |
NetworkConnection |
class |
SwitchingAction |
class |
SwitchMatrix |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NetworkElement> |
ComputeElement.ceGroup |
protected java.util.Set<NetworkElement> |
ComputeElement.dependencies |
| Modifier and Type | Method and Description |
|---|---|
NetworkElement |
NetworkConnection.getFirstClientConnectionsElement() |
NetworkElement |
NetworkConnection.getFirstConnectionElement() |
NetworkElement |
NetworkConnection.getNe1() |
NetworkElement |
NetworkConnection.getNe2() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkElement> |
ComputeElement.getCeGroup() |
java.util.LinkedList<? extends NetworkElement> |
NetworkConnection.getConnection() |
java.util.Set<NetworkElement> |
ComputeElement.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnection.addConnection(NetworkElement element) |
void |
ComputeElement.addDependency(NetworkElement n) |
boolean |
NetworkConnection.hasConnection(NetworkElement element) |
boolean |
ComputeElement.isDependency(NetworkElement n) |
void |
ComputeElement.removeDependency(NetworkElement n) |
void |
ComputeElement.setCeGroup(NetworkElement ce) |
void |
NetworkConnection.setNe1(NetworkElement ne1) |
void |
NetworkConnection.setNe2(NetworkElement ne2) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeElement.addDependency(java.util.HashSet<NetworkElement> set) |
void |
ComputeElement.setCeGroup(java.util.List<NetworkElement> cg) |
void |
NetworkConnection.setConnection(java.util.LinkedList<NetworkElement> connection) |
void |
ComputeElement.setDependencies(java.util.Set<NetworkElement> dependencies) |
Copyright © 2018 RENCI. All Rights Reserved.