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 classIDAREProperties.EdgeTypestatic classIDAREProperties.NodeType 
- 
Field Summary
Fields Modifier and Type Field Description static StringIDARE_DISPLAYMANAGERINFO_SESSION_IDstatic StringIDARE_DUPLICATED_NODEstatic StringIDARE_EDGE_PROPERTYIDARE Column Headersstatic StringIDARE_GENE_EDGE_IDstatic StringIDARE_IMAGE_SESSION_IDThe Field ID of IDARE information in stored sessions.static StringIDARE_LINK_TARGETThis field should only be set if the corresponding node is a Link Node (i.e.static StringIDARE_LINK_TARGET_SUBSYSTEMThis is an awkward way to restore the correct linking behaviour since there is otherwise no way to know which SubsystemView a link targeted.static StringIDARE_NETWORK_IDstatic StringIDARE_NODE_NAMEstatic StringIDARE_NODE_TYPEstatic StringIDARE_NODE_UIDThe ID for this node if it is the target of a link.static StringIDARE_ORIGINAL_NODEstatic StringIDARE_SUBNETWORK_TYPEstatic StringSBML_EDGE_TYPEstatic StringSBML_GENE_STRINGSome specifications for SBML data fieldsstatic StringSBML_ID_STRINGstatic StringSBML_NAME_STRINGstatic StringSBML_REACTION_STRINGstatic StringSBML_SPECIES_STRINGstatic StringSBML_TYPE_STRINGstatic Map<String,String>SBMLToIDAREstatic StringSUBSYSTEMS_SAVE_FILEIDARE SubSystems Save Filestatic StringSUBSYSTEMS_SAVE_ID 
- 
Constructor Summary
Constructors Constructor Description IDAREProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType(String name)voidsetType(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
 
 
 - 
 
 -