Interface PsiXmlParticipantWriter<T extends Participant>

    • Method Detail

      • writeComplexAsInteractor

        boolean writeComplexAsInteractor()

        writeComplexAsInteractor.

        Returns:
        true if the participant writer will write a complex as an interactor
      • setComplexAsInteractor

        void setComplexAsInteractor​(boolean complexAsInteractor)
        Sets the property of the writer to write a complex as an interactor or as an interaction
        Parameters:
        complexAsInteractor - a boolean.
      • writeParticipant

        void writeParticipant​(T participant,
                              CvTerm generalParticipantDetectionMethod)
                       throws MIIOException

        writeParticipant.

        Parameters:
        participant - : participant to write
        generalParticipantDetectionMethod - : the experiment participant identification method which can be overridden by the participant
        Throws:
        MIIOException - if any.