Class PsiXmlWriterFactory
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.factory.PsiXmlWriterFactory
-
public class PsiXmlWriterFactory extends Object
Factory for creating a PSI-XML writer- Since:
02/05/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InteractionWriter
createPsiXmlBinaryWriter(InteractionCategory interactionCategory, PsiXmlVersion version, PsiXmlType type, boolean extended, boolean named)
createPsiXmlBinaryWriter.InteractionWriter
createPsiXmlWriter(InteractionCategory interactionCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.InteractionWriter
createPsiXmlWriter(InteractionCategory interactionCategory, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.static PsiXmlWriterFactory
getInstance()
Getter for the fieldinstance
.
-
-
-
Method Detail
-
getInstance
public static PsiXmlWriterFactory getInstance()
Getter for the field
instance
.- Returns:
- a
PsiXmlWriterFactory
object.
-
createPsiXmlWriter
public InteractionWriter createPsiXmlWriter(InteractionCategory interactionCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.
- Parameters:
interactionCategory
- aInteractionCategory
object.complexType
- aComplexType
object.type
- aPsiXmlType
object.version
- aPsiXmlVersion
object.extended
- a boolean.named
- a boolean.- Returns:
- a
InteractionWriter
object.
-
createPsiXmlBinaryWriter
public InteractionWriter createPsiXmlBinaryWriter(InteractionCategory interactionCategory, PsiXmlVersion version, PsiXmlType type, boolean extended, boolean named)
createPsiXmlBinaryWriter.
- Parameters:
interactionCategory
- aInteractionCategory
object.version
- aPsiXmlVersion
object.type
- aPsiXmlType
object.extended
- a boolean.named
- a boolean.- Returns:
- a
InteractionWriter
object.
-
createPsiXmlWriter
public InteractionWriter createPsiXmlWriter(InteractionCategory interactionCategory, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.
- Parameters:
interactionCategory
- aInteractionCategory
object.type
- aPsiXmlType
object.version
- aPsiXmlVersion
object.extended
- a boolean.named
- a boolean.- Returns:
- a
InteractionWriter
object.
-
-