All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTmodel

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

public class ASTmodel
extends SimpleNode
ASTmodel is a class that is used as a node in the AST in order to contain all the information related to a model (root map or plugin). It has 3 child nodes: a structure specification, a path specification, and a responsibility specification. It was built using jjtree 0.3.5.

Version:
1.00, 1998 01 28
Author:
Daniel Amyot, damyot@csi.uottawa.ca
See Also:
ASTstructureSpec, ASTpathSpec, ASTresponsibilitySpec, ASTdegign, SimpleNode

Method Index

 o getTitle()
Return the model title.
 o setTitle(String)
Set the model title (a String).
 o toString()

Methods

 o setTitle
 public void setTitle(String n)
Set the model title (a String). Remove delimiters from this title, if any.

Parameters:
n - the model title.
 o getTitle
 public String getTitle()
Return the model title.

Returns:
the model title
 o toString
 public String toString()
Overrides:
toString in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index