int replaceChild(long n, ASTBase newChild, bool delreplaced) { int ret = libsbmlPINVOKE.ASTBasePlugin_replaceChild(swigCPtr, n, ASTBase.getCPtr(newChild), delreplaced); return(ret); }
int prependChild(ASTBase newChild) { int ret = libsbmlPINVOKE.ASTBasePlugin_prependChild(swigCPtr, ASTBase.getCPtr(newChild)); return(ret); }
int addChild(ASTBase child) { int ret = libsbmlPINVOKE.ASTBasePlugin_addChild(swigCPtr, ASTBase.getCPtr(child)); return(ret); }
int insertChild(long n, ASTBase newChild) { int ret = libsbmlPINVOKE.ASTBasePlugin_insertChild(swigCPtr, n, ASTBase.getCPtr(newChild)); return(ret); }
void connectToParent(ASTBase astbase) { libsbmlPINVOKE.ASTBasePlugin_connectToParent(swigCPtr, ASTBase.getCPtr(astbase)); }