Enum Class SIFEnum
- All Implemented Interfaces:
Serializable,Comparable<SIFEnum>,Constable,SIFType
Enum for representing supported SIF edge types.
- Author:
- Ozgun Babur
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
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.static SIFEnumstatic SIFEnumReturns the enum constant of this class with the specified name.static SIFEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONTROLS_STATE_CHANGE_OF
-
CONTROLS_TRANSPORT_OF
-
CONTROLS_PHOSPHORYLATION_OF
-
CONTROLS_EXPRESSION_OF
-
CATALYSIS_PRECEDES
-
IN_COMPLEX_WITH
-
INTERACTS_WITH
-
NEIGHBOR_OF
-
CONSUMPTION_CONTROLLED_BY
-
CONTROLS_PRODUCTION_OF
-
CONTROLS_TRANSPORT_OF_CHEMICAL
-
CHEMICAL_AFFECTS
-
REACTS_WITH
-
USED_TO_PRODUCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTag
Tag of a SIF type is derived from the enum name. -
isDirected
public boolean isDirected()Asks if the edge is directed.- Specified by:
isDirectedin interfaceSIFType- Returns:
- true if directed
-
getDescription
Gets the description of the SIF type.- Specified by:
getDescriptionin interfaceSIFType- Returns:
- description
-
getMiners
Description copied from interface:SIFTypeGets the list of SIFMiner classes that can search this type of SIF edge in a BioPAX model. -
typeOf
-