Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
db25936a147643e93112ec4230d13e9c14d82b2c
[ccsdk/apps.git]
/
1
package org.opendaylight.mwtn.base.netconf;
2
3
public interface LinkIdentifyingObject {
4
5
public String getSignalId();
6
7
}