Uses of Class
psidev.psi.mi.jami.model.ComplexType
-
-
Uses of ComplexType in psidev.psi.mi.jami.binary.expansion
Methods in psidev.psi.mi.jami.binary.expansion that return ComplexType Modifier and Type Method Description protected ComplexType
AbstractComplexExpansionMethod. findInteractionCategory(T interaction)
findInteractionCategoryprotected ComplexType
InteractionEvidenceBipartiteExpansion. findInteractionCategory(InteractionEvidence interaction)
findInteractionCategoryprotected ComplexType
InteractionEvidenceMatrixExpansion. findInteractionCategory(InteractionEvidence interaction)
findInteractionCategoryprotected ComplexType
InteractionEvidenceSpokeExpansion. findInteractionCategory(InteractionEvidence interaction)
findInteractionCategoryprotected ComplexType
ModelledInteractionBipartiteExpansion. findInteractionCategory(ModelledInteraction interaction)
findInteractionCategoryprotected ComplexType
ModelledInteractionMatrixExpansion. findInteractionCategory(ModelledInteraction interaction)
findInteractionCategoryprotected ComplexType
ModelledInteractionSpokeExpansion. findInteractionCategory(ModelledInteraction interaction)
findInteractionCategory -
Uses of ComplexType in psidev.psi.mi.jami.commons
Methods in psidev.psi.mi.jami.commons with parameters of type ComplexType Modifier and Type Method Description Map<String,Object>
MIWriterOptionFactory. getCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, PsiXmlVersion version)
Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Experiment> experimentSet, Set<Interactor> interactorSet, Set<String> availabilitySet, Set<Interaction> interactionSet, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)
Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Experiment> experimentSet, Set<Interactor> interactorSet, Set<String> availabilitySet, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)
Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getDefaultCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlVersion version)
Create the default options for the compact PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getDefaultExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlVersion version)
Create the options for the default expanded PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getDefaultXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version)
getDefaultXmlOptions.Map<String,Object>
MIWriterOptionFactory. getExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, PsiXmlVersion version)
Create the options for the expanded PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Interaction> interactionSet, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)
Create the options for the expanded PSI-XML InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)
Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>
MIDataSourceOptionFactory. getMitabOptions(InteractionCategory objectCategory, ComplexType complexType, boolean streaming, MIFileParserListener listener, Object input)
Create the options for the MITAB datasource.Map<String,Object>
MIDataSourceOptionFactory. getMitabOptions(InteractionCategory objectCategory, ComplexType complexType, Object inputData)
Create the options for the MITAB datasource using the provided objectCategory.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, ComplexExpansionMethod expansion, boolean writeHeader, MitabVersion version, boolean extended)
Create the options for the MITAB InteractionWriter.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(InteractionCategory objectCategory, ComplexType complexType, File outputFile)
Create the options for a MITAB interaction writer.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(InteractionCategory objectCategory, ComplexType complexType, OutputStream output)
Create the options for a MITAB interaction writer.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(InteractionCategory objectCategory, ComplexType complexType, Writer writer)
Create the options for a MITAB interaction writer.Map<String,Object>
MIDataSourceOptionFactory. getOptions(MIFileType type, InteractionCategory objectCategory, ComplexType complexType, boolean streaming, MIFileParserListener listener, Object input)
Create a map of optionsMap<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.Map<String,Object>
MIDataSourceOptionFactory. getXmlOptions(InteractionCategory objectCategory, ComplexType complexType, Object inputData)
Create the options for the Psi-XML datasource using the provided objectCategory.Map<String,Object>
MIWriterOptionFactory. getXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlType xmlType, PsiXmlObjectCache elementCache, Set<Experiment> experimentSet, Set<Interactor> interactorSet, Set<String> availabilitySet, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)
Create the options for the PSI-XML InteractionWriter. -
Uses of ComplexType in psidev.psi.mi.jami.crosslink
Methods in psidev.psi.mi.jami.crosslink with parameters of type ComplexType Modifier and Type Method Description Map<String,Object>
CrossLinkCsvOptionFactory. getCsvOptions(CsvType csvType, ComplexType complexType, Boolean streaming, MIFileParserListener listener, Object input)
Create a map of optionsMap<String,Object>
CrossLinkCsvOptionFactory. getCsvOptions(CsvType csvType, ComplexType complexType, Object inputData)
Create the options for the CSV datasource using the provided csvtype. -
Uses of ComplexType in psidev.psi.mi.jami.json
Methods in psidev.psi.mi.jami.json with parameters of type ComplexType Modifier and Type Method Description Map<String,Object>
MIJsonOptionFactory. getJsonOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, MIJsonType type, OntologyTermFetcher ontologyFetcher, ComplexExpansionMethod complexExpansion)
Create the options for the JSON InteractionWriter. -
Uses of ComplexType in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model that return ComplexType Modifier and Type Method Description static ComplexType
ComplexType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComplexType[]
ComplexType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComplexType in psidev.psi.mi.jami.tab.extension.datasource
Methods in psidev.psi.mi.jami.tab.extension.datasource with parameters of type ComplexType Modifier and Type Method Description protected void
DefaultMitabSource. initialiseDelegate(Map<String,Object> options, MitabDataSourceFactory factory, InteractionCategory category, ComplexType type)
initialiseDelegate.protected void
DefaultMitabStreamSource. initialiseDelegate(Map<String,Object> options, MitabDataSourceFactory factory, InteractionCategory category, ComplexType type)
initialiseDelegate. -
Uses of ComplexType in psidev.psi.mi.jami.tab.extension.factory
Methods in psidev.psi.mi.jami.tab.extension.factory with parameters of type ComplexType Modifier and Type Method Description MitabStreamSource
MitabDataSourceFactory. createMitabDataSource(InteractionCategory interactionCategory, ComplexType complexType, boolean streaming)
createMitabDataSource.InteractionWriter
MitabWriterFactory. createMitabWriter(InteractionCategory interactionCategory, ComplexType complexType, MitabVersion version, boolean extended)
createMitabWriter. -
Uses of ComplexType in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return ComplexType Modifier and Type Method Description static ComplexType
InteractionUtils. findInteractionCategoryOf(Interaction interaction, boolean checkExperimentalRoleIfInteractionEvidence)
The method will find the interactionCategory (binary, self, etc.)static ComplexType
InteractionUtils. findInteractionEvidenceCategoryOf(InteractionEvidence interaction)
The method will find the interactionCategory (binary, self, etc.)static ComplexType
InteractionUtils. findModelledInteractionCategoryOf(ModelledInteraction interaction)
The method will find the interactionCategory (binary, self, etc.) -
Uses of ComplexType in psidev.psi.mi.jami.xml.io.writer
Methods in psidev.psi.mi.jami.xml.io.writer with parameters of type ComplexType Modifier and Type Method Description protected void
AbstractXmlWriter. initialiseSubWriters(boolean extended, boolean named, PsiXmlType xmlType, InteractionCategory interactionCategory, ComplexType complexType)
initialiseSubWriters. -
Uses of ComplexType in psidev.psi.mi.jami.xml.io.writer.elements
-
Uses of ComplexType in psidev.psi.mi.jami.xml.model.extension.datasource
Methods in psidev.psi.mi.jami.xml.model.extension.datasource with parameters of type ComplexType Modifier and Type Method Description protected void
DefaultPsiXmlSource. initialiseDelegate(Map<String,Object> options, PsiXmlDataSourceFactory factory, InteractionCategory category, ComplexType type)
initialiseDelegate.protected void
DefaultPsiXmlStreamSource. initialiseDelegate(Map<String,Object> options, PsiXmlDataSourceFactory factory, InteractionCategory category, ComplexType type)
initialiseDelegate. -
Uses of ComplexType in psidev.psi.mi.jami.xml.model.extension.factory
Methods in psidev.psi.mi.jami.xml.model.extension.factory with parameters of type ComplexType Modifier and Type Method Description PsiXmlStreamSource
PsiXmlDataSourceFactory. createPsiXmlDataSource(InteractionCategory interactionCategory, ComplexType complexType, boolean streaming)
createPsiXmlDataSource.InteractionWriter
PsiXmlWriterFactory. createPsiXmlWriter(InteractionCategory interactionCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.
-