public class Bottle extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
Bottle() |
|
Bottle(Bottle bottle) |
protected |
Bottle(long cPtr,
boolean cMemoryOwn) |
|
Bottle(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String txt) |
void |
add(Value value) |
Property |
addDict() |
void |
addDouble(double x) |
void |
addInt(int x) |
void |
addInt64(SWIGTYPE_p_YARP_INT64 x) |
Bottle |
addList() |
void |
addString(java.lang.String str) |
void |
addVocab(int x) |
void |
append(Bottle alt) |
boolean |
check(java.lang.String key) |
boolean |
check(java.lang.String key,
java.lang.String comment) |
Value |
check(java.lang.String key,
Value fallback) |
Value |
check(java.lang.String key,
Value fallback,
java.lang.String comment) |
void |
clear() |
void |
copy(Bottle alt) |
void |
copy(Bottle alt,
int first) |
void |
copy(Bottle alt,
int first,
int len) |
void |
delete() |
static java.lang.String |
describeBottleCode(int code) |
protected void |
finalize() |
Value |
find(java.lang.String key) |
Bottle |
findGroup(java.lang.String key) |
Bottle |
findGroup(java.lang.String key,
java.lang.String comment) |
void |
fromBinary(java.lang.String buf,
int len) |
void |
fromString(java.lang.String text) |
Value |
get(int index) |
protected static long |
getCPtr(Bottle obj) |
static Bottle |
getNullBottle() |
int |
getSpecialization() |
void |
hasChanged() |
boolean |
isEqual(Bottle alt) |
boolean |
isNull() |
boolean |
notEqual(Bottle alt) |
void |
onCommencement() |
Value |
pop() |
boolean |
read(ConnectionReader reader) |
boolean |
read(PortWriter writer) |
boolean |
read(PortWriter writer,
boolean textMode) |
void |
setNested(boolean nested) |
int |
size() |
void |
specialize(int subCode) |
Bottle |
tail() |
java.lang.String |
toBinary() |
java.lang.String |
toBinary(SWIGTYPE_p_size_t size) |
java.lang.String |
toString_c() |
java.lang.String |
toString() |
static java.lang.String |
toString(int x) |
boolean |
write(ConnectionWriter writer) |
boolean |
write(PortReader reader) |
boolean |
write(PortReader reader,
boolean textMode) |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected Bottle(long cPtr, boolean cMemoryOwn)
public Bottle()
public Bottle(java.lang.String text)
public Bottle(Bottle bottle)
protected static long getCPtr(Bottle obj)
public boolean check(java.lang.String key)
public boolean check(java.lang.String key, java.lang.String comment)
public Bottle findGroup(java.lang.String key)
public Bottle findGroup(java.lang.String key, java.lang.String comment)
public void clear()
public void addInt(int x)
public void addInt64(SWIGTYPE_p_YARP_INT64 x)
public void addVocab(int x)
public void addDouble(double x)
public void addString(java.lang.String str)
public void add(Value value)
public void add(java.lang.String txt)
public Bottle addList()
public Property addDict()
public Value pop()
public Value get(int index)
public int size()
public void fromString(java.lang.String text)
public void fromBinary(java.lang.String buf, int len)
public java.lang.String toBinary(SWIGTYPE_p_size_t size)
public java.lang.String toBinary()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean write(ConnectionWriter writer)
public boolean read(ConnectionReader reader)
public boolean write(PortReader reader, boolean textMode)
public boolean write(PortReader reader)
public boolean read(PortWriter writer, boolean textMode)
public boolean read(PortWriter writer)
public void onCommencement()
public Value find(java.lang.String key)
public boolean isNull()
public void copy(Bottle alt, int first, int len)
public void copy(Bottle alt, int first)
public void copy(Bottle alt)
public static Bottle getNullBottle()
public boolean isEqual(Bottle alt)
public boolean notEqual(Bottle alt)
public void append(Bottle alt)
public Bottle tail()
public void specialize(int subCode)
public int getSpecialization()
public void setNested(boolean nested)
public void hasChanged()
public static java.lang.String toString(int x)
public static java.lang.String describeBottleCode(int code)
public java.lang.String toString_c()