621622623624625626627628629630631
return w; } public void changeLinkStatus(LabeledLink link, LinkStatus newStatus) { LinkStatus oldStatus = link.getStatus(); if (newStatus == oldStatus) return; link.setStatus(newStatus); this.changeLinkWeight(link, computeWeight(link));
740741742743744745746747748749750
Label label = null; LinkType type = null; String hNodeId = null; ObjectPropertyType objectPropertyType = null; String specializedLinkId = null; LinkStatus status = null; LinkKeyInfo keyInfo = null; Set<String> modelIds = null; if (weight == null) weight = new Double[1]; reader.beginObject();