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 InteractionWritercreatePsiXmlBinaryWriter(InteractionCategory interactionCategory, PsiXmlVersion version, PsiXmlType type, boolean extended, boolean named)createPsiXmlBinaryWriter.InteractionWritercreatePsiXmlWriter(InteractionCategory interactionCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)createPsiXmlWriter.InteractionWritercreatePsiXmlWriter(InteractionCategory interactionCategory, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)createPsiXmlWriter.static PsiXmlWriterFactorygetInstance()Getter for the fieldinstance.
-
-
-
Method Detail
-
getInstance
public static PsiXmlWriterFactory getInstance()
Getter for the field
instance.- Returns:
- a
PsiXmlWriterFactoryobject.
-
createPsiXmlWriter
public InteractionWriter createPsiXmlWriter(InteractionCategory interactionCategory, ComplexType complexType, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.
- Parameters:
interactionCategory- aInteractionCategoryobject.complexType- aComplexTypeobject.type- aPsiXmlTypeobject.version- aPsiXmlVersionobject.extended- a boolean.named- a boolean.- Returns:
- a
InteractionWriterobject.
-
createPsiXmlBinaryWriter
public InteractionWriter createPsiXmlBinaryWriter(InteractionCategory interactionCategory, PsiXmlVersion version, PsiXmlType type, boolean extended, boolean named)
createPsiXmlBinaryWriter.
- Parameters:
interactionCategory- aInteractionCategoryobject.version- aPsiXmlVersionobject.type- aPsiXmlTypeobject.extended- a boolean.named- a boolean.- Returns:
- a
InteractionWriterobject.
-
createPsiXmlWriter
public InteractionWriter createPsiXmlWriter(InteractionCategory interactionCategory, PsiXmlType type, PsiXmlVersion version, boolean extended, boolean named)
createPsiXmlWriter.
- Parameters:
interactionCategory- aInteractionCategoryobject.type- aPsiXmlTypeobject.version- aPsiXmlVersionobject.extended- a boolean.named- a boolean.- Returns:
- a
InteractionWriterobject.
-
-