コード例 #1
0
        // ---------- Edge setter function(s) ----------

        /// <summary>
        /// Adds a new hasFSEntry edge to the node and inserts it after the other ones.
        /// </summary>
        /// <param name="node">[in] The end point of the new hasFSEntry edge.</param>
        /// <exception cref="Columbus.Lim.Asg.LimException">Throws LimException if there is something wrong with the given node.</exception>
        public void addHasFSEntry(Columbus.Lim.Asg.Nodes.Physical.FSEntry node)
        {
            addHasFSEntry(node.Id);
        }
コード例 #2
0
 /// <summary>
 /// Abstract end visitor, which calls the end visitor of the base class (Columbus.Lim.Asg.Nodes.Base.Named) of the Columbus.Lim.Asg.Nodes.Physical.FSEntry node.
 /// </summary>
 /// <param name="node">[in] The node which is visited.</param>
 public virtual void visitEnd(Columbus.Lim.Asg.Nodes.Physical.FSEntry node, bool callVirtualBase)
 {
     visitEnd((Columbus.Lim.Asg.Nodes.Base.Named)node, false);
 }
コード例 #3
0
        // ---------- Edge setter function(s) ----------

        /// <summary>
        /// Adds a new contains edge to the node and inserts it after the other ones.
        /// </summary>
        /// <param name="node">[in] The end point of the new contains edge.</param>
        /// <exception cref="Columbus.Lim.Asg.LimException">Throws LimException if there is something wrong with the given node.</exception>
        public void addContains(Columbus.Lim.Asg.Nodes.Physical.FSEntry node)
        {
            addContains(node.Id);
        }