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 void
XmlEntryContext. 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 class
InMemoryPsiXmlCache
PsiXmlIdCache that stores objects in memory using a mapclass
PsiXmlFileIndexCache
Cache 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 void
AbstractFullPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)
setCacheOfObjects.void
AbstractPsixmlBinaryParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)
setCacheOfObjects.void
AbstractPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)
setCacheOfObjects.void
FullPsiXmlParser. setCacheOfObjects(PsiXmlIdCache indexOfObjects)
setCacheOfObjects.void
PsiXmlParser. 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 PsiXmlIdCache
AbstractPsiXmlStream. 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 boolean
XmlIdReference. resolve(PsiXmlIdCache parsedObjects)
Resolve the references given a map of parsed objects
-