Interface XmlIdReference
-
- All Superinterfaces:
FileSourceContext
- All Known Implementing Classes:
AbstractAvailabilityRef,AbstractAvailabilityRef,AbstractAvailabilityRef,AbstractComplexRef,AbstractComplexRef,AbstractComplexRef,AbstractEntityRef,AbstractEntityRef,AbstractEntityRef,AbstractExperimentRef,AbstractExperimentRef,AbstractExperimentRef,AbstractFeatureRef,AbstractInteractorRef,AbstractInteractorRef,AbstractInteractorRef,AbstractParticipantRef,AbstractParticipantRef,AbstractParticipantRef,AbstractXmlIdReference
public interface XmlIdReference extends FileSourceContext
A XML reference to an parent having an id- Since:
11/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterForResolution()Register itself as an id to resolve laterbooleanresolve(PsiXmlIdCache parsedObjects)Resolve the references given a map of parsed objects-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
getSourceLocator, setSourceLocator, toString
-
-
-
-
Method Detail
-
registerForResolution
void registerForResolution()
Register itself as an id to resolve later
-
resolve
boolean resolve(PsiXmlIdCache parsedObjects)
Resolve the references given a map of parsed objects- Parameters:
parsedObjects- aPsiXmlIdCacheobject.- Returns:
- true if the reference was solved. false otherwise
-
-