001package org.biopax.paxtools.pattern.util;
002
003/**
004 * Distinguishes between input and output.
005 *
006 * @author Ozgun Babur
007 */
008public enum RelType
009{
010        INPUT,
011        OUTPUT
012}