Class AbstractEntry<T extends Interaction>
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.Entry
-
- psidev.psi.mi.jami.xml.model.AbstractBaseEntry<T>
-
- psidev.psi.mi.jami.xml.model.xml30.AbstractEntry<T>
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Direct Known Subclasses:
BasicEntry
,ComplexEntry
,Entry
,ExperimentalEntry
,ModelledEntry
public abstract class AbstractEntry<T extends Interaction> extends AbstractBaseEntry<T>
Abstract class for Entry- Since:
07/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractEntry.JAXBAnnotationsWrapper
static class
AbstractEntry.JAXBInteractionsWrapper<T>
static class
AbstractEntry.JAXBInteractorsWrapper
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.AbstractBaseEntry
AbstractBaseEntry.AbstractJAXBAnnotationsWrapper, AbstractBaseEntry.AbstractJAXBInteractionsWrapper<T>, AbstractBaseEntry.AbstractJAXBInteractorsWrapper
-
-
Constructor Summary
Constructors Constructor Description AbstractEntry()
Constructor for AbstractEntry.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.xml.model.AbstractBaseEntry
getInteractions, getInteractors, getSourceLocator, hasLoadedFullEntry, initialiseAnnotations, setAnnotationsWrapper, setHasLoadedFullEntry, setInteractionsWrapper, setInteractorsWrapper, setSourceLocator, sourceLocation, toString
-
Methods inherited from class psidev.psi.mi.jami.xml.model.Entry
getAnnotations, getAvailabilities, getSource, initialiseAnnotationsWith, initialiseAvailabilities, initialiseAvailabilitiesWith, setSource
-
-