Package idare.Properties
Class IDAREProperties
- java.lang.Object
-
- idare.Properties.IDAREProperties
-
public class IDAREProperties extends Object
Class containing all static Fields for the IDARE Columns. Please use only these fields when altering IDARE columns.- Author:
- Thomas PFau
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IDAREProperties.EdgeType
static class
IDAREProperties.NodeType
-
Field Summary
Fields Modifier and Type Field Description static String
IDARE_DISPLAYMANAGERINFO_SESSION_ID
static String
IDARE_DUPLICATED_NODE
static String
IDARE_EDGE_PROPERTY
IDARE Column Headersstatic String
IDARE_GENE_EDGE_ID
static String
IDARE_IMAGE_SESSION_ID
The Field ID of IDARE information in stored sessions.static String
IDARE_LINK_TARGET
This field should only be set if the corresponding node is a Link Node (i.e.static String
IDARE_LINK_TARGET_SUBSYSTEM
This is an awkward way to restore the correct linking behaviour since there is otherwise no way to know which SubsystemView a link targeted.static String
IDARE_NETWORK_ID
static String
IDARE_NODE_NAME
static String
IDARE_NODE_TYPE
static String
IDARE_NODE_UID
The ID for this node if it is the target of a link.static String
IDARE_ORIGINAL_NODE
static String
IDARE_SUBNETWORK_TYPE
static String
SBML_EDGE_TYPE
static String
SBML_GENE_STRING
Some specifications for SBML data fieldsstatic String
SBML_ID_STRING
static String
SBML_NAME_STRING
static String
SBML_REACTION_STRING
static String
SBML_SPECIES_STRING
static String
SBML_TYPE_STRING
static Map<String,String>
SBMLToIDARE
static String
SUBSYSTEMS_SAVE_FILE
IDARE SubSystems Save Filestatic String
SUBSYSTEMS_SAVE_ID
-
Constructor Summary
Constructors Constructor Description IDAREProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType(String name)
void
setType(String IDAREId, String name)
-
-
-
Field Detail
-
IDARE_EDGE_PROPERTY
public static final String IDARE_EDGE_PROPERTY
IDARE Column Headers- See Also:
- Constant Field Values
-
IDARE_NODE_TYPE
public static final String IDARE_NODE_TYPE
- See Also:
- Constant Field Values
-
IDARE_SUBNETWORK_TYPE
public static final String IDARE_SUBNETWORK_TYPE
- See Also:
- Constant Field Values
-
IDARE_NODE_NAME
public static final String IDARE_NODE_NAME
- See Also:
- Constant Field Values
-
IDARE_NETWORK_ID
public static final String IDARE_NETWORK_ID
- See Also:
- Constant Field Values
-
IDARE_GENE_EDGE_ID
public static final String IDARE_GENE_EDGE_ID
- See Also:
- Constant Field Values
-
IDARE_DUPLICATED_NODE
public static final String IDARE_DUPLICATED_NODE
- See Also:
- Constant Field Values
-
IDARE_ORIGINAL_NODE
public static final String IDARE_ORIGINAL_NODE
- See Also:
- Constant Field Values
-
IDARE_LINK_TARGET
public static final String IDARE_LINK_TARGET
This field should only be set if the corresponding node is a Link Node (i.e. the IDARENodeType is IDARE_LINK)- See Also:
- Constant Field Values
-
IDARE_NODE_UID
public static final String IDARE_NODE_UID
The ID for this node if it is the target of a link. At network creation this will be set to the SUID of the corresponding node. It should never ever be overwritten Link Nodes should (in general) not have this property set.- See Also:
- Constant Field Values
-
IDARE_LINK_TARGET_SUBSYSTEM
public static final String IDARE_LINK_TARGET_SUBSYSTEM
This is an awkward way to restore the correct linking behaviour since there is otherwise no way to know which SubsystemView a link targeted.- See Also:
- Constant Field Values
-
SBML_EDGE_TYPE
public static final String SBML_EDGE_TYPE
- See Also:
- Constant Field Values
-
SUBSYSTEMS_SAVE_FILE
public static final String SUBSYSTEMS_SAVE_FILE
IDARE SubSystems Save File- See Also:
- Constant Field Values
-
SUBSYSTEMS_SAVE_ID
public static final String SUBSYSTEMS_SAVE_ID
- See Also:
- Constant Field Values
-
IDARE_IMAGE_SESSION_ID
public static final String IDARE_IMAGE_SESSION_ID
The Field ID of IDARE information in stored sessions.- See Also:
- Constant Field Values
-
IDARE_DISPLAYMANAGERINFO_SESSION_ID
public static final String IDARE_DISPLAYMANAGERINFO_SESSION_ID
- See Also:
- Constant Field Values
-
SBML_GENE_STRING
public static final String SBML_GENE_STRING
Some specifications for SBML data fields- See Also:
- Constant Field Values
-
SBML_TYPE_STRING
public static final String SBML_TYPE_STRING
- See Also:
- Constant Field Values
-
SBML_ID_STRING
public static final String SBML_ID_STRING
- See Also:
- Constant Field Values
-
SBML_SPECIES_STRING
public static final String SBML_SPECIES_STRING
- See Also:
- Constant Field Values
-
SBML_REACTION_STRING
public static final String SBML_REACTION_STRING
- See Also:
- Constant Field Values
-
SBML_NAME_STRING
public static final String SBML_NAME_STRING
- See Also:
- Constant Field Values
-
-