Uses of Interface
psidev.psi.mi.jami.xml.cache.PsiXmlIdCache
-
-
Uses of PsiXmlIdCache in psidev.psi.mi.jami.commons
Methods in psidev.psi.mi.jami.commons with parameters of type PsiXmlIdCache Modifier and Type Method Description Map<String,Object>MIDataSourceOptionFactory. getXmlOptions(InteractionCategory objectCategory, ComplexType complexType, boolean streaming, MIFileParserListener listener, Object input, ComplexExpansionMethod expansionMethod, PsiXmlIdCache objectCache)Create the options for the PSI-XML datasource. -
Uses of PsiXmlIdCache in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml with parameters of type PsiXmlIdCache Modifier and Type Method Description voidXmlEntryContext. setElementCache(PsiXmlIdCache elementCache)Setter for the fieldelementCache. -
Uses of PsiXmlIdCache in psidev.psi.mi.jami.xml.cache
Classes in psidev.psi.mi.jami.xml.cache that implement PsiXmlIdCache Modifier and Type Class Description classInMemoryPsiXmlCachePsiXmlIdCache that stores objects in memory using a mapclassPsiXmlFileIndexCacheCache using a file and a weak map to cache the objects -
Uses of PsiXmlIdCache in psidev.psi.mi.jami.xml.io.parser
Methods in psidev.psi.mi.jami.xml.io.parser with parameters of type PsiXmlIdCache Modifier and Type Method Description voidAbstractFullPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)setCacheOfObjects.voidAbstractPsixmlBinaryParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)setCacheOfObjects.voidAbstractPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)setCacheOfObjects.voidFullPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)setCacheOfObjects.voidPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)setCacheOfObjects. -
Uses of PsiXmlIdCache in psidev.psi.mi.jami.xml.model.extension.datasource
Methods in psidev.psi.mi.jami.xml.model.extension.datasource that return PsiXmlIdCache Modifier and Type Method Description protected PsiXmlIdCacheAbstractPsiXmlStream. getElementCache()Getter for the fieldelementCache. -
Uses of PsiXmlIdCache in psidev.psi.mi.jami.xml.model.reference
Methods in psidev.psi.mi.jami.xml.model.reference with parameters of type PsiXmlIdCache Modifier and Type Method Description booleanXmlIdReference. resolve(PsiXmlIdCache parsedObjects)Resolve the references given a map of parsed objects
-