swarm.defobj.copy.protocol.html

来自「set for Swarm2.1是圣菲研究院的开发人员对Swarm的特性及其使用」· HTML 代码 · 共 197 行

HTML
197
字号
<HTML><HEAD><TITLE>Copy</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.53"><LINKREL="HOME"TITLE="Documentation Set for Swarm 2.1.1"HREF="set.html"><LINKREL="UP"TITLE="Defobj Library"HREF="swarm.defobj.sgml.reference.html"><LINKREL="PREVIOUS"TITLE="CREATABLE"HREF="swarm.defobj.creatable.protocol.html"><LINKREL="NEXT"TITLE="Create"HREF="swarm.defobj.create.protocol.html"></HEAD><BODYCLASS="REFENTRY"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Documentation Set for Swarm 2.1.1</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="swarm.defobj.creatable.protocol.html">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Reference I. Defobj Library</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="swarm.defobj.create.protocol.html">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><H1><ANAME="SWARM.DEFOBJ.COPY.PROTOCOL">Copy</A></H1><DIVCLASS="REFNAMEDIV"><ANAME="AEN2831"></A><H2>Name</H2>Copy&nbsp;--&nbsp; Copy all state defined as part of object.</DIV><DIVCLASS="REFSECT1"><ANAME="AEN2834"></A><H2>Description</H2><P> An object type that supplies the copy operation defines what it includes as the contents of an object copied.  There is no global rule for what is considered "inside" a copied object vs. merely referenced by it.  (There is no fixed notion of "shallow" vs. "deep" copy found in some object libraries.)  After copying, the new object may still contain some references to other elements also referenced by the starting object, but in general the new object minimizes any dependencies shared with the starting object.  Any object type supplying the copy message should also supply documentation on its rules for copied objects.</P></DIV><DIVCLASS="REFSECT1"><ANAME="AEN2837"></A><H2>Protocols adopted by Copy</H2><P>None</P></DIV><DIVCLASS="REFSECT1"><ANAME="AEN2840"></A><H2>Methods</H2><DIVCLASS="REFSECT2"><ANAME="AEN2842"></A><H3>Phase: Using</H3><P></P><UL><LI><DIVCLASS="FUNCSYNOPSIS"><ANAME="SWARM.DEFOBJ.COPY.METHOD.PU.M202"></A><P></P>- <BCLASS="FUNCPROTOTYPE">copy:</B> (id &lt;Zone&gt;)<VARCLASS="PDPARAM">aZone</VAR> <BR> The copy message creates a new object that has the same contents and resulting behavior as a starting object, except that an independent copy of the contents of the starting object is created so that further changes to one object do not affect the other.  The zone argument specifies the source of storage for the new object.  The message returns the id of the new object created.<P></P></DIV></LI></UL></DIV></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="swarm.defobj.creatable.protocol.html">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="set.html">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="swarm.defobj.create.protocol.html">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">CREATABLE</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="swarm.defobj.sgml.reference.html">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Create</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?