public interface NodeLabel
Modifier and Type | Method and Description |
---|---|
void |
assignLabel(int nodeID,
NodeLabel nodeLabel) |
void |
assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection) |
NodeLabel |
computeLabel(int nodeID) |
NodeLabel |
computeLabel(int nodeID,
Connection dbConnection) |
String |
getLabel() |
OnmsNode.NodeLabelSource |
getSource() |
NodeLabel |
retrieveLabel(int nodeID) |
NodeLabel |
retrieveLabel(int nodeID,
Connection dbConnection) |
String |
toString() |
String getLabel()
OnmsNode.NodeLabelSource getSource()
NodeLabel retrieveLabel(int nodeID) throws SQLException
SQLException
NodeLabel retrieveLabel(int nodeID, Connection dbConnection) throws SQLException
SQLException
void assignLabel(int nodeID, NodeLabel nodeLabel) throws SQLException
SQLException
void assignLabel(int nodeID, NodeLabel nodeLabel, Connection dbConnection) throws SQLException
SQLException
NodeLabel computeLabel(int nodeID) throws SQLException
SQLException
NodeLabel computeLabel(int nodeID, Connection dbConnection) throws SQLException
SQLException
Copyright © 2015. All rights reserved.