public class OpenSimObject extends java.lang.Object implements Clonable
Constructor and Description |
---|
OpenSimObject() |
OpenSimObject(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
OpenSimObject |
clone() |
java.lang.String |
getName() |
OpenSimObject |
getParent()
Returns parent component for use in navigating the model hierarchy
|
java.lang.String |
getPath()
Determine absolute paths of objects within the model hierarchy,
using URI rules for path resolution.
|
void |
setName(java.lang.String name) |
void |
setParent(OpenSimObject parent)
Sets parent component for use in navigating the model hierarchy
|
public OpenSimObject()
public OpenSimObject(java.lang.String name)
public void setName(java.lang.String name)
public java.lang.String getName()
public void setParent(OpenSimObject parent)
parent
- parent objectpublic OpenSimObject getParent()
public java.lang.String getPath()
public OpenSimObject clone()