All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub

ca.carleton.sce.ucmagents.lfmparse.SimpleNode
   |
   +----ca.carleton.sce.ucmagents.lfmparse.ASTatom
           |
           +----ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub

public class ASTfixedStub
extends ASTatom
ASTfixedStub is a class that is used as a node in the AST in order to contain the information related to a fixed (or static) stub (atom). A fixed stub also contains a plugin (as a child node) which represents a refinement. It was built using jjtree 0.3.5.

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

Method Index

 o getInSegmentList()
Return the list of input segments of this atom.
 o getOutSegmentList()
Return the list of output segments of this atom (may have more than one).
 o setInSegmentList(Vector)
Set the list of input segments of this atom (may have more than one).
 o setOutSegmentList(Vector)
Set the list of output segments of this atom (may have more than one).
 o toString()

Methods

 o setInSegmentList
 public void setInSegmentList(Vector isl)
Set the list of input segments of this atom (may have more than one).

Parameters:
isl - the list of input segments as a Vector of input segments identifiers
 o getInSegmentList
 public Vector getInSegmentList()
Return the list of input segments of this atom.

Returns:
the list of input segments as a Vector of input segments identifiers
 o setOutSegmentList
 public void setOutSegmentList(Vector osl)
Set the list of output segments of this atom (may have more than one).

Parameters:
osl - the list of output segments as a Vector of output segments identifiers
 o getOutSegmentList
 public Vector getOutSegmentList()
Return the list of output segments of this atom (may have more than one).

Returns:
the list of output segments as a Vector of output segments identifiers
 o toString
 public String toString()
Overrides:
toString in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index