Uses of Class
org.helm.notation2.MonomerCache
| Package | Description |
|---|---|
| org.helm.notation2 |
-
Uses of MonomerCache in org.helm.notation2
Methods in org.helm.notation2 that return MonomerCache Modifier and Type Method Description MonomerCacheMonomerFactory. buildMonomerCacheFromXML(String monomerDBXML)Build an MonomerCache object with monomerDBXML StringMethods in org.helm.notation2 with parameters of type MonomerCache Modifier and Type Method Description Map<Monomer,Monomer>MonomerFactory. getConflictedMonomerMap(MonomerCache remoteMonomerCache)voidMonomerFactory. merge(MonomerCache remoteMonomerCache)merge remote monomerCache with local monomerCache, will throw exception if conflicts found.voidMonomerFactory. setMonomerCache(MonomerCache remoteMonomerCache)replace local cache with remote one completely, may cause loss of data