public interface INdlAbstractDelegationModelListener extends INdlCommonModelListener
| Modifier and Type | Method and Description |
|---|---|
void |
ndlNetworkDomain(com.hp.hpl.jena.rdf.model.Resource dom,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> netServices,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
java.util.List<LabelSet> labelSets,
java.util.Map<com.hp.hpl.jena.rdf.model.Resource,java.util.List<LabelSet>> netLabelSets)
Network domain with its service(s), available labelSet(s) and interfaces
|
ndlInterface, ndlNetworkConnection, ndlNodendlParseCompletevoid ndlNetworkDomain(com.hp.hpl.jena.rdf.model.Resource dom,
com.hp.hpl.jena.ontology.OntModel m,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> netServices,
java.util.List<com.hp.hpl.jena.rdf.model.Resource> interfaces,
java.util.List<LabelSet> labelSets,
java.util.Map<com.hp.hpl.jena.rdf.model.Resource,java.util.List<LabelSet>> netLabelSets)
dom - domm - mnetServices - - network services of this domaininterfaces - - list of interfaceslabelSets - - all label sets (net and non-net)netLabelSets - - network label sets with associated interfacesCopyright © 2018 RENCI. All Rights Reserved.