예제 #1
0
 /// <summary>
 /// Adds a new isContainedIn edge to the node.
 /// </summary>
 /// <param name="node">[in] The end point of the new isContainedIn edge.</param>
 /// <param name="acValue">[in] The value of the association class.</param>
 /// <exception cref="Columbus.Lim.Asg.LimException">Throws LimException if there is something wrong with the given node.</exception>
 public void addIsContainedIn(Columbus.Lim.Asg.Nodes.Physical.File node, SourcePosition acValue)
 {
     addIsContainedIn(node.Id, acValue);
 }
예제 #2
0
 /// <summary>
 /// Adds a new compilationUnit edge to the node and inserts it after the other ones.
 /// </summary>
 /// <param name="node">[in] The end point of the new compilationUnit edge.</param>
 /// <exception cref="Columbus.Lim.Asg.LimException">Throws LimException if there is something wrong with the given node.</exception>
 public void addCompilationUnit(Columbus.Lim.Asg.Nodes.Physical.File node)
 {
     addCompilationUnit(node.Id);
 }
예제 #3
0
 /// <summary>
 /// Deselects the actual node (and only this).
 /// </summary>
 /// <param name="node">[in] The node which is visited.</param>
 public override void visitEnd(Columbus.Lim.Asg.Nodes.Physical.File node, bool callVirtualBase)
 {
     selector(node.Id);
 }
예제 #4
0
 /// <summary>
 /// Abstract end visitor, which calls the end visitor of the base class (Columbus.Lim.Asg.Nodes.Physical.FSEntry) of the Columbus.Lim.Asg.Nodes.Physical.File node.
 /// </summary>
 /// <param name="node">[in] The node which is visited.</param>
 public override void visitEnd(Columbus.Lim.Asg.Nodes.Physical.File node, bool callVirtualBase)
 {
     visitEnd((Columbus.Lim.Asg.Nodes.Physical.FSEntry)node, false);
 }
예제 #5
0
 /// <summary>
 /// Adds a new hasFiles edge to the node and inserts it after the other ones.
 /// </summary>
 /// <param name="node">[in] The end point of the new hasFiles edge.</param>
 /// <exception cref="Columbus.Lim.Asg.LimException">Throws LimException if there is something wrong with the given node.</exception>
 public void addHasFiles(Columbus.Lim.Asg.Nodes.Physical.File node)
 {
     addHasFiles(node.Id);
 }