public interface INdlManifestModelListener extends INdlCommonModelListener
| Modifier and Type | Method and Description |
|---|---|
void |
ndlCrossConnect(com.hp.hpl.jena.rdf.model.Resource c,
com.hp.hpl.jena.ontology.OntModel m,
long bw,
java.lang.String label,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
com.hp.hpl.jena.rdf.model.Resource parent)
A CrossConnect object with bandwidth and label.
|
void |
ndlLinkConnection(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
com.hp.hpl.jena.rdf.model.Resource parent)
A LinkConnection object.
|
void |
ndlManifest(com.hp.hpl.jena.rdf.model.Resource i,
com.hp.hpl.jena.ontology.OntModel m)
Sets manifest URI
|
void |
ndlNetworkConnectionPath(com.hp.hpl.jena.rdf.model.Resource c,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<java.util.List<com.hp.hpl.jena.rdf.model.Resource>> path,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> roots)
Return the proper sequence of resources (nodes, linkconnections, crossconnects etc) for a NetworkConnection.
|
ndlInterface, ndlNetworkConnection, ndlNodendlParseCompletevoid ndlManifest(com.hp.hpl.jena.rdf.model.Resource i,
com.hp.hpl.jena.ontology.OntModel m)
i - im - mvoid ndlLinkConnection(com.hp.hpl.jena.rdf.model.Resource l,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
com.hp.hpl.jena.rdf.model.Resource parent)
l - lm - minterfaces - interfacesparent - NetworkConnection (if any)void ndlCrossConnect(com.hp.hpl.jena.rdf.model.Resource c,
com.hp.hpl.jena.ontology.OntModel m,
long bw,
java.lang.String label,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
com.hp.hpl.jena.rdf.model.Resource parent)
c - cm - mbw - bwlabel - labelinterfaces - interfacesparent - NetworkConnection (if any)void ndlNetworkConnectionPath(com.hp.hpl.jena.rdf.model.Resource c,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<java.util.List<com.hp.hpl.jena.rdf.model.Resource>> path,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> roots)
c - cm - mpath - - list of paths (for multipoint connections).roots - - list of multicast roots (if any - can be null)Copyright © 2018 RENCI. All Rights Reserved.