public interface INdlColorRequestListener
| Modifier and Type | Method and Description |
|---|---|
void |
ndlColorDependency(com.hp.hpl.jena.rdf.model.Resource fromNe,
com.hp.hpl.jena.rdf.model.Resource toNe,
com.hp.hpl.jena.rdf.model.Resource color,
java.lang.String label)
Provides a color dependency between two network elements
|
void |
ndlResourceColor(com.hp.hpl.jena.rdf.model.Resource ne,
com.hp.hpl.jena.rdf.model.Resource color,
java.lang.String label)
Provides a color attached to network element (can be many)
|
void ndlResourceColor(com.hp.hpl.jena.rdf.model.Resource ne,
com.hp.hpl.jena.rdf.model.Resource color,
java.lang.String label)
ne - necolor - colorlabel - labelvoid ndlColorDependency(com.hp.hpl.jena.rdf.model.Resource fromNe,
com.hp.hpl.jena.rdf.model.Resource toNe,
com.hp.hpl.jena.rdf.model.Resource color,
java.lang.String label)
fromNe - fromNetoNe - toNecolor - colorlabel - labelCopyright © 2018 RENCI. All Rights Reserved.