Class FullParticipantEnricher<P extends Participant,​F extends Feature>

    • Constructor Detail

      • FullParticipantEnricher

        public FullParticipantEnricher()
    • Method Detail

      • processCausalRelationships

        protected void processCausalRelationships​(P objectToEnrich,
                                                  P objectSource)
                                           throws EnricherException

        processCausalRelationships.

        Parameters:
        objectToEnrich - a P object.
        objectSource - a P object.
        Throws:
        EnricherException - if any.
      • processXrefs

        protected void processXrefs​(P objectToEnrich,
                                    P objectSource)
                             throws EnricherException

        processXrefs.

        Parameters:
        objectToEnrich - a P object.
        objectSource - a P object.
        Throws:
        EnricherException - if any.
      • processAnnotations

        protected void processAnnotations​(P objectToEnrich,
                                          P objectSource)
                                   throws EnricherException

        processAnnotations.

        Parameters:
        objectToEnrich - a P object.
        objectSource - a P object.
        Throws:
        EnricherException - if any.