public class OutputColumn extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputColumn.Type
Type of the output column.
|
| Constructor and Description |
|---|
OutputColumn(String field)
Constructor with output type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnValue(SIFInteraction inter)
Get the string to write in the output file.
|
public OutputColumn(String field)
field parameter can either be a value among
OutputValue.Type enum (excluding the value CUSTOM), or a PathAccessor string to
apply to mediator objects.field - type of the custom fieldpublic String getColumnValue(SIFInteraction inter)
inter - the binary interactionCopyright © 2015 BioPAX. All rights reserved.