Home
last modified time | relevance | path

Searched refs:sPojo (Results 1 – 1 of 1) sorted by relevance

/dports/biology/jalview/jalview/src/jalview/ws/sifts/
H A DSiftsClient.java940 SiftsEntitySortPojo[] sPojo = new SiftsEntitySortPojo[entities.size()]; in getEntityByMostOptimalMatchedId() local
944 sPojo[count] = new SiftsEntitySortPojo(); in getEntityByMostOptimalMatchedId()
945 sPojo[count].entityId = entity.getEntityId(); in getEntityByMostOptimalMatchedId()
960 ++sPojo[count].resCount; in getEntityByMostOptimalMatchedId()
963 ++sPojo[count].chainIdFreq; in getEntityByMostOptimalMatchedId()
968 sPojo[count].pid = (100 * sPojo[count].chainIdFreq) in getEntityByMostOptimalMatchedId()
969 / sPojo[count].resCount; in getEntityByMostOptimalMatchedId()
972 Arrays.sort(sPojo, Collections.reverseOrder()); in getEntityByMostOptimalMatchedId()
976 if (sPojo[0].entityId != null) in getEntityByMostOptimalMatchedId()
978 if (sPojo[0].pid < 1) in getEntityByMostOptimalMatchedId()
[all …]