All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection

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

public class ASTsemiPathConnection
extends SimpleNode
ASTsemiPathConnection is a class that is used as a node in the AST in order to contain the connection between two semi-paths related to one path. It was built using jjtree 0.3.5.

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

Constructor Index

 o ASTsemiPathConnection(int)
 o ASTsemiPathConnection(lfmparse, int)

Method Index

 o getSpId1()
Return the first semi-path identifier in the connection.
 o getSpId2()
Return the second semi-path identifier in the connection.
 o setSpId1(String)
Set the first semi-path identifier in the connection.
 o setSpId2(String)
Set the second semi-path identifier in the connection.
 o toString()

Constructors

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

Methods

 o setSpId1
 public void setSpId1(String id)
Set the first semi-path identifier in the connection.

Parameters:
id - the semi-path identifier
 o getSpId1
 public String getSpId1()
Return the first semi-path identifier in the connection.

Returns:
the semi-path identifier
 o setSpId2
 public void setSpId2(String id)
Set the second semi-path identifier in the connection.

Parameters:
id - the semi-path identifier
 o getSpId2
 public String getSpId2()
Return the second semi-path identifier in the connection.

Returns:
the semi-path identifier
 o toString
 public String toString()
Overrides:
toString in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index