Class KeggPathwayEntry
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg.KeggPathwayEntry
- All Implemented Interfaces:
Comparable<Object>
public class KeggPathwayEntry extends Object implements Comparable<Object>
- Author:
- Christian Klukas To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Constructor Summary
Constructors Constructor Description KeggPathwayEntry(KeggPathwayEntry copyThisEntry, boolean colorEnzymesAndUseReferencePathway)
KeggPathwayEntry(InputStream inputStream)
KeggPathwayEntry(String name, boolean stripOrganismName, String mapName, String[] group)
-
Method Summary
Modifier and Type Method Description int
compareTo(Object o)
String[]
getGroupName()
String
getMapName()
String
getMappingCountDescription(String pre)
InputStream
getOpenInputStream()
String
getOrganismLetters()
static String
getOrganismLettersFromMapId(String mapName)
String
getPathwayName()
URL
getPathwayURL()
URL
getPathwayURL(boolean useReferencePathwayURL)
String
getPathwayURLstring()
Vector2d
getTargetPosition()
boolean
isColorEnzymesAndUseReferencePathway()
boolean
isReferencePathway()
void
setColorEnzymesAndUseReferencePathway(boolean colorEnzymesAndUseReferencePathway)
void
setGroupName(String[] group)
void
setMapName(String mapName)
void
setMappingCount(String mappingCount)
void
setPathwayName(String pathwayName)
void
setTargetPosition(Vector2d targetPosition)
String
toString()
-
Constructor Details
-
KeggPathwayEntry
-
KeggPathwayEntry
-
KeggPathwayEntry
public KeggPathwayEntry(KeggPathwayEntry copyThisEntry, boolean colorEnzymesAndUseReferencePathway)
-
-
Method Details
-
getGroupName
-
setGroupName
-
getPathwayURLstring
-
getPathwayURL
-
getPathwayURL
-
toString
-
setMappingCount
-
getOpenInputStream
- Throws:
IOException
-
getMappingCountDescription
- Parameters:
string
-- Returns:
-
setPathwayName
-
getPathwayName
-
setMapName
-
getMapName
-
setColorEnzymesAndUseReferencePathway
public void setColorEnzymesAndUseReferencePathway(boolean colorEnzymesAndUseReferencePathway) -
isColorEnzymesAndUseReferencePathway
public boolean isColorEnzymesAndUseReferencePathway() -
isReferencePathway
public boolean isReferencePathway() -
getOrganismLetters
-
getOrganismLettersFromMapId
-
getTargetPosition
-
setTargetPosition
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Object>
-