public interface INdlCommonModelListener extends INdlSimpleModelListener
| Modifier and Type | Method and Description |
|---|---|
void |
ndlInterface(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel om,
com.hp.hpl.jena.rdf.model.Resource conn,
com.hp.hpl.jena.rdf.model.Resource node,
java.lang.String ip,
java.lang.String mask)
Sets interface with IP address and netmask and entities connected to this interface.
|
void |
ndlNetworkConnection(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel om,
long bandwidth,
long latency,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces)
Sets network connection connecting resources (via interfaces) (with bandwidth and latency) and a list of
interfaces.
|
void |
ndlNode(com.hp.hpl.jena.rdf.model.Resource ce,
com.hp.hpl.jena.ontology.OntModel om,
com.hp.hpl.jena.rdf.model.Resource ceClass,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces)
Sets an individual compute element (or cluster), domain, CE type and count (if cluster, otherwise 0) and a list
of interfaces.
|
ndlParseCompletevoid ndlNode(com.hp.hpl.jena.rdf.model.Resource ce,
com.hp.hpl.jena.ontology.OntModel om,
com.hp.hpl.jena.rdf.model.Resource ceClass,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces)
ce - ceom - omceClass - (ComputeElement, ServerCloud, CrossConnect etc)interfaces - interfacesvoid ndlNetworkConnection(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel om,
long bandwidth,
long latency,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces)
l - lom - ombandwidth - bandwidthlatency - latencyinterfaces - interfacesvoid ndlInterface(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel om,
com.hp.hpl.jena.rdf.model.Resource conn,
com.hp.hpl.jena.rdf.model.Resource node,
java.lang.String ip,
java.lang.String mask)
l - lom - omconn - is the connection object that hasInterfacenode - is the other object that hasInterface (compute element, crossconnect etc)ip - ipmask - maskCopyright © 2018 RENCI. All Rights Reserved.