public class SoftwareWrapper extends java.lang.Object implements TreeElement
| Modifier and Type | Field and Description |
|---|---|
private RouterSoftware |
rs
The RouterSoftware to wrap.
|
| Constructor and Description |
|---|
SoftwareWrapper(RouterSoftware rs)
The SoftwareWrapper constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeElementVisitor vis)
Accepts a TreeElementVisitor.
|
RouterSoftware |
getConfiguration() |
java.lang.String |
toString() |
private final RouterSoftware rs
public SoftwareWrapper(RouterSoftware rs)
rs - The RouterSoftware to wrap.public RouterSoftware getConfiguration()
public java.lang.String toString()
toString in interface TreeElementtoString in class java.lang.Objectpublic void accept(TreeElementVisitor vis)
TreeElementaccept in interface TreeElementvis - the visitor.