}
if (!(src.equals(srcnode2)))
{
JsGraphAdjacence adjacence = new JsGraphAdjacence();
JsGraphData data = new JsGraphData();
adjacence.setSrc(node2);
if (isAuthority)
{
adjacence.setNodeTo(authorityValue);
}
else
{
adjacence.setNodeTo(displayValue);
}
if (authorityValue != null || showExternal)
{
data.setColor(getEdgeCustomColor());
data.setLineWidth(getCustomLineWidth((int) facet
.getCount()));
data.setCount((int) facet.getCount());
data.setType(getType());
adjacence.setData(data);
rsGraph.getAdjacencies().add(adjacence);
}