Interface SIFType
- All Known Implementing Classes:
SIFEnum
public interface SIFType
- Author:
- Ozgun Babur
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of the SIF type.Gets the list of SIFMiner classes that can search this type of SIF edge in a BioPAX model.getTag()Tag of a SIF type is derived from the enum name.booleanAsks if the edge is directed.
-
Method Details
-
getTag
String getTag()Tag of a SIF type is derived from the enum name.- Returns:
- tag
-
isDirected
boolean isDirected()Asks if the edge is directed.- Returns:
- true if directed
-
getDescription
String getDescription()Gets the description of the SIF type.- Returns:
- description
-
getMiners
Gets the list of SIFMiner classes that can search this type of SIF edge in a BioPAX model.- Returns:
- SIF miners
-