All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ACTION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
ACTUAL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
add_escapes(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String). Static method in class ca.carleton.sce.ucmagents.lfmparse.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
ANCHORED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
AND. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
ASCII_CharStream(InputStream, int, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
ASCII_CharStream(InputStream, int, int, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
ASTdesign(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTdesign
ASTdesign(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTdesign
ASTlink(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTlink
ASTlink(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTlink
ASTpluginMaps(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTpluginMaps
ASTpluginMaps(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTpluginMaps
ASTrootMaps(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTrootMaps
ASTrootMaps(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTrootMaps
ASTsemiPathConnection(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
ASTsemiPathConnection(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
atom(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an atom.
atomName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an atom name.
ATOMS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
AtomtoString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTatom
Display the common attributes of all atoms.

B

backup(int). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
beginColumn. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
bufpos. Static variable in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream

C

children. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
COLON. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
COMPONENT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
component(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a component.
componentName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a component name.
COMPONENTS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
componentSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a component specification.
componentType(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a component type.
COMPOSITIONS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
condition(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a condition.
CONNECT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
connectionList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a semi-path connection list.
CONNECTIONS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
COPY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
CREATE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
curChar. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
currentToken. Variable in class ca.carleton.sce.ucmagents.lfmparse.ParseException
This is the last token that has been consumed successfully.

D

DEFAULT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
DESCRIPTION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
description. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
New variable that contains the (optional) description associated to the current node.
description(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a general description (free text).
DESIGN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
design(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a complete UCM design, including root and plugin models.
designName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a design name.
DESTROY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
DIGIT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
disable_tracing(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Done(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
dump(String). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Displays the content of the current node and of its children.
DYNAMIC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
dynamicResp(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a dynamic responsibility.
dynamicStub(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a stub.

E

EMPTY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
emptySegment(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an empty segment.
emptySegmentId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an empty segment identifier.
enable_tracing(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
END. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
endBar(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an end bar atom.
endBarId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an end bar identifier.
endColumn. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
ENFORCE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
enforceBindings(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of enforced path bindings.
ENTRY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
entryPoint(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an entry point.
entryPointList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an entry point list.
EOF. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
eol. Variable in class ca.carleton.sce.ucmagents.lfmparse.ParseException
The end of line string for this machine.
event(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an event.
EVENTS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
EXCEPTION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
exceptionId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an exception identifier.
expectedTokenSequences. Variable in class ca.carleton.sce.ucmagents.lfmparse.ParseException
Each entry in this array is an array of integers.

F

FAILURE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
first(). Method in class ca.carleton.sce.ucmagents.lfmparse.StringPair
Get the first element.
FIXED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
fixedStub(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a stub.
FORK. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
fork(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a fork.
forkId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a fork identifier.
formalToValue(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an assignation of a value to a formal parameter.

G

generateParseException(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
getAction(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Return the action of a dynamic responsibility.
getBeginColumn(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getBeginLine(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getColumn(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getCompType(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the type of the components associated to this pool.
getConnectionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpath
Return the connection list (a Vector of semi-path connections), if there are many semi-paths in the path.
getDescription(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Get the description of the node.
getEndColumn(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getEndLine(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getEndPoint(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Return the end point (an end bar identifier or an empty segment identifier) in the composition.
getEnforceBindings(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Return the list of path bindings that must be enforced by this stub, in order to preserve path continuity.
getEntryPointList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsynchronization
Return the list of entry points of this synchronization atom (may have more than one).
getExceptionId(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Return the exception identifier raised or handled by an abort responsibility.
getFailurePoint(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the failure point attribute.
getIgnoreEndings(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Return the list of ingnored endings of this plugin.
GetImage(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getInConnections(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Return the list of input connections of this plugin.
getInSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the input segment of this atom (only one).
getInSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Return the input segment of this atom (only one).
getInSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfork
Return the input segment of this atom (only one).
getInSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef
Return the input segment of this atom (only one).
getInSegmentId(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTlink
Return the input segment identifier of this link.
getInSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Return the list of input segments of this atom.
getInSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub
Return the list of input segments of this atom.
getInSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTjoin
Return the list of input segments of this atom.
getInSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Return the list of input segments of this atom.
getInstanceValues(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Return the list of instance values of this plugin (may have more than one).
getIsaTimer(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Return the timer attribute.
getIsIn(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Return the direction of an action of a dynamic responsibility w.r.t.
getLine(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getMessage(). Method in class ca.carleton.sce.ucmagents.lfmparse.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage(). Method in class ca.carleton.sce.ucmagents.lfmparse.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Get the name of the node.
getNextToken(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
getNextToken(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
getOtherAtomsList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the list of other assigned to this component.
getOutConnections(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Return the list of output connections of this plugin.
getOutSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the output segment of this atom (only one).
getOutSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTjoin
Return the output segment of this atom (only one).
getOutSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef
Return the output segment of this atom (only one).
getOutSegment(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Return the output segment of this atom (only one).
getOutSegmentId(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTlink
Return the output segment identifier of this link.
getOutSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Return the list of output segments of this atom.
getOutSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub
Return the list of output segments of this atom (may have more than one).
getOutSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfork
Return the list output segments of this atom (may have more than one).
getOutSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsynchronization
Return the list of output segments of this atom (may have more than one).
getOutSegmentList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Return the list of output segments of this atom.
getPartOfPaths(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTatom
Return the paths to which this atom belongs.
getPath1(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Return the first path name in the composition.
getPath2(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Return the second path name in the composition.
getPathName(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Return the exception path name.
getPlugins(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the list of plugins (models) assigned to this pool.
getPostconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Return the list of postconditions of this stub.
getPostconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the list of postconditions of this stub.
getPostconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Return the list of postconditions of this stub.
getPreconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Return the list of preconditions of this stub.
getPreconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the list of preconditions of this atom.
getPreconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Return the list of preconditions of this atom.
getPreconditionList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Return the list of preconditions of this atom.
getReplicationFactor(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the replication factor.
getResponsibilities(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the list of responsibilities assigned to this component.
getResponsibilities(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the list of responsibilities assigned to this pool.
getResultingEventList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Return the list of resulting events associated to this end bar.
getSemiPathId(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpath
Return the semi-path identifier (a String), if there is only one semi-path in the path.
getShared(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Return the shared attribute.
getSourcePool(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Return the source pool related to the action of a dynamic responsibility.
getSpId1(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
Return the first semi-path identifier in the connection.
getSpId2(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
Return the second semi-path identifier in the connection.
getStartPoint(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Return the end point (a start of path identifier or a waiting place identifier) in the composition.
GetSuffix(int). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
getTitle(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTmodel
Return the model title.
getToken(int). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
getTriggeringEventList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Return the list of triggering events associated to this start of path.
getTriggeringEventList(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Return the list of triggering events associated to this waiting place.
getType(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTatom
Return the type of the atom.
getType(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the type of the component.
getType(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the pool type.

H

HANDLE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
handle(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an exception handler identifier.
hasPathAtoms(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Indicate the existence of a path atoms specification.
hasPathComps(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Indicate the existence of a composition list.
hasPaths(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Indicate the existence of a path list.
hasSemiPaths(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Indicate the existence of a semi-path list.

I

id. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
The integer id can be related to the node type (a String) via an array in lfmparseConstants.
IGNORE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
ignoredEndings(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of ignored endings in a stub binding.
image. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
The string image of the token.
IN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
INCLUDED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
inConnection(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an input connection in a stub binding.
inConnections(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of input connections.
inSegment(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an input segment.
inSegmentId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an in segment identifier.
inSegmentList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of input segments.
instanceValues(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of instance values for components in a plugin-to-stub binding.
INSTANTIATE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
ISA. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
isActual(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the actual attribute.
isActual(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the actual attribute.
isAnchored(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the anchored attribute.
isAnchored(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Return the anchored attribute.
isEndBar(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Indicate whether the end point is an end bar identifier (true) or an empty segment identifier (False)
isProtected(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the protected attribute.
isReplicated(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the replicated attribute.
isSlot(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Return the slot attribute.
isStartPoint(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Indicate whether the start point is a start of path identifier (true) or a waiting place identifier (False)

J

jj_nt. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
jjstrLiteralImages. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
jjtAddChild(Node, int). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method tells the node to add its argument to the node's list of children.
jjtClose(). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method is called after all the child nodes have been added.
jjtClose(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method is called after all the child nodes have been added.
JJTCOMPONENT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTCOMPONENTSPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTDESIGN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTDYNAMICSTUB. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTEMPTYSEGMENT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTENDBAR. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTFIXEDSTUB. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTFORK. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
jjtGetChild(int). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method returns a child node.
jjtGetChild(int). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method returns a child node.
jjtGetNumChildren(). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
Return the number of children the node has.
jjtGetNumChildren(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Return the number of children the node has.
jjtGetParent(). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method is used to inform the node of its parent.
jjtGetParent(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method is used to inform the node of its parent.
JJTJOIN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTLINK. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTMODEL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
jjtNodeName. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
jjtOpen(). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method is called after the node has been made the current node.
jjtOpen(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method is called after the node has been made the current node.
JJTPATH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPATHATOMSSPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPATHCOMPOSITION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPATHCOMPOSITIONLIST. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPATHLIST. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPATHSPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPLUGIN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPLUGINLIST. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPLUGINMAPS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPOOL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTPOOLSPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
jjtree. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
JJTRESPONSIBILITY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTRESPONSIBILITYREF. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTRESPONSIBILITYSPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTROOTMAPS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTSEMIPATH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTSEMIPATHCONNECTION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTSEMIPATHLIST. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
jjtSetParent(Node). Method in interface ca.carleton.sce.ucmagents.lfmparse.Node
This method is used to inform the node of its parent.
jjtSetParent(Node). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
This method is used to inform the node of its parent.
JJTSTARTOFPATH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTSTRUCTURESPEC. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTSYNCHRONIZATION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTVOID. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JJTWAITINGPLACE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseTreeConstants
JOIN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
join(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a join.
joinId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a join identifier.

K

kind. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
An integer that describes the kind of this token.

L

LABEL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
LBRACE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
LETTER. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
lexStateNames. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
lfmparse(InputStream). Constructor for class ca.carleton.sce.ucmagents.lfmparse.lfmparse
lfmparse(lfmparseTokenManager). Constructor for class ca.carleton.sce.ucmagents.lfmparse.lfmparse
lfmparseTokenManager(ASCII_CharStream). Constructor for class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
lfmparseTokenManager(ASCII_CharStream, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
LINK. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
link(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a link.
linkList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a link list.
LINKS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
lookingAhead. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparse

M

main(String[]). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Main executable.
MAPS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
MODEL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
model(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a UCM model (either a root map or a plugin).
modelName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a model name.
modelTitle(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse the model title.
MOVE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
MOVESTAY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants

N

name. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
New variable that contains the name of the current node.
newToken(int). Static method in class ca.carleton.sce.ucmagents.lfmparse.Token
Returns a new Token object, by default.
next. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
A reference to the next regular (non-special) token from the input stream.

O

OF. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
otherAtomsList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of other atom references.
OUT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
outConnection(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an output connection in a stub binding.
outConnections(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of output connections.
outSegment(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an output segment.
outSegmentId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an out segment identifier.
outSegmentList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of output segments.

P

parent. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
ParseException(). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ParseException
ParseException(Token, int[][], String[]). Constructor for class ca.carleton.sce.ucmagents.lfmparse.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parser. Variable in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
PART. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
PATH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
path(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path.
pathAtomsSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path atom specification.
pathBinding(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path binding.
pathComposition(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path composition.
pathCompositionList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path composition list.
pathList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path list.
pathName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path name.
pathNameList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of path names.
PATHS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
pathSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a path specification.
PLUGIN. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
plugin(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a plugin.
pluginList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a plugin list.
pluginMaps(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of UCM plugin maps.
pluginPool(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of plugin pools.
PLUGINS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
POINT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
POINTS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
POOL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
pool(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a pool.
poolName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a pool name.
POOLS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
poolSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a pool specification.
postconditionList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of postconditions.
POSTCONDITIONS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
preconditionList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of preconditions.
PRECONDITIONS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
PROTECTED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants

R

RAISE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
raise(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse an exception raising.
RBRACE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
readChar(). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
REFERENCE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
REFERENCES. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
ReInit(ASCII_CharStream). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
ReInit(ASCII_CharStream, int). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
ReInit(InputStream). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
ReInit(InputStream, int, int). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
ReInit(InputStream, int, int, int). Static method in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
ReInit(lfmparseTokenManager). Method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
REPLICATED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
replicationFactor(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a replication factor.
RESPONSIBILITIES. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
RESPONSIBILITY. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
responsibility(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a responsibility (dynamic responsibility, exception raising, or exception handling).
responsibilityList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a responsibility list.
responsibilityName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a responsability name.
responsibilityRef(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a responsibility reference.
responsibilitySpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a responsibility specification.
RESULTING. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
resultingEventList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of resulting events.
ROOT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
rootMaps(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of UCM root maps.

S

second(). Method in class ca.carleton.sce.ucmagents.lfmparse.StringPair
Get the second element.
SEGMENTS. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
SEMI. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
SEMICOLON. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
semiPath(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a semi-path.
semiPathConnection(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a semi-path connection.
semiPathId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a semi-path identifier.
semiPathList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a semi-path list.
setAction(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Set the action of a dynamic responsibility.
setActual(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the actual attribute.
setActual(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the actual attribute.
setAnchored(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the anchored attribute.
setAnchored(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the anchored attribute.
setCompType(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the component type (a String) associated to this pool.
setConnectionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpath
Set the connection list (a Vector of semi-path connections), if there are many semi-paths in the path.
setDescription(String). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Set the description of the node.
setEndPoint(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set the end point (an end bar identifier or an empty segment identifier) in the composition.
setEndType(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set whether the end point is an end bar identifier (true) or an empty segment identifier (False)
setEnforceBindings(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Set the list of path bindings that must be enforced by this stub, in order to preserve path continuity.
setEntryPointList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsynchronization
Set the list of entry points of this synchronization atom (may have more than one).
setExceptionId(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Set the exception identifier raised or handled by an abort responsibility.
setFailurePoint(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the failure point attribute.
setFirst(String). Method in class ca.carleton.sce.ucmagents.lfmparse.StringPair
Set the first element to n.
setIgnoreEndings(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Set the list of ingnored endings of this plugin (may have more than one).
setInConnections(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Set the list of input connections of this plugin (may have more than one).
setInSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the input segment of this atom (only one).
setInSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Set the input segment of this atom (only one).
setInSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfork
Set the input segment of this atom (only one).
setInSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef
Set the input segment of this atom (only one).
setInSegmentId(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTlink
Set the input segment identifier of this link.
setInSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Set the list of input segments of this atom (may have more than one).
setInSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub
Set the list of input segments of this atom (may have more than one).
setInSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTjoin
Set the list of input segments of this atom (may have more than one).
setInSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Set the list of input segments of this atom (may have more than one).
setInstanceValues(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Set the list of instance values of this plugin (may have more than one).
setIsaTimer(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Set the timer attribute.
setIsIn(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Set the direction of an action of a dynamic responsibility w.r.t.
setName(String). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
Set the name of the node.
setOtherAtomsList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the list of other atoms assigned to this component.
setOutConnections(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
Set the list of output connections of this plugin (may have more than one).
setOutSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the output segment of this atom (only one).
setOutSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTjoin
Set the output segment of this atom (only one).
setOutSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef
Set the output segment of this atom (only one).
setOutSegment(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Set the output segment of this atom (only one).
setOutSegmentId(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTlink
Set the output segment identifier of this link.
setOutSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Set the list of output segments of this atom (may have more than one).
setOutSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub
Set the list of output segments of this atom (may have more than one).
setOutSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfork
Set the list of output segments of this atom (may have more than one).
setOutSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsynchronization
Set the list of output segments of this atom (may have more than one).
setOutSegmentList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Set the list of output segments of this atom (may have more than one).
setPartOfPaths(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTatom
Set the paths to which this atom belongs.
setPath1(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set the first path name in the composition.
setPath2(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set the second path name in the composition.
setPathAtoms(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Set the existence of a path atoms specification.
setPathComps(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Set the existence of a composition list.
setPathName(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Set the exception path name.
setPaths(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Set the existence of a path list.
setPlugins(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the list of plugins (models) assigned to this pool.
setPostconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Set the list of postconditions of this stub (may have more than one).
setPostconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the list of postconditions of this atom (may have more than one).
setPostconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Set the list of postconditions of this atom (may have more than one).
setPreconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
Set the list of preconditions of this stub (may have more than one).
setPreconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the list of preconditions of this atom (may have more than one).
setPreconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Set the list of preconditions of this atom (may have more than one).
setPreconditionList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Set the list of preconditions of this atom (may have more than one).
setProtected(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the protected attribute.
setReplicated(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the replicated attribute.
setReplicationFactor(int). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the replication factor, if replicated.
setResponsibilities(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the list of responsibilities assigned to this component.
setResponsibilities(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the list of responsibilities assigned to this pool.
setResultingEventList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
Set the list of resulting events associated to this end bar.
setSecond(String). Method in class ca.carleton.sce.ucmagents.lfmparse.StringPair
Set the second element to n.
setSemiPathId(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpath
Set the semi-path identifier (a String), if there is only one semi-path in the path.
setSemiPaths(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
Set the existence of a semi-path list.
setShared(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
Set the shared attribute.
setSlot(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the slot attribute.
setSourcePool(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
Set the source pool related to the action of a dynamic responsibility.
setSpId1(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
Set the first semi-path identifier in the connection.
setSpId2(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
Set the second semi-path identifier in the connection.
setStartPoint(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set the start point (a start of path identifier or a waiting place identifier) in the composition.
setStartType(boolean). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
Set whether the start point is a start of path identifier (true) or a waiting place identifier (False)
setTitle(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTmodel
Set the model title (a String).
setTriggeringEventList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
Set the list of triggering events associated to this start of path.
setTriggeringEventList(Vector). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
Set the list of triggering events associated to this waiting place.
setType(int). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTatom
Set the type (a String) according to the jjtNodeName array in lfmparseTreeConstants.
setType(int). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
Set the pool type (a String).
setType(String). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
Set the component type (a String).
SHARED. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
SimpleNode(int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
SimpleNode(lfmparse, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
SLOT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
SOURCEPOOL. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
specialConstructor. Variable in class ca.carleton.sce.ucmagents.lfmparse.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken. Variable in class ca.carleton.sce.ucmagents.lfmparse.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPECIFICATION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
START. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
startOfPath(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a start of path atom.
startOfPathId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a start of path identifier.
staticFlag. Static variable in class ca.carleton.sce.ucmagents.lfmparse.ASCII_CharStream
StringPair(). Constructor for class ca.carleton.sce.ucmagents.lfmparse.StringPair
Constructor that initializes the two elements to "".
StringPair(String, String). Constructor for class ca.carleton.sce.ucmagents.lfmparse.StringPair
Constructor that initializes the first element to f and the second element to s.
STRUCTURE. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
structureSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a structure specification.
STUB. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
stub(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a stub.
stubName(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a stub name.
subStructureSpec(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a sub-structure specification.
SwitchTo(int). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparseTokenManager
SYNCHRONIZATION. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
synchronization(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a synchronization.
synchronizationId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a synchronization identifier.

T

THROUGH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
TIMEOUT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
TIMER. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
token. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Token(). Constructor for class ca.carleton.sce.ucmagents.lfmparse.Token
token_source. Static variable in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
tokenImage. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
tokenImage. Variable in class ca.carleton.sce.ucmagents.lfmparse.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError(). Constructor for class ca.carleton.sce.ucmagents.lfmparse.TokenMgrError
TokenMgrError(boolean, int, int, int, String, char, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.TokenMgrError
TokenMgrError(String, int). Constructor for class ca.carleton.sce.ucmagents.lfmparse.TokenMgrError
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTcomponent
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdesign
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTdynamicStub
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTemptySegment
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTendBar
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfixedStub
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTfork
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTjoin
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTlink
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTmodel
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpath
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathComposition
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpathSpec
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTplugin
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTpool
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibility
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTresponsibilityRef
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPath
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsemiPathConnection
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTstartOfPath
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTsynchronization
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.ASTwaitingPlace
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.StringPair
Return the content of the two elements.
toString(). Method in class ca.carleton.sce.ucmagents.lfmparse.Token
Returns the image.
toString(String). Method in class ca.carleton.sce.ucmagents.lfmparse.SimpleNode
TRIGGERING. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
triggeringEventList(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a list of triggering events.

W

WAIT. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants
waitingPlace(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a waiting place atom.
waitingPlaceId(). Static method in class ca.carleton.sce.ucmagents.lfmparse.lfmparse
Parse a waiting place identifier.
WITH. Static variable in interface ca.carleton.sce.ucmagents.lfmparse.lfmparseConstants