|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.visual.mappings.MappingUtil
public class MappingUtil
Provides simple utility methods for the Mapping classes.
| Constructor Summary | |
|---|---|
MappingUtil()
|
|
| Method Summary | |
|---|---|
static byte |
getAttributeType(String base,
String attr)
This method determines the type of the attribute used for the mapping. |
static String |
getAttributeTypeString(String base,
String attr)
This method determines the type of the attr used and returns a string representation of it. |
static Object |
parseObjectType(String key,
byte attrType)
This method returns an object of the specified type based on the string read from the props file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingUtil()
| Method Detail |
|---|
public static String getAttributeTypeString(String base,
String attr)
public static byte getAttributeType(String base,
String attr)
public static Object parseObjectType(String key,
byte attrType)
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||