|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.TopoSystem
public class TopoSystem
Class for storing static data about topoloical relations.
Nested Class Summary | |
---|---|
static class |
TopoSystem.RCC5
|
static class |
TopoSystem.RCC8
|
static class |
TopoSystem.RCCSystem
a list of topological systems |
Field Summary | |
---|---|
private static java.util.HashMap<java.lang.String,TopoSystem.RCCSystem> |
systemMap
a mapping of topological names to their rcc system |
private static java.util.HashMap<java.lang.String,java.lang.String> |
topologicalHierarchy
a mapping of topological values to the next higher granularity |
private static java.util.HashMap<TopoSystem.RCCSystem,java.util.ArrayList<java.lang.String>> |
valuesMap
a mapping of systems to the topological names |
Constructor Summary | |
---|---|
TopoSystem()
|
Method Summary | |
---|---|
static TopoSystem.RCCSystem |
getSystem(java.lang.String topoName)
Gets the RCC system for the specified topological name. |
static java.lang.String |
getTopologicalName(java.lang.String topoName,
TopoSystem.RCCSystem system)
Gets the topological name of the specified value in the new topological system. |
static java.util.ArrayList<java.lang.String> |
getTopoNames(TopoSystem.RCCSystem system)
Gets the topological names for the specified system. |
static boolean |
higherGranularity(TopoSystem.RCCSystem system1,
TopoSystem.RCCSystem system2)
Returns true if the first system has a higher granularity than the second system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.HashMap<java.lang.String,TopoSystem.RCCSystem> systemMap
private static java.util.HashMap<TopoSystem.RCCSystem,java.util.ArrayList<java.lang.String>> valuesMap
private static java.util.HashMap<java.lang.String,java.lang.String> topologicalHierarchy
Constructor Detail |
---|
public TopoSystem()
Method Detail |
---|
public static java.util.ArrayList<java.lang.String> getTopoNames(TopoSystem.RCCSystem system)
system
- - the RCC system
public static TopoSystem.RCCSystem getSystem(java.lang.String topoName)
topoName
- - the topological name
public static java.lang.String getTopologicalName(java.lang.String topoName, TopoSystem.RCCSystem system)
topoName
- - the topological namesystem
- - the new RCC system
public static boolean higherGranularity(TopoSystem.RCCSystem system1, TopoSystem.RCCSystem system2)
system1
- - the first systemsystem2
- - the second system
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |