Class OutputColumn

java.lang.Object
org.biopax.paxtools.pattern.miner.OutputColumn

public class OutputColumn extends Object
This class is used for defining a custom column in the te
Author:
Ozgun Babur
  • Constructor Details

    • OutputColumn

      public OutputColumn(String field)
      Constructor with output type. The field parameter can either be a value among OutputValue.Type enum (excluding the value CUSTOM), or a PathAccessor string to apply to mediator objects.
      Parameters:
      field - type of the custom field
  • Method Details

    • getColumnValue

      public String getColumnValue(SIFInteraction inter)
      Get the string to write in the output file.
      Parameters:
      inter - the binary interaction
      Returns:
      column value