|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.mappings.discrete.DiscreteMappingReader
public class DiscreteMappingReader
Reads in DiscreteMapping Properties. Unit Test for this class exists in: cytoscape.visual.mappings.discrete.unitTests.TestDiscreteMappingReader.
Constructor Summary | |
---|---|
DiscreteMappingReader(Properties props,
String baseKey,
ValueParser parser)
Constructor. |
Method Summary | |
---|---|
String |
getControllingAttributeName()
Gets Controlling Attribute Name. |
SortedMap |
getMap()
Gets the Discrete Map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscreteMappingReader(Properties props, String baseKey, ValueParser parser)
props
- Properties Object.baseKey
- Base Property Key.parser
- ValueParser Object.Method Detail |
---|
public String getControllingAttributeName()
public SortedMap getMap()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |