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 intcompareTo(Object o)String[]getGroupName()StringgetMapName()StringgetMappingCountDescription(String pre)InputStreamgetOpenInputStream()StringgetOrganismLetters()static StringgetOrganismLettersFromMapId(String mapName)StringgetPathwayName()URLgetPathwayURL()URLgetPathwayURL(boolean useReferencePathwayURL)StringgetPathwayURLstring()Vector2dgetTargetPosition()booleanisColorEnzymesAndUseReferencePathway()booleanisReferencePathway()voidsetColorEnzymesAndUseReferencePathway(boolean colorEnzymesAndUseReferencePathway)voidsetGroupName(String[] group)voidsetMapName(String mapName)voidsetMappingCount(String mappingCount)voidsetPathwayName(String pathwayName)voidsetTargetPosition(Vector2d targetPosition)StringtoString()
-
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:
compareToin interfaceComparable<Object>
-