public final class OctaveFake extends Object implements OctaveObject
| Constructor and Description |
|---|
OctaveFake(String data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
OctaveFake |
shallowCopy()
Make a shallow copy of this object.
|
private final String data
public OctaveFake(String data)
data - public OctaveFake shallowCopy()
OctaveObjectOctaveObject is returned from a getter,
e.g. on OctaveStruct or OctaveStruct,
a shallow copy is returned in order to follow the way octave behaves.
This method is used to make that copy.shallowCopy in interface OctaveObjectpublic String getData()
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.