All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef

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

public class ASTresponsibilityRef
extends ASTatom
ASTresponsibilityRef is a class that is used as a node in the AST in order to contain all the information related to a responsibility reference (atom). It was built using jjtree 0.3.5.

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

Method Index

 o getInSegment()
Return the input segment of this atom (only one).
 o getOutSegment()
Return the output segment of this atom (only one).
 o setInSegment(String)
Set the input segment of this atom (only one).
 o setOutSegment(String)
Set the output segment of this atom (only one).
 o toString()

Methods

 o setInSegment
 public void setInSegment(String n)
Set the input segment of this atom (only one).

Parameters:
n - the input segment identifier
 o getInSegment
 public String getInSegment()
Return the input segment of this atom (only one).

Returns:
the input segment identifier
 o setOutSegment
 public void setOutSegment(String n)
Set the output segment of this atom (only one).

Parameters:
n - the output segment identifier
 o getOutSegment
 public String getOutSegment()
Return the output segment of this atom (only one).

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index