Package | Description |
---|---|
msim.model |
Mixed physical/virtual linkage Simulator model representation and algorithms.
|
Modifier and Type | Method and Description |
---|---|
static Path |
Path.parse(java.lang.String path)
Split a single path string at all instances of
SEPARATOR , and then make a new Path from the resulting
sequence. |
static Path |
Path.pathOf(javax.media.j3d.Geometry geometry)
Extract the path leading to geometry.
|
static Path |
Path.pathOf(Linkage linkage)
Extract the path leading to linkage.
|
static Path |
Path.pathOf(LinkageNode.SubFrame subframe)
Extract the path leading to subframe.
|
static Path |
Path.pathOf(LinkageNode node)
Extract the path leading to node.
|
static Path |
Path.pathOf(LinkageNode node,
java.lang.String subframe)
|
static Path |
Path.pathOf(vona.j3d.Widget widget)
Extract the path leading to widget.
|
protected static Path |
Path.pathOfOrDump(javax.media.j3d.Geometry geometry,
java.io.PrintStream s)
Common impl of
pathOf(Geometry) and dumpPathOf(Geometry, PrintStream) . |
protected static Path |
Path.pathOfOrDump(LinkageNode.SubFrame subframe,
java.io.PrintStream s)
|
protected static Path |
Path.pathOfOrDump(LinkageNode node,
java.io.PrintStream s)
Covers
pathOfOrDump(LinkageNode, PrintStream, int) , no extra
suffix elements. |
protected static Path |
Path.pathOfOrDump(LinkageNode node,
java.io.PrintStream s,
int extraSuffixElements)
Common impl of
pathOf(LinkageNode) and dumpPathOf(LinkageNode, PrintStream) . |
protected static Path |
Path.pathOfOrDump(Linkage linkage,
java.io.PrintStream s)
Covers
pathOfOrDump(Linkage, PrintStream, int) , no extra
suffix elements. |
protected static Path |
Path.pathOfOrDump(Linkage linkage,
java.io.PrintStream s,
int extraSuffixElements)
Common impl of
pathOf(Linkage) and dumpPathOf(Linkage, PrintStream) . |
protected static Path |
Path.pathOfOrDump(vona.j3d.Widget widget,
java.io.PrintStream s)
Covers
pathOfOrDump(Widget, PrintStream, int) , no extra suffix
elements. |
protected static Path |
Path.pathOfOrDump(vona.j3d.Widget widget,
java.io.PrintStream s,
int extraSuffixElements)
Common impl of
pathOf(Widget) and dumpPathOf(Widget,
PrintStream) . |