Class OutputColumn
java.lang.Object
org.biopax.paxtools.pattern.miner.OutputColumn
This class is used for defining a custom column in the te
- Author:
- Ozgun Babur
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnValue(SIFInteraction inter) Get the string to write in the output file.
-
Constructor Details
-
OutputColumn
Constructor with output type. Thefieldparameter can either be a value among OutputValue.Type enum (excluding the valueCUSTOM), or a PathAccessor string to apply to mediator objects.- Parameters:
field- type of the custom field
-
-
Method Details
-
getColumnValue
Get the string to write in the output file.- Parameters:
inter- the binary interaction- Returns:
- column value
-