Class ConcatRPQ

All Implemented Interfaces:
QueryFragment, QueryLanguageSyntax, RPQ, OutputFormal, OutputSQL, OutputXML

public class ConcatRPQ extends GenericConcatenation<RPQ> implements RPQ
RPQ modelling the concatenation of a number of RPQs (also known as the join operation).
  • Constructor Details

  • Method Details

    • writeXML

      public void writeXML(IndentWriter writer)
      Description copied from interface: OutputXML
      Writes this object as XML to the given writer.
      Specified by:
      writeXML in interface OutputXML
      Parameters:
      writer - The writer to write to.