All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTlink

ca.carleton.sce.ucmagents.lfmparse.SimpleNode
   |
   +----ca.carleton.sce.ucmagents.lfmparse.ASTlink

public class ASTlink
extends SimpleNode
ASTlink is a class that is used as a node in the AST in order to contain all the information in a link of a semi-path. It was built using jjtree 0.3.5.

Version:
1.00, 1998 01 28
Author:
Daniel Amyot, damyot@csi.uottawa.ca
See Also:
ASTsemiPath, SimpleNode

Constructor Index

 o ASTlink(int)
 o ASTlink(lfmparse, int)

Method Index

 o getInSegmentId()
Return the input segment identifier of this link.
 o getOutSegmentId()
Return the output segment identifier of this link.
 o setInSegmentId(String)
Set the input segment identifier of this link.
 o setOutSegmentId(String)
Set the output segment identifier of this link.
 o toString()

Constructors

 o ASTlink
 public ASTlink(int id)
 o ASTlink
 public ASTlink(lfmparse p,
                int id)

Methods

 o setInSegmentId
 public void setInSegmentId(String id)
Set the input segment identifier of this link.

Parameters:
id - the input segment identifier
 o getInSegmentId
 public String getInSegmentId()
Return the input segment identifier of this link.

Returns:
the input segment identifier
 o setOutSegmentId
 public void setOutSegmentId(String id)
Set the output segment identifier of this link.

Parameters:
id - the output segment identifier
 o getOutSegmentId
 public String getOutSegmentId()
Return the output segment identifier of this link.

Returns:
the output segment identifier
 o toString
 public String toString()
Overrides:
toString in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index