CA2396263C - System and method for translating to and from hierarchical information systems - Google Patents

System and method for translating to and from hierarchical information systems Download PDF

Info

Publication number
CA2396263C
CA2396263C CA2396263A CA2396263A CA2396263C CA 2396263 C CA2396263 C CA 2396263C CA 2396263 A CA2396263 A CA 2396263A CA 2396263 A CA2396263 A CA 2396263A CA 2396263 C CA2396263 C CA 2396263C
Authority
CA
Canada
Prior art keywords
information
hierarchical
xml
node
attribute
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA2396263A
Other languages
French (fr)
Other versions
CA2396263A1 (en
Inventor
William N. Milleker
Dhananjay M. Joshi
Jay Phillips
Morrisha Hudgons
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Accenture Global Services Ltd
Original Assignee
Accenture Global Services Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Accenture Global Services Ltd filed Critical Accenture Global Services Ltd
Publication of CA2396263A1 publication Critical patent/CA2396263A1/en
Application granted granted Critical
Publication of CA2396263C publication Critical patent/CA2396263C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99932Access augmentation or optimizing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Abstract

A system for translating to and from a hierarchical information system comprises a server (6), an interface (1), a technical architecture framework (8), and a legacy system (9). The method comprises the steps of identifying a non-hierarchical information system containing information stored in a non-hierarchical manner, developing a translation map that identifies organizational and content based rules for translating the non-hierarchical information into a hierarchical information system, and translating the non-hierarchical information for storage into the hierarchical information system according to the rules for translating.

Description

TITLE
SYSTEM AND METHOD FOR TRANSLATING TO AND FROM
HIERARCHICAL INFORMATION SYSTEMS

COPYRIGHT REFERENCE
Two Appendixes are included.in this application that contain material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by atyone of the Appendixes, as it-appears in the Canadian Intellectual Property Office patent files or records, but otherwise reserves all copyright rights whatsoever.

BACKGROUND OF THE INVENTION

The present invention relates to a system and method for translating information, to or from, an hierarchical information system.
Legacy systems are systems that support business function, many of which have been in use for many years. These systems usually store information, and communicate with each other, using non-hierarchical information systems, such as linear strings (i.e. legacy messages).
Modern systems often use an hierarchical system to store information and communicate with each other. Hierarchical system typically store information in a tree structure of objects, each object having specific attributes, and where each object may be linked to other objects. XML
(Extensible Markup Language) is an example of an hierarchical system.
The need arises for an interface to translate information between systems. Simple systems that translate between linear strings are well known. However, there is a need for products that can read the objects of an hierarchical system and perform the required data transformations.
MERCATOR, for example, could be used if first the object model were translated into a standard, predictable data stream. However, the effort to translate the object model into this intermediate format is similar to the effort required to translate the object model into a form directly usable by the legacy system. In addition, MERCATOR is implemented as a single-threaded DLL

(Dynamic Linked Library) in Windows NT, which may have an adverse impact on overall system performance and throughput.

BRIEF SUMMARY OF THE INVENTION

A first aspect of the invention is a method for translating to and tram an hierarchical information system, comprising identifying a non-hierarchical information system containing information stored in a non-hierarchical manner; developing a translation map that identifies organizational and content based rules for translating the non-hierarchical information into an hierarchical information system; and translating the non-hierarchical information for storage into the hierarchical information system according to the rules for translating.
A second aspect of the invention is computerized method for translating to and from an hierarchical information system.
A third aspect of the invention is a system for translating to and from an hierarchical information system, comprising means for identifying a non-hierarchical information system containing information stored in a non-hierarchical manner; means for developing a translation map that identifies organizational and content based rules for translating the non-hierarchical information into an hierarchical information system; and means for translating the non-hierarchical information for storage into the hierarchical information system according to the rules for translating.
A fourth aspect of the invention is a system for translating to and from an hierarchical information system, comprising a first computer system having a memory for storing information in an hierarchical information system; an interface coupled to the first computer system, the interface having means for identifying a non-hierarchical information system containing information stored in a non-hierarchical manner, developing a translation map that identifies organizational and content based rules for translating the non-hierarchical information into an hierarchical information system, and-translating the non-hierarchical information for storage into the hierarchical information system according to the rules for translating; and a second computer system coupled to the interface, the second computer system having a memory for storing information in a non-hierarchical information system.
A fifth aspect of the invention is a method for translating to and from an hierarchical information system, comprising translating data from an object model into a legacy message.
A sixth aspect of the invention is a method for translating to and from an hierarchical information system, comprising translating data from a legacy message model into an object.
A seventh aspect of the invention is a method for translating to and from an hierarchical information system, comprising identifying an hierarchical information system containing information stored in an hierarchical manner; developing a translation map that identifies organizational and content based rules for translating the hierarchical information into an non-hierarchical information system; and translating the hierarchical information for storage into the non-hierarchical information system according to the rules for translating.
An eighth aspect of the invention is a computerized method for translating to and from an hierarchical information system, comprising identifying an hierarchical information system containing information stored in an hierarchical manner; developing a translation map that identifies organizational and content based rules for translating the hierarchical information into an non-hierarchical information system; and translating the hierarchical information for storage into the non-hierarchical information system according to the rules for translating.
A ninth aspect of the invention is a system for translating to and from an hierarchical information system, comprising means for identifying an hierarchical information system containing information stored in an hierarchical manner; means for developing a translation map that identifies organizational and content based rules for translating the hierarchical information into a non-hierarchical information system; and means for translating the hierarchical information for storage into the non-hierarchical information system according to the rules for translating.

A tenth aspect of the invention is a system for translating to and from an hierarchical information system, comprising a first computer system having a memory for storing information in a non-hierarchical information system; an interface coupled to the first computer system, the interface having means for identifying an hierarchical information system containing information stored in an hierarchical manner, developing a translation map that identifies organizational and content based rules for translating the hierarchical information into a non-hierarchical information system, and translating the hierarchical information for storage into the non-hierarchical information system according to the rules for translating; and a second computer system coupled to the interface, the second computer system having a memory for storing information in an hierarchical information system.
BRIEF DESCRIPTION OF THE DRAWINGS

These and other features and advantages of the invention will become apparent upon a review of the following detailed description of the presently preferred embodiments of the invention, when viewed in conjunction with the appended drawings.
Figure 1 shows the application architecture and components of an interface.
Figure 2 shows the application architecture and components of another interface.
Figure 3 is an illustration showing the transformation of attributes from an hierarchical system to a non-hierarchical system, and the reverse.
DETAILED DESCRIPTION OF THE INVENTION

The present invention includes an interface that supports the specific data transformation requirements of translating information from a specific hierarchical system (also referred to as an object model), such as XML data, into a non-hierarchical system, such as linear strings (i.e., custom legacy messages), or into a different specific hierarchical system. The interface performs the mapping, lookups and derivations necessary to format legacy messages in a manner consistent with the legacy applications.
The application architecture and components of the interface are shown in Figure 1. The components, and additional optional components, are shown in Figure 2. As will be apparent to those of ordinary skill in the art, the interface may be software implemented on a general purpose computer, or may be dedicated hardware, or a combination thereof. Furthermore each individual component may be software implemented on a general purpose computer, or may be dedicated hardware, or a combination thereof. All components of the interface are described first, followed by a section describing the application flow. A subsequent section includes a summary of the data transformations supported by the interface.
As schematically shown in Figure 1, the interface 1 includes a coordinator 2, a searcher 4, and a writer 5. Also shown in the figure are a map file 3, a toolkit 7, a technical architecture framework 8, a legacy system 9, and a server 6.
In addition to those parts shown in Figure 1, Figure 2 schematically shows another server 12 that may use a different object model, a toolkit 7' for this different object model, a searcher 4' for this different object model, a second legacy system 9, a ruler 10, and a responder 11.
The map file defines the attributes that are to be obtained from the object or IDL (interface definition language) structure and used in the construction of legacy messages. The map file defines the attribute location (in each object in the object model), the format of the attribute values as they should appear in the legacy message, and the order in which the attribute values should appear in the legacy message. The map file may be viewed as a series of commands, which instruct the coordinator on how to construct the legacy message from the objects.
The coordinator controls the process of reading the map file and using the searcher and optional ruler to obtain information to send to the writer.
The coordinator orchestrates the translation, resolution, derivation, message construction, and message delivery processes. The coordinator includes a map interpreter, which interprets the commands in the map file. Preferably the coordinator is developed using JAVACC, a SUN MICROSYSTEMS
product. Given a grammar that describes the syntax used in the map file, JAVACC can be used to create the coordinator and allow map files to contain commands that access the searcher, ruler and writer.
The searcher provides an interface that is used by the coordinator and the ruler to obtain attribute information within each object. The coordinator uses commands from the map file to translate data (attributes) from an object model to the legacy system attributes. The coordinator executes rules as they are read from the map file. The coordinator uses the searcher to locate attributes used in a command. For example, if a command requires a calculation using attributes in an object, the coordinator would use the searcher to obtain these attributes and perform the calculation.
The writer formats attributes passed by the coordinator and uses them to the construct the message that is sent to the legacy system.
The optional responder returns confirmations from the legacy system to the system that initiated the transaction. If the initiating system is a server, the responder converts the legacy response to an XML message. For example, systems using the IDL interface will receive responses in the form of IDL structures.
The following is an example of how the system shown in Figure 2 may operate. A request is made of the interface via a CORBA IDL interface. Upon receipt of the request, the interface creates a new coordinator passing either the XML string or the IDL defined structure, and starts the coordinator.
The coordinator creates a new searcher, passing in the object model to be searched. The coordinator creates a new ruler, passing in the previously created searcher. The ruler will use the searcher if necessary during execution of its rules.
The coordinator then requests the target system identifier (e.g. legacy system) of the searcher. The coordinator will create a new writer, passing the target system identifier. The target system identifier is required so that the writer deposits the constructed message on the appropriate legacy queue.
The coordinator requests the map file of the map loader. If the map loader has the requested map file cached, the memory-resident map file is returned to the coordinator. If the map is not loaded, the map loader loads it and returns it to the coordinator. The map loader is an optional component that only carries out this function, and advantageously prevents the need to reload map files that have been previously loaded.
The coordinator (via the map interpreter) reads the map file and determines that an attribute from an object model is needed. The coordinator (via the map interpreter) makes a request of the searcher to get the needed attribute information. The searcher finds and returns the requested attribute.
The coordinator (via the map interpreter) tells the writer to add the obtained attribute information to the message under construction. The writer formats the attribute information as defined by the map file and then appends the formatted attribute to the message under construction.
The coordinator reads the map file and may encounter a command that invokes a rule. In this case, the coordinator makes a request of the ruler to execute the specified rule. The ruler makes a request of the searcher to get, if necessary, attribute information needed during execution of the rule. The searcher finds and returns the requested attribute. The coordinator tells the writer to add the obtained attribute information to the message under construction. The writer formats the attribute information as defined by the map file and then appends the formatted attribute to the message under construction.
At the end of the map file, the coordinator tells the writer to complete the message under construction and to send it to the appropriate legacy system. The writer makes a request of the technical architecture (also referred to as an underlying architecture) to package the message, for example, as a queued message (for IBM MQ Series, or MICROSOFT
MSMQ), and deposit it on the appropriate legacy system queue. The technical architecture creates a new message using the application-defined message content and deposits the message on the appropriate legacy queue.
In a preferred embodiment, the memory address of each object is retained as a legacy message is constructed, reducing the time necessary for the reading of additional attributes needed to construct the legacy message.
Figure 3 is an illustration showing the transformation of attributes (data) from an hierarchical system (left) to a non-hierarchical system (right), which in this illustration is a linear string. The individual attributes of the objects in the hierarchical system are represented by letters, while attributes in the linear string are represented by numbers. The interface can read the attributes of the objects, and translate them (from letters to number in this illustration), and write them into a linear string. The linear string may then be passed to a legacy system. As illustrated, the reverse is also possible.
Once the message has been processed by the legacy system, an optional response is returned to the technical architecture via a message queue. The technical architecture retrieves the message from the queue and creates an optional responder. The technical architecture passes the data portion of the message to the responder and instructs the responder to execute the process of returning the response.
The responder creates an object and populates the object with data (attributes) expected by the server. This data includes attributes such as a group identifier that is generated by the legacy system, for example group enrollment of an insurance plan. In the case where the object model is XML, once the object has been populated, the responder creates an XML message.
The responder queries the Proxy Pool Manager for a secure proxy to the appropriate server. The responder then uses the secure proxy to send the XML message response to the server.
If, after a predefined number of tries, the proxy cannot be used to send the results to the server, a return code is passed back to the technical architecture and the message is sent to a resend queue to be delivered at a later time. Once the response has been successfully delivered to the server, a return code is passed back to the technical architecture and the message is deleted from the queue.
The application architecture is designed to handle the following categories of data transformations: simple mapping, constants, code lookups, derived rule, multiple source locations (plan modeling), and rate information fields (when the data contains information relating to a service, such as insurance).
Simple mapping means mapping fields that can be mapped directly from an object attribute to a legacy message field without any additional mapping logic.
Constants are fields in the legacy message that are required and are always populated with the same information. For example, a field that describes the type of transaction would always contain an `E' for electronic since the framework Js an electronic means of creating the message.
Code lookups are fields that require a translation from how an attribute is described in the hierarchical system, and how the same attribute is described in a legacy message.
A derived rule is a field that is extracted from the object model and translated to the legacy message fields based on rules (such as business rules) as defined in the ruler.
Multiple source locations are fields that involve the same process of a simple map. However, the source attribute may be located in different areas of the Vendor object model.
Rate information fields are fields that are a specialized form of derivation rules that use name/value pairs. Unlike basic derived fields that rely on class names to find attributes in the object model, data values are used to search for rate attributes in the object model.
The map file contains commands, which are defined in the order that the legacy message needs to be constructed. The following are examples of the script used for the different categories of data translations contained in a map file:
Simple Mapping:
write (search (case. member:CompanyName), "s30");
write (search (case. member: SubscriberNumber), "s9");
write (search (case. application: Deposit), "s10");
write (search (case. application: SubjectToErisa), "s1");
write (search (case: Case Installation ID), "s20");

Use of Constants:
write (" of "s5") write ("00000", "s5");
write ("H", "s1");
write ("999999", "s6");
write ("01" "s2");
Value Lookup:
table trans table {
"1","0"; //None "2" "1 "; // Life "3", "3"; //Health "4", "2"; /I Both default, string sval, Ival;
sval = search (case. case insta I lation: Retired Cove rageType);
Ival = lookup (trans_table, sval);
write (Ival, "s 1 ");
release (trans table);
Derived Values:
if (search (case:PriorEffectiveDateCoverage) sval = "N";
else sval = "Y";
write (sval, "s1");

Occurrences:
int i, j;
i = count (case.member);
=1;
while (j <= i) {
write (search (case.member(j):City), "s15");
write (search (case. member(j): State), "s2");
J=J+1;
}

Other Operations:
//specialrule7 is defined in the Business Ruler class write (ruler (specialrule7)), "s30");
= stringlength (sval);
Ival = midstring (sval, pos, length);
= tointeger (sval);

The data from hierarchical information system may be sent to the interface from a specific vendor's server, where the vendor may be the same or different from the owner or user of the legacy system. Furthermore, multiple vendors, each having one or more servers, each containing data in one or more hierarchical systems, may send data to the interface. The interface may translate the data into a non-hierarchical system, such as a legacy system, or a different hierarchical system. Examples of hierarchical systems include XML and ChannelPoint (CP XML).
Specifically, the interface may carry out one or more of the following:
Retrieve values (data) from Vendor object model, using the Vendor toolkit (note: this model is not static between invocations).
Concurrently support a different, dynamic map file for each legacy system output format.

Support simultaneous access from server components.
A toolkit is used to interpret the hierarchical system data exported from a server to the interface. Each toolkit may be specific to each hierarchical system, for example the MICROSOFT XML toolkit is specific to XML. On receipt of the exported hierarchical system data stream, the toolkit creates a copy of the original object (or objects). Data is then read out of this object (or objects) for translation into a custom legacy message.
The present invention interface has a number of advantages:
Adaptability to different legacy systems, including future systems.
,10 Extensibility to other applications requiring access to legacy systems.
Maintainability and streamlined operational capability.
Scalability to handle production-level volume requirements.
Performance requirements to support multiple servers, using multiple Vendors.
Re-usability to reduce complexity and implementation timeline.
It is to be understood that a wide range of changes and modifications to the embodiments described above will be apparent to those skilled in the art and are contemplated. It is therefore intended that the foregoing detailed description be regarded as illustrative, rather than limiting, and that it be understood that it is the following claims, including all equivalents, that are intended to define the spirit and scope of the invention.

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.FailureCodes;
import com.uhc.iframework.runtime.configuration.ConfigurationManager;
import com.uhc.iframework.runtime.queuing.Qlnfo;
import com.uhc.iframework.runtime. queuing. QueuingController;
import com.uhc.iframework.runtime.utility.basic.ParamGetter;
import com. uhc.iframework.runtime. utility. logging.LogController;
import java.io.FileNotFoundException;
import java.io.IOException;

This class is instantiated upon a Vendor call to <code>CaseInstallation::installCase(..), CaseInstallation::installGroup(..), or CaseInstallation::installMembers(..)</code>.
First, a Searcher object is created that will be used to browse the Vendor object model. Next, a Writer object is created that will construct the translated message for the target legacy system. Next, a static MapLoader object is used to load and parse the appropriate map file that contains the legacy system translation. Finally, a Vlnterpreter object (Visitor) is created to perform that actual interpretation of the loaded map file.
<p>
Called operations:
<code>
<ul>
<li>ConfigurationManager::getlnstance() <li>ConfigurationManager::getParameter(..) <li>MapLoader::getlnstance() <li>MapLoader::getMap(..) <li>LogController::getlnstance() <li>LogController::log(..) <li>Queuing::getlnstance() <1i>Queuing::getQlnfo(..) <li>Searcher::Searcher(..) <li>Searcher::getTargetSystem(..) <li>Vlnterpreter::Vlnterpreter() <li>Writer::Writer(..) </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class Coordinator {
/** Searcher */
private Searcher m_searcher = null;
/** Writer */
private Writer m_writer = null;

/** Ruler */
private Ruler m_ruler = null;

/** Root node of the Abstract Syntax Tree generated by Map Loader.
private SimpleNode m ASTroot = null;

/** Fully-qualified file name of the map used to build the Abstract Syntax Tree. */
private String m _filename = null;

/** LogController used for logging messages.
private LogController m_logger = LogController.getInstance();
Constructor.
First, a flavor of the Searcher class is instantiated based on whether the "UHCSearcher" switch has been set, either on the command-line or within the configuration INI
file. If the switch has been set to on, a UHCSearcher object is instantiated; otherwise, a CPSearcher object is instantiated.
Through the searcher object, the target legacy system is determined. That value is used to retrieve information on the appropriate queue to which the legacy system message will eventually be written. Using the queue information and the string array passed into the Coordinator constructor as a parameter, the fully-formatted header of the legacy message is constructed and passed as a parameter to a new instantiation of a Writer object. Next, a Ruler object is instantiated, receiving a reference to the searcher object as a parameter. Finally, based on the target legacy system, the appropriate map filename that will be used for message translation is retrieved from ConfigurationManager.
@param xmlDoc_bytes XML document that will be passed to the searcher.
@param header Header used for response message forwarding.
@param Exception Exception is thrown if a SearchException or Throwable is encountered on an attempt to instantiate the searcher object or determine the target legacy system. An Exception is also thrown if a FormatException is encountered during construction of the legacy system message header, if a WriterException is encountered on an attempt to instantiate the Writer object, or a Throwable is encountered through any of the Coordinator constructor's functionality.
public Coordinator(byte[] xmlDoc_bytes,String[] headerInfo) throws Exception {

m logger.log("Entering Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

Byte targetSystem = null;
// Create searcher try {
boolean uhcSearcher = ParamGetter.trueValue( ConfigurationManager.getInstance().getParameter(ConfigurationManager.UHC_S
EARCHER));

if (uhcSearcher) {
m_logger.log("UHC Searcher is being implemented by this IF
session",LogController.DEBUG3);
m_searcher = new UHCSearcher(xmlDoc_bytes);
}
else m_searcher = new CPSearcher( xmlDoc_bytes );
m_logger.log("Searcher successfully instantiated",LogController.DEBUG3);
}
catch ( SearchException e {
m_logger.log(e, LogController.ERROR3);
m_logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

throw new Exception(e.getMessage();
}
catch (IllegalArgumentException ex) {
m_logger.log(ex,LogController.ERROR3);
m_logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);
throw new Exception(FailureCodes.getFailureCode(FailureCodes.MAJOR_RECOVERABLE) +
ex.getMessage());
}
catch ( Throwable t {
m_logger.log(t, LogController.ERROR3);
m_logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

throw new Exception(t.getMessage());
}

Create Writer try targetSystem = m_searcher.getTargetSystem(;

II Build message header from (String[])headerInfo using Formatter object Qlnfo qHeader = null;

if (targetSystem. equals(Searcher.PRIME_RETVAL)) gHeader =
QueuingController.getlnstance(). getQHeaderlnfo(QueuingController.PRIME);
else if (targetSystem. equals(Searcher.COSMOS_RETVAL)) qHeader =
QueuingController.getlnstance().getQHeaderlnfo(QueuingController.COSMOS);
else {
m_logger.log("Coordinator could not get a valid target system from Searcher", LogController.ERROR3);
throw new Exception("Coordinator could not get a valid target system from searcher");
}
Formatter f = new Formatter(;

String header = f. format(headerlnfo[0],"41s") +
// Transaction ID
f.format(headerlnfo[1],"40s") +
// Interface Name f. format(headerlnfo[2],"40s") +
II API Server Name f.format(headerlnfo[3],"5s") +
/I OSAgent Port f.format(headerinfo[4],"32s") +
OSAgent Host f.format(gHeader.getPrimaryQMgr(),"48s") + Primary Q Mgr f.format(gHeader.getPrimaryQ(),"48s") + Primary Q

f.format(gHeader.getSecondaryQMgr(),"48s") +// Secondary Q Mgr f.format(gHeader.getSecondaryQ(),"48s") + // Secondary Q
f.format("","450s");
Filler Create the writer object m .-writer = new Writer(targetSystem,header);
m_logger.log("Writer successfully instantiated", LogController.DEBUG3);
}
catch (SearchException e) {
m,logger.log(e,LogController.ERROR3);
m_logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

throw new Exception( e.getMessage() );
}
catch (FormatException ex) {
m logger. log(ex,LogController.ERROR3);

m logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);
throw new Exception(ex.getMessage());
}

catch (WriterException ex) {
m logger.log(ex,LogController.ERROR3);

m logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

throw new Exception(ex.getMessage());
}

catch ( Throwable t {
m_logger.log(t, LogController.ERROR3);
m_logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);

throw new Exception(t.getMessage();
}

Create Ruler m_ruler = new Ruler(m_searcher);
m_logger.log("Ruler successfully instantiated",LogController.DEBUG3);
// MapLoader m_filename =
ConfigurationManager.getlnstance().getParameter(targetSystem);
if (m_filename == null) {
m_logger.log("A map file name was not returned by ConfigurationManager::getParameter for " +
the target system specified in the XML ("
+ headerlnfo[0] + ")",LogController.ERROR3);
throw new Exception(FailureCodes.getFailureCode(FailureCodes.MAJOR_RECOVERABLE) +
"No map file for target system specified in XML (" + headerInfo[0] + ")");
}
m_filename = m_filename.toString().replace('/','\\');
m_logger.log("Coordinator successfully instantiated", LogController.DEBUG3);

m logger.log("Leaving Coordinator::Coordinator(IF
Searcher)",LogController.BENCHMARK3);
}

Performs the interpretation of the map file to construct the legacy system message.
A value for the max number of interpretation errors allowed is retrieved from ConfigurationManager.
if the max value has not been set, the default contained by VisitorException is used.
A Vlnterpreter visitor object is instantiated with the filename of the map file being used for interpretation, references to the searcher, writer, and ruler objects, and a value for the max number of interpretation errors allowed passed in as parameters. The root node of the AST
constructed from the map file is retrieved from the MapLoader object. The root node receives the visitor object and the legacy system message is constructed. If interpretation was completely successful, the legacy system message is deposited on the appropriate outgoing queue via the writer object.

@exception Exception Exception is thrown if a VisitorException is encountered during the visitor object's traversal of the AST.
Exception is also thrown if a Throwable is encountered within the method.

public void run() throws Exception {
m_logger.log("Entering Coordinator::run",LogController.BENCHMARK3);
String val =
ConfigurationManager.getlnstance().getParameter(ConfigurationManager.MAX_ERRORS
) int maxErrors = 0;

try {
maxErrors = Integer.parseInt(val);
}

catch (NumberFormatException ex) {}

try {
Vlnterpreter vi = null;
vi = new Vlnterpreter(m filename,m_searcher,m_writer,m ruler,maxErrors);

vi = new Vlnterpreter(m filename,null,m writer,m ruler,maxErrors);

m logger.log("Coordinator::run getting map (astRoot) from MapLoader",LogController.BENCHMARK4);
m_ASTroot = (MapLoader. getlnstance()).getMap(m filename);
if (m_ASTroot I= null) m logger.log("Root AST node successfully received from MapLoader",LogController.DEBUG3);
else {
m logger.log("Root AST node received from MapLoader is null!",LogController.ERROR3);
throw new Exception("AST Root from MapLoader is null");
}

m logger.log("Coordinator::run map file interpretation BEGIN",LogController.BENCHMARK3);
m_ASTroot.jjtAccept( vi, null );
m_logger.log("Coordinator::run map file interpretation END",LogController.BENCHMARK3);

m_logger.log("Vlnterpreter was accepted by the AST", LogController.DEBUG3);

if (m_writer.sendMsg()) m logger.log("Legacy message was successfully placed on queue",LogController.DEBUG3);
else m logger.log("Legacy message could not be placed on queue",LogController.DEBUG3);
}
catch (VisitorException e) {
m_logger.log(e.getDetailMessages(, LogController.ERROR3 multiple messages m_logger.log("Leaving Coordinator::run",LogController.BENCHMARK3);
throw new Exception( e.getDetailMessages() );
}
catch (Exception e) {
m_logger.log( e, LogController.ERROR3 );

m_logger.log("Leaving Coordinator::run",LogController.BENCHMARK3);
throw new Exception( e.getMessage() );
}
catch (Throwable t) {
m_logger.log( t, LogController.ERROR3 );

m logger.log("Leaving Coordinator::run", LogController.BENCHMARK3);
throw new Exception( t.getMessage() );
}

m logger.log("Leaving Coordinator::run", LogController.BENCHMARK3);
}

/**
Default constructor.
This constructor should never be called and is therefore private.
private Coordinator() {} should never be called /**
This method performs finalization on the Coordinator Object public void finalize() {
m logger.log("Coordinator is about to get garbage collected.", LogController.DEBUG3);
}
}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.runtime.utility.logging.LogController;
import vendor.util.AttributeDescription;
import vendor.util.AttributeContainer;
import vendor.util.CPDate;
import vendor.util.CPException;
import vendor.util.Money;
import vendor.util.Types;
import vendor.xml.XMLload;
import java.io.FileInputStream;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.StringTokenizer;
import java.util.Vector;

/**
This class is an implementation of the abstract Searcher class. It performs searches of the Vendor object model (as defined by the XML document passed to the constructor) through utilization of the Vendor Toolkit.
<p>
Called operations:
<code>
<ul>
<li>LogController::log(..) <li>XMLload::getRootObject() <li>XMLLoad::getAllObjects() <li>XMLObject::getAttributeDescriptions() <li>AttributeDescription::getType() <li>AttributeDescription::getName() <li>AttributeContainer::getAttributeNames() </ul>
</code>
@date 23 June 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class CPSearcher extends Searcher {
/** Root objects of the Vendor object model as defined by the XML document.
private Vector _rootObjects = null;

/** Reference to the Vendor object model container object. */
private XMLload _xmlin = null;

/** Reference to an AttributeContainer object within the Vendor object model. */
private AttributeContainer _currAC = null;

/** Cache of Vendor object model branches previously walked. This cache is used to provide faster access to elements at the end of branches that have already been traversed.
private Hashtable _cache = new Hashtable(; // could tune the initial capacity and load factor /**
Constructor.
Calls the <code>initialize()</code> method, passing as parameters option 0, the XML byte array, and a null file input stream object.

@param XML XML document that the searcher will search during subsequent requests.
@exception SearchException public CPSearcher( byte[] XML
throws SearchException {
initialize( 0, XML, null );
}

//$DEBUG_START
// This ctor is for testing only !!!
public CPSearcher( int option, byte[] XML, FilelnputStream fis throws SearchException {
initialize( option, XML, fis }
//$DEBUG_END
/**
A byte array representing an XML document is converted to a String and then parsed by the Vendor toolkit, resulting in a Vendor object model. The reference to the object model's root objects is set.

@param option Debugging option. <i>Not implemented.</i>
@param XML Byte array representing an XML
document.
@param fis Debugging file stream. <i>Not implemented.</i>
@exception SearchException SearchException is thrown if byte array is null or if a CPExcetion or Throwable was caught during the parsing and construction of the object model.

private void initialize( int option, byte[] XML, FileInputStream fis throws SearchException m_logger.log("Entering Searcher::initialize",LogController.BENCHMARK3);
if (XML == null) {
m_logger.log(" Searcher::initialize() received null XML
array",LogController.ERROR3);

m_logger.log("Leaving Searcher::initialize",LogController.BENCHMARK3);
throw new SearchException("Initialize() received null XML array");
}

try {
m logger.log("Searcher is loading XML document of size " +
XML.length + " bytes",LogController.BENCHMARK3);

// Performance testing long loadStart = System. currentTimeMillis(;
switch (option) {
case 0:
_xmlin = new XMLload( new String( XML ) ); II Some time is spent here building the String break;
//$DEBUG_START
case 1:
_xmlin = new XMLload( new FilelnputStream("L:\\Testing\\source\\com\\uhc\\if\\mapping\\case.2.xml") );
//fis );
break;
/ / $DEBUG__END
default:
throw new SearchException("Bad ctor option.");
}

_rootObjects = _xmlin.getRootObjects(); II It would be nice of XMLload took a byte[].
long loadEnd = System. currentTimeMillis(;

m logger.log("XML loading time (ms): " + (loadEnd - loadStart), LogController.BENCHMARK3);
m_logger.log("XML document loaded successfully by Searcher.",LogController.DEBUG3);
}
catch ( CPException e {
m logger.log("Searcher:: initialize() caught Vendor exception: " +
e.getMessage(, LogController.ERROR3);
m_logger.log(e,LogController.ERROR3);
m_logger.log("Leaving Searcher::initialize",LogController.BENCHMARK3);
throw new SearchException(e);
}
catch ( Exception e {

m_logger.log("Searcher::initialize() caught general exception: +
e.getMessage O , LogController.ERROR3);
m logger.log(e,LogController.ERROR3);
m logger.log("Leaving Searcher::initialize",LogController.BENCHMARK3);
throw new SearchException("A general exception was caught:
Description: "+e.toString() + " Message: " + e.getMessage());
}
catch ( Throwable t {
m_logger.log(" Searcher::initialize() caught throwable: " +
t.getMessage(, LogController.ERROR3);
m logger.log(t,LogController.ERROR3);
m_logger.log("Leaving Searcher::initialize",LogController.BENCHMARK3);
throw new SearchException("A throwable was caught: Description:
"+t.toString() + " Message: " + t.getMessage());
}

m_logger.log("Leaving Searcher::initialize",LogController.BENCHMARK3);
}

/**
Searches the Vendor object model for the target legacy system and returns the result as a Byte object. The valid return values are defined in the parent class.
@return Constant representing target legacy system.
@exception SearchException SearchException is thrown if a valid target system value could not be found within the object model.

public Byte getTargetSystem() throws SearchException {
m_logger.log("Entering Searcher::getTargetSystem",LogController.BENCHMARK3);
String omLocation = "vendor/xml/XMLMessageHeader:messageType";

m logger.log("Searching for target system in (" + omLocation + ")", LogController.DEBUG3);
String target = findAttribute(omLocation);

if ( target.compareTo(PRIME_TARGET_-SYSTEM) == 0 {

m_logger.log("Target system is PRIME",LogController.DEBUG3);

m logger.log("Leaving Searcher::getTargetSystem",LogController.BENCHMARK3);
return PRIME_RETVAL;
}
else if ( target.compareTo(COSMOS_TARGET_SYSTEM) == 0 {
m logger.log("Target system is COSMOS", LogController.DEBUG3);
m_logger.log("Leaving Searcher::getTargetSystem",LogController.BENCHMARK3);
return COSMOS_RETVAL;
}
else {
m logger.log("Leaving Searcher::getTargetSystem",LogController.BENCHMARK3);
throw new SearchException("No valid target system found.");
}
}
//$DEBUG_START
// This method is for debugging only public String findAttribute(String str, int numIter) throws SearchException {
String retStr = null;
for(int i=0; i<numIter; i++) {
retStr = findAttribute(str);
}
return retStr;
}
//$DEBUG_END
Obtains the collection's total number of elements. If the collection hasn't been previously obtained the collection is obtained and the total number of element is obtained from the newly obtained collection.

@param collection The collection from which to obtain the total number of elements.
@exception Exception Thrown if the collection wasn't found in the Vendor object model.

public String getCollectionCount( String fqCollection throws SearchException {
return this.findAttribute(fqCollection);
}

Gets the attribute of an element in the Vendor object model.
First, the cache is checked to see if an <code>AttributeContainer</code>
object exists for the given object path. If so, the object is retrieved and the value from its <code>AttributeDescription</code>
is returned. Otherwise, the object path is tokenized on the period (.) character.
Each token is checked to see if it is an occurrence. If it is an indexed occurrence, the number of <code>AttributeContainers<code> in the collection is returned. For a non-indexed occurrence, the i^th <code>AttributeContainer</code> is set to the current node. Otherwise, the reference value contained within the current node (<code>AttributeContainer</code>) is set to the current node.
Once the object path has been tokenized, the value of the <code>AttributeDescription</code> contained in the current <code>AttributeContainer</code> is returned.

@param fqAttributeStr The fully-qualified attribute for which to search the Vendor object model. This attribute can be in one of the two following forms:
<ul>
<li>Fully-qualified single attribute (outside of a collection) <p>
For example:
"Case.Plan:PlanID", where "Case.Plan" is the "path" to the "PlanID"
element of the Vendor object model.
<li>Fully-qualified single attribute (within a collection)<p>
For example:
"Case.Member[n]:LastName", where <ul>
<li>"Case.Member" is the collection.
<li>'n' is the element number in the collection to reference.
<li>"LastName" is the attribute to obtain (for the nth element of the collection) in the Vendor object model.
</ul>
<p>
Nested collections would look like "Case.Member[n].Dependant[n'].Age"
</ul>
<p>
NOTE: This method does not support returning multiple attribute values. <p>

@return The value (as a string) of the found element.
@exception Exception Thrown if the attribute wasn't found in the Vendor object model.

public String findAttribute(String fqAttributeStr) throws SearchException {
m logger.log("Entering Searcher::findAttribute",LogController.BENCHMARK3);
if (fqAttributeStr == null) {
m_logger.log("Searcher:: findAttribute() received a null search string",LogController.ERROR3);

m logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);
throw new SearchException("The search string passed is null.");
}

if (fgAttributeStr.trim().length() == 0) make sure we have a string {
m_logger.log("Searcher:: findAttribute() received an empty string",LogController.ERROR3);

m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);
throw new SearchException("The search string passed is empty.");
}

_currAC = null;
String attributeName = null;
try {
seperate the root class name & member vars from the attribute StringTokenizer attribST = new StringTokenizer(fqAttributeStr,":");
String allClasses = attribST.nextToken(; not really classes, but rather the root class then member vars m_logger.log("Searcher is about to travel object path: " +
allClasses,LogController.DEBUG3);

if( attribST.countTokens() > 0 if we have an attribute {
attributeName = attribST.nextToken(; I/ the attribute for which we want a value m_logger.log("Searcher is looking for attribute: " +
attributeName,LogController.DEBUG3);

/I Look in cache for the AttributeContainer _currAC = (AttributeContainer)_cache.get(allClasses);

if (_currAC != null) {
-// found AttributeContainer in cache, return its value m_logger.log("Searcher found attribute container +
allClasses + " in cache!",LogController.DEBUG3);
m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);

return getStringValue(attributeName);
}
}
else // we might (should) have an empty occurrence - were looking for the count {
m logger.log("Searcher is looking for occurrence: " +
allClasses,LogController.DEBUG3);

// Look in cache for the AttributeContainer _currAC = (AttributeContainer)_cache.get(allClasses);
Vector v = (Vector)_cache.get(allClasses);
if (_currAC != null) if (v != null) {
found AttributeContainer in cache, return its value int num = ((Vector)_currAC).size(; // JAY
int num = v.size(;
m_logger.log("Searcher found occurrence " + allClasses +
in cache!, Size: '1+num,LogController.DEBUG3);

m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);
return (new Integer(num)).toString(;;
}
}

AttributeContainer not found in cache ...
seperate the root class name and member vars from each other StringTokenizer classesST = new StringTokenizer(allClasses,".");
while( classesST.hasMoreTokens() {
// get the next token String currClassName = classesST.nextToken(;
// look for class in Vendor Object Model if ( _currAC == null {
were just beginning to look - we haven't found an AttributeContainer yet for (int i=0; i < _rootObjects.size(; i++
{
look for class name ASSUME no occurance of the first class - it has to be a class name !!

String clName =
((AttributeContainer)(_rootObjects.elementAt(i))).getClassName();
if ( currClassName.dompareTo(clName) _= 0 if what we found matches what we're looking for m_logger.log("Searcher found root class: +
currClassName,LogController.DEBUG3);

_currAC =
(AttributeContainer)_rootObjects.elementAt(i); we now have break;
the next branch }
}

if ( _currAC == null if I couldn't find the root class, bug out {
m_logger.log("Search could not find root class: " +
currClassName, LogController.ERROR3);
m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);

throw new SearchException("Unable to locate the root class: "+currClassName);
}
}
else we've already found at least one AttributeContainer {
check for an occurance of this AttributeContainer StringTokenizer occurTokens = new StringTokenizer( currClassName, NOTE: this allows "mem]n]", etc.
I should be getting a well formed string, so it shouldn't matter.
I'm not going to pay the overhead to check this.

if ( occurTokens.countTokens() > 1 {
we have an occurance, or a count request the first token is the member variable name; the second, the index of the // occurance to obtain (with the close bracket) or just the close bracket (to get count) String occurrenceName = occurTokens.nextToken();
m_logger.log("Searcher is browsing occurrence: " + occurrenceName,LogController.DEBUG3);

Vector v = (Vector)_currAC.getAttribute( occurrenceName Vector of member variables String nextToken = occurTokens.nextToken(;

if( nextToken.compareTo("]") == 0 ) /I no index passed - we are after the 'size' of the set (count) {
m_logger.log("Putting occurrence "+allClasses+" in cache", LogController.DEBUG3);
// _cache.put(allClasses,_currAC); // put found AttributeContainer TREE PATH in cache _cache.put(allClasses,v); /I put found AttributeContainer TREE PATH in cache String count = (new Integer(v.size())).toString(;
m_logger.log("Searcher found size of occurrence:
+ occurrenceName + ", Size: "+count, LogController.DEBUG3);
rk_logger. log ("Leaving Searcher::findAttribute", LogController.BENCHMARK3);
return count;
}
else // indexed occurrence {
String index =
nextToken.substring(0,nextToken.length(-1); // strip off the ']' AttributeDescription ad = null;
try {
ad =
_currAC. getAttributeDescription(occurrenceName);
}
catch ( CPException e {
m_logger.log("Leaving Searcher::findAttribute", LogController.BENCHMARK3);

throw new SearchException("Can't get attribute description for: "+occurrenceName+", CPException: "+e.getMessage());
}
validate the type if ( ad == null ) throw new SearchException("attribute description for: "+occurrenceName+" is null");
switch( ad.getType() ) I/ it had better be a SET-OF-OBJECT
{
case Types.SET_OF_OBJECT:
case Types.MANY_TO_MANY:
break;
default:
throw new SearchException("The token <"+occurrenceName+11> is not an occurrence. "+
"It's of type:
"+ Types.typeString(ad.getType()));
}
_currAC = (AttributeContainer)v.elementAt( (new Integer(index)).intValue() );
}
}

else {
m_logger.log("Searcher is getting an attribute description from: " + currClassName, LogController.DEBUG3);
no occurrence the className (currClass) should now be a Reference (or Indirect Reference) type // member var on the currObject AttributeDescription ad =
_currAC. getAttributeDescription(currClassName);
// validate the type switch( ad.getType() it had better be a REFERENCE
or INDIRECT_REF ...
{
case Types. REFERENCE:
case Types.INDIRECT_REF:
case Types.SET_MEMBER:
case Types. IREF_SET__MEMBER:
_currAC =
(AttributeContainer)(_currAC.getAttribute(currClassName));
break;
default:
{
m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);
throw new SearchException( currClassName+" is not a Reference. Its of type: "+

Types.typeString(ad.getType()));
}
}
}
}
}
_cache.put(allClasses,_currAC); // put found AttributeContainer TREE
PATH in cache //$DEBUG_START
System.out.println("Value: " + value);
//$DEBUG_END
m_logger.log("Leaving Searcher::findAttribute",LogController.BENCHMARK3);
return getStringValue(attributeName);
}
catch( CPException e {
m_logger.log(e,LogController.ERROR3);
m_logger.log("Leaving Searcher::findAttribute", LogController.BENCHMARK3);

throw new SearchException(e);
}

catch( Throwable t }
{
m logger.log(t,LogController.ERROR3);
m logger. log (Leaving Searcher::findAttribute",LogController.BENCHMARK3);

throw new SearchException( t.getMessage() );
}
}
Returns a string representation of a Vendor object model attribute's value.
The <code>AttributeDescription</code> object is retrived from the current <code>AttributeDescription</code>
object. Based on the type of the description object, its value is converted to a string (if necessary) and returned as a string.

@param attribName Name of the attribute contained within the Vendor object model.
@return Returns a string representation of a Vendor object model attribute's value.

private String getStringValue(String attribName) throws SearchException {
try {
get AttributeDescription - so I know what type it is so I can cast, etc.
AttributeDescription ad =
_currAC. getAttributeDescription(attribName);
Object attribVal = null;

I/get value switch ( ad.getType() {
case Types.STRING:
attribVal = _currAC.getAttribute(attribName);
return (attribVal == null ?
(String)attribVal);
// case Types.LONG: // CP SDK ERROR? - duplicate id for LONG type (same as for INTERGER) - works, but ugly.
case Types.INTEGER:
case Types.DOUBLE:
case Types.BOOLEAN:
attribVal = _currAC.getAttribute(attribName);
return (attribVal == null ? : attribVal.toString());
case Types.DATE:
attribVal = _currAC.getAttribute(attribName);
return (attribVal == null? "" .
((CPDate)attribVal).toString());
case Types.MONEY:
attribVal = _currAC.getAttribute(attribName);

return (attribVal == null ? "" .
((Money)attribVal).toString());
case Types.BLOB:
case Types. REFERENCE:
case Types . INDIRECT` REF:
case Types.SET_OF_OBJECT:
case Types.MANY_TO_MANY:
case Types.SET_MEMBER:
case Types.CLASS:
case Types. SEQUENCE:
case Types. ENUMERATION:
case Types.IREF_SET_MEMBER:
case Types.NOTYPE:
throw new SearchException(attribName + is of type "+Types.typeString(ad.getType())+" - cannot convert to a String.");
default:
throw new SearchException("No type found (default:) for the + attribName + " attribute.");
}
}

catch ( CPException e {
throw new SearchException(e);
}
}
}

package com.uhc.iframework.runtime.mapping;

/**
Class represents an exception thrown by the Formatter class.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class FormatException extends Exception {
/**
Constructor.
@param detailMessage Reason for FormatException.

public FormatException( String detailMessage {
super( detailMessage );
}

Default constructor.
private FormatException() {}
}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.runtime.utility.logging.LogController;
import java.util.StringTokenizer;

This class takes the value and the format type of an attribute and returns a formatted string.
The definition for the format specifier is as follows:
<p>
("+" "-")? ((<integer> "." <precision> (<width> (("s" "S") I
("d" ('In' I "N") ) <p> 11 Specifier syntax:<br>
<ul>
<li><b>"+"</b> Right justification. Only used for string types. Ignored for all other types.</li>
<li><b>"-"</b> Left justification (Default). Only used for string types.
Ignored for all other types.</li>
<li><b>&ltinteger&gt</b> Number of digits on integer side for float type.</li>
<li><b>&ltprecision&gt</b> Number of digits on decimal side for float type.</li>
<li><b>&ltwidth&gt</b> Number of characters or digits for string or integer types, respectively.</li>
<li><b>f/F</b> Float type value specifier.</li>
<li><b>s</b> String type value specifier. Character case is not modified.</li>
<li><b>S</b> String type value specifier. All characters are forced to upper-case.</li>
<li><b>d/D</b> Integer type value specifier.</li>
<li><b>n</b> Non-padded string type value specifier. Character case is not modified.</li>
<li><b>N</b> Non-padded string type value specifier. All characters are forced to upper-case.</li>
</ul>
<p>
Examples:<br>
<ul>
<li><code>"10s"</code> - Left justified, 10 character string. (i.e.
"Hello! ")</li>
<li><code>"+8S"</code> - Right justified, 8 character string with forced uppercase. (i.e. "world!" becomes " WORLD!")</li>
<li><code>"3.2f"</code> - Float with 2 digit precision. (i.e. "1.5"
becomes "001.50")</li>
<li><code>"5d"</code> - 5 digit integer. (i.e "15" becomes "000151I)</li>
</ul>
<p>
String type values are padded with spaces and numerical type values (i.e.
float and integer) are padded with zeros. Non-padded string type values (i.e. "n") are not padded at all, regardless of the &ltwidth&gt specifier.
<p>
Called operations:
<code>
<ul>

<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 *I
public class Formatter {
I** Format specifier for string.
private static final char _STRING = 's';
/** Format specifier for integer. */
private static final char _INTEGER = 'd';
/** Format specifier for float. */
private static final char _FLOAT = 'f';
/** Format specifier indicating no padding.
private static final char _NOPAD = 'n';
/** Format specifier for right justification. */
private static final char _RIGHT__JUSTIFY = '+';
/** Format specifier for left justification (default).
private static final char _LEFT_JUSTIFY
/** Pad character for strings. */
private static final String STRING_PADCHAR
/** Pad character for integers and floats. */
private static final String NUMBER_PADCHAR = "0";
/** Format type. */
private char m -type = _NOPAD;
/** Width of string, integer, or integer portion of float. */
private int m -width = 0;
/** Precision of float. */
private int m_precision = 0;
/** Justification of string.
private char m_justify = _LEFT_JUSTIFY;
/** Flag to force all letters to uppercase.
private boolean m_uppercase = false;

/**
Constructor.
Returns a Formatter object.

{}
public Formatter o I**
This method formats the attribute as defined by format specifier.
<code>validateFormatStructure()</code> is called to parse the specifier and set the formatting flags appropriately. Then, depending on the value type, either <code>formatString()</code>, <code>formatInteger(</code>, <code>formatFloat()</code>, or <code>formatNoPad()</code> is called with the string value as a parameter.

@param aValue A string value to be formatted @param aFormat The format specifier @return The formatted string @exception FormatException if value or specifier is null, if the specifier is empty, or if the the value could not be formatted according to the contents of the specifier.
public String format(String aValue, String aFormat) throws FormatException {
validate value and format specifier not null if (aValue == null) throw new FormatException( "Invalid Format: value is null");
if (aFormat == null) throw new FormatException( "Invalid Format: format specifier is null");

// validate format specifier not empty strings. It is okay for the value to be empty string if (aFormat.trim().length() == 0) throw new FormatException( "Invalid Format: format specifier is empty");

// Init formatter according to format specifier validateFormatStructure(aFormat.trim();
Format the value if ( m type =_ -STRING
return formatString(aValue.trim());
else if ( m -type == _INTEGER
return formatlnteger(aValue.trim());
else if ( m type == _FLOAT
return formatFloat(aValue.trim());
else if (m.-type == _NOPAD) return formatNoPad(aValue.trim());
else throw new FormatException("Bad format specifier: " + aFormat);
}

This method validates the format specifier. It verifies that the format complies with the format specification definition. Flags for value type, forced-uppercase, and justification are set. For string and integer types, the width value is set and for the float type, the width values of the integer and decimal sides are set.
@param fs Format specifier.
@exception FormatException if parameter cannot be parsed according to the format specifier definition.
private void validateFormatStructure(String fs) throws FormatException m type = fs.charAt(fs.length() - 1);
// Check for force to upper case if (Character.isUpperCase(m_type)) m_uppercase = true;
else m uppercase = false;

m_type = Character.toLowerCase(m_type);
// Drop specifier char fs = fs.substring(0,fs.length() - 1);
if (fs.length() < 1) throw new FormatException("Invalid format specifier: +
m -type);

Justification if (fs.charAt(0) == '+' 11 fs.charAt(0) {
if (fs.charAt(0) == '+') m_justify = _RIGHT_JUSTIFY;
else m--justify = _LEFT_JUSTIFY;
Drop justification char fs = fs.substring(1);
}

switch (m_type) {
case _INTEGER:
case _STRING:
case _NOPAD:
m -Width = getIntSpec(fs);
break;

case _FLOAT:
StringTokenizer st = new StringTokenizer(fs,".",false);
if (st.countTokens() == 2) {
m -Width = getIntSpec(st.nextToken();
m_precision = getIntSpec(st.nextToken());
}
else throw new FormatException("Invalid float precision: + fs);

break;
default:
throw new FormatException("Invalid format specifier:
must be 's','d','f','n "');
}

if (m-width < 0 11 m_precision < 0) throw new FormatException("Invalid format specifier: width or precision less than zero");
}

Obtains the integer value of the string parameter.
@param s String representing an integer.
@return Integer value of parameter.
@exception FormatException if the string does not represent an integer.

private int getlntSpec(String s) throws FormatException {
try {
return Integer.parselnt(s);
}

catch (NumberFormatException ex) {
throw new FormatException("Invalid integer value: " + s);
}
}
This method formats a string type using the justification and width of the format specifier as set in <code>validateFormatStructure()</code>. If the format specifier was set to force all letters to uppercase, the letter contents of the return value are all set to uppercase.
@param str A string to format @return String The formatted string private String formatString(String str) {
if (m_width == 0) return "";

if (str.length() > m_width) return (str.substring(0,m_width));
else {
while (str.length() < m_width) {
str = ((rn_justify == _LEFT_JUSTIFY) ? "":STRING_PADCHAR) +
str +
((m-justify == _LEFT_JUSTIFY) ? STRING_PADCHAR:"");
}

return (m_uppercase ? str.toUpperCase():str);

}
}
/**
This method formats an integer type using the width of the format specifier as set in <code>validateFormatStructure()</code>. If the string to format represents a negative number, the negative sign is not considered in width padding.
@param str _ A string to format.
@return The formatted string.
@exception FormatException if string to format does not represent a valid integer value.
private String formatInteger(String str) throws FormatException {
boolean isNegative = false;
if (m_width == 0) return I'll;

if (str.length() > 0) {
if (str.charAt(0) {
isNegative = true;
str = str.substring(l);
}
else if (str.charAt(0) {
isNegative = false;
str = str.substring(l);
}
}

Validate value representation if (!validNumber(str)) throw new FormatException("Invalid integer: + str);
if (str.length() > m_width) return (isNegative ? + (str.substring(0,mwidth));
else {
while (str.length() < m width) str = NUMBER_PADCHAR + str;
return (isNegative ? + str;
}
}
/**
This method formats a float type using the width and precision of the format specifier as set in <code>validateFormatStructure()</code>. If the string to format represents a negative number, the negative sign is not considered in width padding.
@param str A string to format.
@return The formatted string.
@exception FormatException if string to format does not represent a valid floating-point value.
private String formatFloat(String str) throws FormatException {
String sInt = null;
String sDec = null;
boolean isNegative = false;
if (str.length() < 1) str = "0.0";
Check for negative value if (str.charAt(0) {
str = str.substring(l);
isNegative = true;
}
else if (str.charAt(0) == '+') {
str = str.substring(l);
isNegative = false;
}
StringTokenizer st = new StringTokenizer(str,".",false);
if (st.hasMoreTokens() sInt = st.nextToken(;
else throw new FormatException("Invalid float: + str);
if (st.hasMoreTokens()) sDec = st.nextToken(;
else sDec = "0";

if (!validNumber(sInt) 11 !validNumber(sDec)) throw new FormatException("Invalid float: " + str);
Pad integer side while (sInt.length() < m -Width) sInt = "0" + sInt;

Pad decimal side while (sDec.length O < m_precision) sDec = sDec + "0";

if (m width == 0) slnt if (m-precision == 0) sDec = I'll;

return (isNegative ? +
(smnt.length() > m -Width ? slnt.substring(0,m_width):slnt) + (m-precision == 0 ? +
(m-precision == 0 ? "": (sDec.length() > m_precision ?
sDec.substring(0,m_precision):sDec));
}
This method formats the string and does not add any padding characters.
If the format specifier was set to force all letters to uppercase, the letter contents of the return value are all set to uppercase.
@param str A string to format @return The formatted string private String formatNoPad(String str) {
if (m_width == 0) return I'll;

if (str.length() > m_width) return (m_uppercase ?
str.substring(0,mwidth).toUpperCase():str.substring(0,m_width));
else return (m uppercase ? str.toUpperCase():str);
}

/**
Checks to make sure that a string represents a valid number (i.e. all characters within the string are digits).

@param s String representing a number.
@return <b>true</b> if string represents a valid number, otherwise <b>false</b>.

private boolean validNumber(String s) {
boolean retVal = true;

for (int i=0;i<s.length();i++) {
if (s.charAt(i) < 10' 11 s.charAt(i) > '9') {
retVal = false;
break;
}
}

return retVal;
}

/**
This method performs finalization on the Formatter Object *1 public void finalize() {
LogController.getlnstance().log("Formatter is about to get garbage collected.", LogController.DEBUG3);
}
}

package com.uhc.iframework.runtime.mapping;

/**
Class represents an exception thrown by the lexer.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class LexerException extends Error {
private String m_message = null;

NOTE: This constructor has been customized for use with WinEdit for map file development!

* Returns a detailed message for the Error when it is thrown by the * token manager to indicate a lexical error.
* Parameters :
* EOFSeen : indicates if EOF caused the lexicl error * curLexState : lexical state in which this error occured * errorLine : line number when the error occured * errorColumn : column number when the error occured * errorAfter : prefix that was seen before this error occured * curchar : the offending character * Note: You can customize the lexical error message by modifying this method.

public LexerException(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
m_message = new String("Encountered +
(EOFSeen ? "<EOF>
addEscapes(String.valueOf(curChar)) +
at line " + errorLine +
column " + errorColumn +
}
public String getMessage() {
return m_message;
}

protected static final String addEscapes(String str) {
StringBuffer retval = new StringBuffer();
char ch;
for (int i = 0; i < str.length(); i++) {
switch (str.charAt(i)) {

case 0 continue;
case '\b':
retval.append("\\b");
continue;
case \t':
retval.append("\\t");
continue;
case '\n':
retval.append("\\n");
continue;
case \f':
retval.append("\\f");
continue;
case '\r':
retval.append("\\r");
continue;
case \"':
retval.append("\\\"");
continue;
case 1\11:
retval. append continue;
case '\\':
retval.append("\\\\");
continue;
default:
if ((ch = str.charAt(i)) < 0x20 ch > Ox7e) String s = 110000" + Integer.toString(ch, 16);
retval.append("\\u" + s.substring(s.length() - 4, s.length()));
} else ( retval.append(ch);
}
continue;
}
}
return retval.toStringO ;
}
}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.FailureCodes;
import com.uhc.iframework.runtime.configuration.ConfigurationManager;
import com.uhc.iframework.runtime.utility.basic.IFMutex;
import com.uhc.iframework.runtime.utility.logging.LogController;
import java.util.Hashtable;
import java.util.Vector;

This class is responsible for loading, retaining, and handing out the abstract syntax trees constructed from various translation maps.
<p>
Called operations:
<code>
<ul>
<li>ConfigurationManager::getInstance U
<li>ConfigurationManager::getParmaeter(..) <li>LogController::getInstance() <li>LogController::log(..) </ul>
</code>
@date 23 June 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class MapLoader {
/** Static reference to the MapLoader class.
private static MapLoader m_instance = null;

/** Mutex object for thread synchronization. */
private static IFMutex m_mutex = new IFMutex(;

/** List of loaded maps (identified by legacy system name - e.g. PRIME, COSMOS). */
private Hashtable m_maps = new Hashtable();

/** Reference to LogController used for logging.
private LogController m_logger = LogController.getInstance(;
Obtains an instance of the Maploader class.

@return An instance of the MapLoader.
static MapLoader getInstance() {
if(m_instance == null) {
synchronized( m_mutex {
if( m_instance == null {
m_instance = new MapLoader();

}
}
}
return m_instance;
}

/**
The fully-qualified filename of a map file is used as the key in checking whether an AST
already exists for the specified map file. If found in the collection, the root node of the AST
is returned. Otherwise, the MapParser class is reinitialized using an input stream based on the map file. A Vlnterpreter visitor object is instantiated and its syntax check mode is set to <code>
true</code>. The visitor object then visits the root node of the AST
resulting from the initialization of the MapParser object. If no parser or surface-level syntax errors are encountered by the visitor, the AST is added to the AST collection and the root node of the AST is returned.

@param mapName Fully qualified filename of the map to be obtained @return Root node of the AST constructed after passing the map file through the MapParser object.
@exception Exception is thrown if map file parameter is null or empty. An Exception is also thrown if the specified map file could not be found. Finally, an Exception is thrown if a ParseException or VisitorException is encountered during visit of the AST, or if a general Throwable is caught during visit of the AST.

public synchronized SimpleNode getMap(String mapFile) possible to minimize the synch body ?? Jay throws Exception {
m logger.log("Entering MapLoader::getMap", LogController.BENCHMARK3);
MapParser parser = null;
SimpleNode root = null;
if (mapFile == null) {
m_logger.log("Parameter to SimpleNode::getMap() was null",LogController.ERROR3);

m logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception("Parameter to SimpleNode::getMap() was null");
}

if (mapFile.trim().equals(I'll)) {
m_logger.log("Parameter to SimpleNode::getMap() was empty",LogController.ERROR3);

m_logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception("Parameter to SimpleNode::getMap() was empty");
}
m_logger.log("MapLoader checking for mapfile in cache",LogController.DEBUG3);

// check to see if map is in cache root = (SimpleNode)m_maps.get(mapFile);
if( root != null {
m_logger.log("MapLoader found mapfile in cache!",LogController.DEBUG3);

m_logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
return root;
}

m_logger.log("MapLoader attempting to load map file: " +
mapFile,LogController.DEBUG3);

java.io.FileInputStream fstream = null;
try {
fstream = new java.io.FileInputStream(mapFile);
}

catch (java. io.FileNotFoundException e) {
m_logger.log("Map file (" + mapFile + ") could not be found",LogController.ERROR3);

m_logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception(FailureCodes.getFailureCode(FailureCodes.MAJOR_RECOVERABLE) + "Map file not found");
}
MapParser.Relnit(fstream);
String val =
ConfigurationManager.getInstance().getParameter(ConfigurationManager.MAX_ERRORS
) int maxErrors = 0;

try {
maxErrors = Integer.parselnt(val);
}

catch (NumberFormatException ex) {}

try {
root = MapParser.CompilationUnit();
root.dump(" ");
Vlnterpreter v = new Vlnterpreter(mapFile,null,null,null,maxErrors);
check the syntax v. setSyntaxCheckMode(true);

m_logger.log("MapLoader::getMap interpreting map for syntax BEGIN",LogController.BENCHMARK3);
root.jjtAccept(v, null);
m_logger.log("MapLoader::getMap interpreting map for syntax END",LogController.BENCHMARK3);
}
catch (ParseException e) {
m logger.log( e, LogController.ERROR3 );
m_logger.log("MapLoader::getMap interpreting map for syntax END",LogController.BENCHMARK3);
m logger.log("Leaving MapLoader::getMap", LogController.BENCHMARK3);
throw new Exception( e.getMessage() );
}
catch (VisitorException e) {
m_logger.log( e, LogController.ERROR3 );
m_logger.log("MapLoader::getMap interpreting map for syntax END",LogController.BENCHMARK3);
m_logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception( e.getDetailMessages() multiple messages }
catch (Exception e) {
m_logger.log( e, LogController.ERROR3 );
m_logger.log("MapLoader::getMap interpreting map for syntax END",LogController.BENCHMARK3);
m_logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception( e.getMessage() );
}
catch (Throwable t) {
m_logger.log( t, LogController.ERROR3 );

m logger.log("MapLoader::getMap interpreting map for syntax END",LogController.BENCHMARK3);
m logger.log("Leaving MapLoader::getMap",LogController.BENCHMARK3);
throw new Exception( t.getMessage() );
}

finally {
fstream.close(;
}

m_maps.put(mapFile,root); // put the map (root node) in the cache m_logger.log("Leaving MapLoader::getMap", LogController.BENCHMARK3);
return root;
}
Default constructor.
private MapLoader() {}
}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.runtime.utility.logging.LogController;
import java.sql.Date;

This class contains translation rules that could not be done using the map.
<p>
Called operations:
<code>
<ul>
<li>LogController::getInstance() <li>LogController::log(..) </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class Ruler {
/** Searcher private Searcher m_searcher = null;
/** LogController */
private LogController m -logger = LogController.getInstance();
/** RULES */
private static final String RULE1 = "WI_C_Avg-Dependent _Age";
private static final String RULE2 = "TX_P_Do_Something";

/**
Constructor. Returns a Ruler object public Ruler( Searcher aSearcher {
m_searcher = aSearcher;
}

/**
Constructor.
Returns a Ruler object private Ruler() {} //This should never be called This method begins the execution of a custom rule identified by a rule name.
First, it verifies the name of the rule is not empty, then it calls the method to execute the rule.

@param aRule The string name of the rule to be executed @return String The string results of the rule.

public String executeRule (String aRule) throws RulerException {
String ruleResults = null;
if ( aRule == null throw new RulerException( "Invalid Rule: Rule cannot be null");
if ( aRule.length() == 0) throw new RulerException( "Invalid Rule: Rule is empty string");
ruleResults = execute( aRule );

return ruleResults;
}

This method executes a custom rule identified by a rule name. The rule name must match one of the names in the list of rules declared in the Ruler class. If the rule does not exist, it throws the RulerException.

@param aRule The string name of the rule to be executed @return String The string results of the rule.

private String execute(String aRule) throws RulerException {
String results = null;

//Execute the method for the rule passed. If rule does not exist, throw exception if (aRule.equals(RULE1)) {
m_logger.log("Ruler executing rule:"+ aRule,' LogController.DEBUG3);
results = rulel();
'}
else if (aRule.equals(RULE2)) {
m_logger.log("Ruler executing rule-"+ aRule, LogController.DEBUG3);
results = rule2();
}
else {
m_logger.log("Ruler executing rule:"+ aRule, LogController.WARNING3);
throw new RulerException( "Invalid Rule: Rule does not exist.");
}

return results;
}

private String rulel() {
int i = 0;
int dep_count = 0;
int tmp_age = 0;
int sum-age = 0;
int avg_age = 0;
int true_dep_count = 0;
String age, avg_age_str;
try {
dep_count = (Integer.valueOf(m_searcher.findAttribute( "UHC/xml/UHCCase.members[0].dependents[]" ))).intValue(;
}
catch (SearchException e) {}

for ( i = 0; i < dep_count; i++) {
try {
age = m_searcher.findAttribute( "UHC/xml/UHCCase.members[0].dependents[i]:age" );
tmp__age = (Integer.valueOf(age)).intValue(;
sum-age = sum-age + tmp_age;
++true_dep_count;
}
catch (Exception e){) }
avg_age = sum-age / dep_count;
avg_age_str = String.valueOf(avg_age);
return avg_age_str;
}
private String rule2() {
return null;
}

/**
This method performs finalization on the Ruler Object public void finalize() {
m_logger.log("Ruler is about to get garbage collected.", m_logger.DEBUG3);
}
}

package com.uhc.iframework.runtime.mapping;

This class represents an exception thrown by the Ruler.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class RulerException extends Exception {
public RulerException( String detailMessage {
super( detailMessage );
}

force user to enter a reason private RulerException() {}
}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.runtime.configuration.ConfigurationManager;
import com.uhc.iframework.runtime.utility.logging.LogController;
This abstract class defines the interface for an XML searcher class.
<p>
Called operations:
<code>
<ul>
<li>LogController::getlnstance() </ul>
</code>
@date 15 October 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public abstract class Searcher {
/** Constant value contained within the object model associated with the PRIME legacy system. */
protected static final String PRIME_TARGET_SYSTEM = "10002";

/** Constant value contained within the object model associated with the COSMOS legacy system. */
protected static final String COSMOS_TARGET_SYSTEM = "10001";
/** Constant value returned if target system is PRIME. */
protected static Byte PRIME_RETVAL = ConfigurationManager.PRIME_MAP;

/** Constant value returned if target system is COSMOS. */
protected static Byte COSMOS_RETVAL = ConfigurationManager.COSMOS_MAP;
/** Reference to LogController used for logging. */
protected static LogController m_logger-= LogController.getlnstance(;
/**
Obtains the target legacy system.

abstract public Byte getTargetSystem() throws SearchException;
/**
Obtains the number of members of an occurence.

abstract public String getCollectionCount(String fgCollection) throws SearchException;

Obtains the value of an item in the object model.

abstract public String findAttribute(String fqAttributeStr) throws SearchException;

/**
This method performs finalization on the Searcher Object.

public void finalize() {
m_logger.log("Searcher is about to get garbage collected.", LogController.DEBUG3);
}
}

package com.uhc.iframework.runtime.mapping;

import vendor.util.CPException;

This class represents an exception thrown by the Searcher object.
<p>
Called operations:
<code>
<ul>
<li>None <Iul>
</code>
@date 24 August 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class SearchException extends Exception {
/**
Constructor.
@param detailMessage Message describing source of error.

public SearchException( String detailMessage {
super( detailMessage );
}

/**
Constructor.
@param e Vendor exception thrown by the Vendor toolkit.

public SearchException( CPException e {
super( "Vendor exception caught during search: + e.getMessage() );
}

/**
Default constructor.
private SearchException() {}
}

/* Generated By:JJTree: Do not edit this line. SimpleNode.java package com.uhc.iframework.runtime.mapping;
// ADDED to generated code import com.uhc.iframework.runtime.mapping.Node;
end ADDED

This class acts as the parent class for all node classes comprising the AST
object model.
SimpleNode is actually a class generated by JJTree. This particular SimpleNode class has been slightly modified for use with the Vlnterpreter object.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 24 August 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class SimpleNode implements Node {
protected Node parent;
protected Node[] children;
protected int id;
protected MapParser parser;

ADDED to generated code /** Added to generated code. */
public String name = I'll;

/** Added to generated code.
public String format = I'll;

/** Added to generated code. */
public int val = 0;

/** Added to generated code.
public int type = 0;

/** Added to generated code. */
public String parm0 =

public String parml =
public String parm2 =

/** Added to generated code. Indicates current, line of map file being interpreted by Visitor.
public int line = 0;

/** Added to generated code. Indicates current column of map file being interpreted by Visitor.
public int column = 0;
end ADDED

public SimpleNode(int i) {
id = i;
}
public SimpleNode(MapParser p, int i) {
this(i);
parser = p;
}

public void jjtOpen O {
}

public void jjtClose() {

public void jjtSetParent(Node n) { parent = n; }
public Node jjtGetParent() { return parent; }
public void jjtAddChild(Node n, int i) {
if (children == null) {
children = new Node[i + 11;
} else if (i >= children.length) {
Node c[] = new Node[i + 1];
System.arraycopy(children, 0, c, 0, children.length);
children = c;
}
children[i] = n;
}

public Node jjtGetChild(int i) {
return children[i];
}
public int jjtGetNumChildren O {
return (children == null) ? 0 : children.length;
}

/** Accept the visitor. **/
public Object jjtAccept(MapParserVisitor visitor, Object data) throws com.uhc.iframework.runtime.mapping.VisitorException {
return visitor.visit(this, data);
}

/** Accept the visitor. **/
public Object childrenAccept(MapParserVisitor visitor, Object data) throws com.uhc.iframework.runtime.mapping.VisitorException {
if (children != null) {
for (int i = 0; i < children.length; ++i) {
children[i].jjtAccept(visitor, data);
}

}
return data;
}

/* You can override these two methods in subclasses of SimpleNode to customize the way the node appears when the tree is dumped. If your output uses more than one line you should override toString(String), otherwise overriding toString() is probably all you need to do. */

public String toString() { return MapParserTreeConstants.jjtNodeName[id]; }
public String toString(String prefix) { return prefix + toString(; }

/* Override this method if you want to customize how the node dumps out its children. */

public void dump(String prefix) {
System.out.println(toString(prefix));
if (children null) {
for (int i = 0; i < children.length; ++i) {
SimpleNode n = (SimpleNode)children[i];
if (n != null) {
n.dump(prefix +
}
}
}
}
}

/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 0.7pre2 Class represents an exception thrown by the token manager.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 package com.uhc.iframework.runtime.mapping;
public class TokenMgrError extends Error {

* Ordinals for various reasons why an Error of this type can be thrown.
* Lexical error occured.

static final int LEXICAL-ERROR = 0;

* An attempt wass made to create a second instance of a static token manager.

static final int STATIC_LEXER_ERROR = 1;
/**
* Tried to change to an invalid lexical state.
static final int INVALID-LEXICAL-STATE = 2;

* Detected (and bailed out of) an infinite loop in the token manager.
static final int LOOP-DETECTED = 3;

* Indicates the reason why the exception is thrown. It will have * one of the above 4 values.

int errorCode;
/**
* Replaces unprintable characters by their espaced (or unicode escaped) * equivalents in the given string protected static final String addEscapes(String str) {

StringBuffer retval = new StringBuffer();
char ch;
for (int i = 0; i < str.length(); i++) {
switch (str.charAt(i)) {
case 0 continue;
case \b':
retval.append("\\b");
continue;
case '\t':
retval.append("\\t");
continue;
case \n':
retval.append("\\n");
continue;
case \f':
retval.append("\\f");
continue;
case '\r':
retval.append("\\r");
continue;
case '\"':
retval.append("\\\"");
continue;
case '\'': =
retval.append("\\\"');
continue;
case \\':
retval.append("\\\\");
continue;
default:
if ((ch = str.charAt(i)) < 0x20 ch > Ox7e) {
String s = "0000" + Integer.toString(ch, 16);
retval.append("\\u" + s.substring(s.length() - 4, s.length());
} else retval.append(ch);
}
continue;
}
}
return retval.toString();
}

NOTE: This method has been customized for use with WinEdit for map file development!

* Returns a detailed message for the Error when it is thrown by the * token manager to indicate a lexical error.
* Parameters :
* EOFSeen : indicates if EOF caused the lexicl error * curLexState : lexical state in which this error occured * errorLine : line number when the error occured * errorColumn : column number when the error occured * errorAfter : prefix that was seen before this error occured * curchar : the offending character * Note: You can customize the lexical error message by modifying this method.

private static final String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) throws LexerException {
throw new LexerException(EOFSeen,lexState,errorLine,errorColumn,errorAfter,curChar);
}

* You can also modify the body of this method to customize your error messages.
* For example, cases like LOOP-DETECTED and INVALID-LEXICAL-STATE are not * of end-users concern, so you can return something like *
* "Internal Error : Please file a bug report ....
*
* from this method for such cases in the release version of your parser.
public String getMessage() {
return super.getMessage();
}

* Constructors of various flavors follow.
public TokenMgrError() {
}
public TokenMgrError(String message, int reason) {
super(message);
errorCode = reason;
}

public TokenNgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) throws LexerException {
this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
}
}

package com.uhc.iframework.runtime.mapping;

import com.ms.xml.om.Document;
import com.ms.xml.om.Element;
import com.ms.xml.om.ElementEnumeration;
import com.ms.xml.parser.ParseException;
import com.ms.xml.util.Name;

import java.io.ByteArrayInputStream;
import java.io.FileNotFoundException;
import java.io.inputStream;
import java.io.IOException;
import java.util.Enumeration;
import java.util.StringTokenizer;
/**
This class is an implementation of the abstract Searcher class. It performs searches of the MS XML object model (as defined by the XML document passed to the constructor) through utilization of the MS XML library.

<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class UHCSearcher extends Searcher {
/** Object identifier describing path to target legacy system value.
private static String TARGET_SYSTEM_KEY = "UHC/xml/UHCCase:legacySystem";
/** Container object for XML object model.
private Document m objModel = null;
Constructor.
An input stream is created from the byte array parameter and used to populate the object model container.

@param xml Byte array representation of XML
document.
@exception SearchException Thrown in the event of a ParseException or IOException while populating object model container.

public UHCSearcher(byte[] xml) throws SearchException {
try {
ByteArraylnputStream stream = new ByteArraylnputStream(xml);
m_objModel = new Document();
m objModel.load((InputStream)stream);
stream. close();
}
catch (ParseException ex) {
throw new SearchException(ex.getMessage());
}

catch (IOException ex) {
throw new SearchException(ex.getMessage());
}
}
/**
Searches the object model for the target legacy system and returns the result as a Byte object. The valid return values are defined in the parent class.
@return Constant representing target legacy system.
@exception SearchException SearchException is thrown if a valid target system value could not be found within the object model.

public Byte getTargetSystem() throws SearchException {
String target = findAttribute(TARGET_SYSTEM_KEY);
if (target. equals(PRIME_TARGET_SYSTEM)) return PRIME_RETVAL;
else if (target.equals(COSMOS_TARGET_SYSTEM)) return COSMOS_RETVAL;
else throw new SearchException("No valid target system found");
}

Obtains a collection's total number of elements. If the collection hasn't been previously obtained, the collection is found and the total number of element is obtained-from the newly obtained collection.

@param collection The collection from which to obtain the total number of elements.
@exception Exception Thrown if the collection wasn't found in the object model.

public String getCollectionCount(String collection) throws SearchException {
return findAttribute(collection);
}

/**
Method iterates through the object model, beginning with the root node, by tokenizing on the dot (.) character. For each iteration, the token is checked for whether it is an occurrence.
If it is an occurrence, an enumeration of the current node's children is obtained. If the object identifier is a count object identifier, the number of children nodes is returned, otherwise the i^th child node becomes the current node, as specified by the occurrence index.
Once the object identifier has been completely tokenized, a match is made based on the specified attribute name against the names of the current node's element objects. The value contained by the element object described by the attribute name is returned.
@param path object identifier describing location of attribute within object model.
@exception SearchException Thrown if the object identifier passed as a parameter does not correspond to a valid path through the object model.

public String findAttribute(String path) throws SearchException {
String attributeName = null;
String pathName = null;
String rootObject = null;
Enumeration cnodes = null;
int collectionIndex;

// Validate parameter value if (path == null) throw new SearchException("XMLSearcher::findAttribute() received null for argument");

if (path.trim().equals("")) throw new SearchException("XMLSearcher::findAttribute() received empty argument");

// Get top node of object model Element node = m_objModel.getRoot(;
StringTokenizer st = new StringTokenizer(path,":");
if (st.countTokens() > 0) {

Get path to object model attribute StringTokenizer objPath = new StringTokenizer(st.nextToken(),".");
// Get attribute name (if specified) if (st.countTokens() _= 1) attributeName = st.nextToken().trim();
if (objPath.countTokens() > 0) {
rootObject =
objPath.nextToken().trim().replace('/','.');
// Point to root object if (rootObject.equals(node.getTagName().toString()) {
while (objPath.hasMoreTokens()) {
pathName = objPath.nextToken().trim();
Check for collection node StringTokenizer index = new StringTokenizer(pathName,"[");

if (index.countTokens() == 2) {
pathName = index.nextToken().trim(;
Collection name collectionlndex = -1;
try {
collectionlndex =
Integer.parselnt((new StringTokenizer(index.nextToken(),"]")).nextToken();
}

catch (NumberFormatException ex) {
If index could not be interpreted, assume bad index throw new SearchException(ex.getMessage());
}

For collection count, nextToken throws NoSuchElementException catch (Throwable t) {
}

Create an enumeration of children whose tag name matches collection name cnodes = new ElementEnumeration(node,Name.create(pathName),Element.ELEMENT);
Element e =
(Element) cnodes.nextElement(;

if (e != null) {
Get enumeration of collection's children int count = 0;
cnodes = e.getElements();

while (cnodes.hasMoreElements()) node =
(Element) cnodes.nextElement(;

Count collection's child if node type is Element.ELEMENT
if (node.getType() Element.ELEMENT) count++;
if (collectionIndex >= 0 && count > collectionIndex) break;
}

if (collectionIndex < 0) return Integer. toString(count);
}
else throw new SearchException("Invalid collection(" + path + + pathName);
}
else if (index.countTokens() == 1) {
Get next child in object model cnodes = new ElementEnumeration(node,Name.create(pathName),Element.ELEMENT);
node = (Element)cnodes.nextElement(;
if (node == null cnodes.hasMoreElements() throw new SearchException("Invalid object model path(" + path + "): " + pathName);
}
else throw new SearchException("Invalid object model path(" + path + + pathName);
}

Get attribute value if (attributeName != null) {

cnodes = new ElementEnumeration(node,Name. Create (attributeName) ,Element. ELEMENT);

node = (Element)cnodes.nextElement();
if (node != null) return node.getText(;
else throw new SearchException("Attribute could not be found: " + attributeName);
}
else throw new SearchException("Invalid object model path: " + path);
}
else throw new SearchException("Could not find root node: " + rootObject +

instead found " + m objModel.getRoot().getTagName().toString();
}
else throw new SearchException("Invalid object model path:
+ path);
}
else throw new SearchException("Invalid object model path: " + path);
}
}

package com.uhc.iframework.runtime.mapping;

import java.util.Date;
import java.util.Hashtable;
import java.util.NoSuchElementException;
import java.util.StringTokenizer;

This class represents a Visitor object for the abstract syntax trees constructed by MapLoader. It acts as the interpreter for the mapping files and coordinates between the Searcher object, Ruler object, and the Writer object to build a String-based message that will be sent to a legacy system via the technical architecture.
<p>
Note that the methods of this class have been written such that they assume that a <code>null</code> value is never passed in for the node parameter due to the nature of the AST's generation via Java's JJTree utility.
<p>
Called operations:
<code>
<ul>
<li>Searcher::getCollectionCount(..) <li>Searcher::findAttribute(..) <li>VisitorException::add(..) <li>VisitorException::getCount() <li>Writer::add(...) </ul>
</code>
@date 20 August 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class Vlnterpreter implements MapParserVisitor, MapParserConstants {
private long _totalFindTime = 0; // DEBUG
public StringBuffer _formatOut = new StringBuffer(""); // DEBUG
/** Symbol table */
protected Hashtable m_symtab = new Hashtable();
/** Table structures table protected Hashtable m_tables = new HashtableO;

/** Class name preface for object identifiers within the Vendor object model. */
protected String m -preface = new String(;
/** VisitorException exceptions collection.
private VisitorException m_Ierrors = null;

/** Fully-qualified file name of map file being interpreted by this Visitor object. */
private String m_filename = "(unknown file to visitor)";
/** Private reference to the Searcher object. */

private Searcher m -searcher = null;

/** Private reference to the Writer object.
private Writer m_writer = null;

/** Private reference to the Ruler object.
private Ruler m ruler = null;

/** Syntax checking flag. Used to indicated that the vistor is syntax checking and not interpreting.
Default value is <code>false</code>.
private boolean SYNTAX_CHECK = false;

/** Flag used to indicate whether MapChecker tool is interpreting map file.
Default value is <code>false</code> and will remain that way unless <code>setMapCheckerMode()</code> is called.*/
private boolean m_mapCheckerMode = false;
Default constructor.

private Vlnterpreter() {) // should never be called.
I require the filename from which the AST was generated so I can provide it in the error messages /**
Constructor.
Sets the map file name and initializes the VisitorException collection. The collection will use the VisitorException's default value for the max number of exceptions it will contain.

@param fqFilename Fully-qualified map file name.

public Vlnterpreter( String fqFilename fully qualified file name {
m_filename = "("+fgFilename+")";
if (m_Ierrors == null) m Ierrors = new VisitorException(0);
Constructor.
Sets the map file name, searcher reference, writer reference, ruler reference, and initializes the VisitorExceptions collection. The collection will contain a max number of exception as specified by the <code>maxErrors</code> parameter.
@param fqFilename Fully-qualified map file name.
@param s Reference to Searcher object.
@param w Reference to Writer object.
@param r Reference to Ruler object.
@param maxErrors Max number of errors during interpretation.

public VInterpreter(String fqFilename, Searcher s, Writer w, Ruler r,int maxErrors) {
this(fqFilename);
m_searcher = s;
m_writer = w;
m -ruler = r;
m Ierrors = new VisitorException(maxErrors);
}

Sets the visitor to syntax checking mode.

@param mode Syntax checking mode (true or false).
@return Returns the previous mode.

public boolean setSyntaxCheckMode( boolean mode {
boolean prevMode = this.SYNTAX_CHECK;
this.SYNTAX_CHECK = mode;
return prevMode;
}

/**
Sets the map checker mode flag to <code>true</code>.
public void setMapCheckerMode() {
m_mapCheckerMode = true;
}

Gets the visitor syntax checking mode.
@return Returns the previous mode.
public boolean getSyntaxCheckMode() {
return this.SYNTAX_CHECK;
}

/**
If the object parameter is of type Boolean, the associated primitve value is returned.
@param objval Object containing value to be returned as a Boolean primitive.
@param errmsg Pre-defined error message in the case of an exception.
@param line Line in map file which caused this method to be called by the interpreter.
@param column Column in map file which caused this method to be called by the interpreter.
@return Returns a boolean primitive.

@exception A VisitorException is thrown if the value contained by the Object cannot be converted to a boolean primitive.
protected boolean fetchBool (Object objval, String errmsg,int line,int column) throws VisitorException {
boolean val = false;

if (objval instanceof Boolean) val = ((Boolean)objval).booleanValue(;
else m Ierrors.add(m_filename,errmsg + " is not boolean",line, column);

return val;
}

/**
If the object parameter is of type Integer, the associated primitve value is returned.
@param objval Object containing value to be returned as an integer primitive.
@param errmsg Pre-defined error message in the case of an exception.
@param line Line in map file which caused this method to be called by the interpreter.
@param column Column in map file which caused this method to be called by the interpreter.
@return Returns an integer primitive.
@exception A VisitorException is thrown if the value contained by the object cannot be converted to an integer primitive.
protected int fetchInt (Object objval, String errmsg,int line,int column) throws VisitorException {
int val = 0;

if (objval instanceof Integer)' val = ((Integer)objval).intValue();
else m Ierrors.add(m_filename, errmsg + " is not int",line,column);
return val;
}

/**
This method is called in lieu of an operation on the Format object when the visitor's reference to the Format object is <code>null</code>.
@param val String to be formatted.
@param form Formatting string.

protected void tempFormatter (String val, String form) {
System.out.println("Format{" + val + "} using {" + form +
_formatOut.append("Format{" + val + "} using {" + form +
}

/**
This method is called in lieu of an operation on the Ruler object when the visitor's reference to the Ruler object is <code>null</code>.
@param val A String.
@return Returns a debug message.
protected String tempRuler (String val) {
return new String("Rule{" + val +
}

/**
This method is called in lieu of the Searcher::getCollectionCount() method when the visitor's reference to the Searcher object is <code>null</code>.
@param val Occurence object identifier.
@return Returns <code>(int)1</code>
protected Integer tempCount (String val) {
return (new Integer(1));
}

This method is called in lieu of the Searcher::findAttribute() method when the visitors's reference to the Searcher object is <code>null</code>.
@param val Attribute to search for within Vendor object model.
@return Returns a debug message.

protected String tempFind (String val) {
return new String("Found{" + val + "}");
}

Generic visit method for a SimpleNode object.
@param node SimpleNode object reference.
@param data Arbitrary data contained in an object.
@return Returns <code>null</code>.
@exception VisitorException public object visit(SimpleNode node, object data) throws VisitorException {

shouldn't have children to visit return null;
}

I**
This method is called when a Visitor object is accepted into an ASTCompilationUnit object. All children nodes are asked to accept the Visitor object.

@param node ASTCompilationUnit object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if, during the traversal of the AST, at least one syntax or runtime error was encountered.
@return Returns reference to the <code>data</code>
parameter.
@exception VisitorException public object visit(ASTCompilationUnit node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
//JAY
System.out.println("Total time spent searching: "+_totalFindTime+"
ms");

After AST has been traversed, check for collection of errors (both syntactical and // runtime). If there are errors in the collection, throw the VisitorException.
if (m_Ierrors.getCount() > 0) {
throw m_Ierrors;
}

return data;
}

/**
This method is called when the Visitor object is interpreting a variable declaration. Upon a variable declaration, the identifier is added to the symbol table for future reference, along with its value.
@param node ASTVarDeclaration object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if the variable has already been declared.
@return Returns <code>null</code>.
public Object visit(ASTVarDeclaration node, Object data) throws VisitorException {
if (node.type == BOOL) {
if (m symtab.put(node.name, new Boolean(false)) != null) m_Ierrors.add(m filename, "identifier (" + node.name +
has already been declared", node.line, node.column);
}
else if (node.type == INT) {
if (m_symtab.put(node.name, new Integer(0)) null) m Ierrors.add(m_filename, "identifier (" + node.name +
") has already been declared", node.line, node.column);
}
else {
if (m_symtab.put(node.name, new String()) != null) m_Ierrors.add(m_filename, "identifier (" + node.name +
") has already been declared", node.line, node.column);
}
return null;
}

This method is called when the visitor is interpreting a variable assignment. The symbol table is updated accordingly.

@param node ASTAssignment object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if the left-hand side is a constant value or if the assignment has a type conflict.
@return Returns new assignment value as a non-primitive.
(i.e. Boolean, Integer) public object visit(ASTAssignment node, Object data) throws VisitorException {
//m_logger.log("Visitor is in ASTAssignment",LogController.DEBUG3);
Object objval = node.jjtGetChild(l).jjtAccept(this, data);
interpret value first //(ASTId)node.jjtGetChild(0) does not get interpreted--only want its name Make sure that left side of assignment is a declared identifier if (!(node.jjtGetChild(0) instanceof ASTId)) {
m_Ierrors.add(m_filename, "constant value on left side of assignment", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
return null;
}

String strval = ((ASTId)node.jjtGetChild(0)).name; // identifier Object symret = m_symtab.get(strval);

//m_logger.log("ASTAssignment lvalue(" + strval + ") has symtab value(" +
symret + ")", // LogController.DEBUG3);
if (symret == null) {
m Ierrors.add(m_filename, "assignment of " + strval + "' before declaration", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

return null;
}

if (objval.getClass() 1= symret.getClassO) {
m_Ierrors.add(m filename, "assignment would change class of +
strval + "'", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
return null;
}

if (objval instanceof Boolean) {
m_symtab.put(strval, (Boolean)objval);
return (Boolean)objval;
}
else if (objval instanceof Integer) {
m_symtab.put(strval, (Integer)objval);
return (Integer)objval;
}
else {
//remove quotes around string (better method avail?) String newval = ((String)objval).replace("", ' ').trim(;
m_symtab.put(strval, newval);
return newval;
}
}
This method is called when the visitor is interpreting a logical OR
expression.
<code>fetchBool()</code> is called to get boolean values for both of the node's children.
The result of the logical OR operation on the boolean values is returned.

@param node ASTOrNode object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns boolean result of OR expression as a Boolean object.

public Object visit(ASTOrNode node, Object data) throws VisitorException {
boolean vail = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
boolean va12 = fetchBool(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vallilval2);
}

This method is called when the visitor is interpreting a logical AND
expression.
<code>fetchBool()</code> is called to get boolean values for both of the node's children.
The result of the logical AND operation on the boolean values is returned.
@param node ASTAndNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns boolean result of AND expression as a Boolean object.

public object visit(ASTAndNode node, object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '&&'", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
boolean val2 = fetchBool(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to 'W", ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vall&&val2);
}

~**
This method is called when the visitor is interpreting a logical equality expression.
<code>fetchInt()</code> or <code>fetchBoolean</code> is called to get integer values or boolean values for both of the node's children, depending on whether integers or booleans are being compared, resective-ly. The result of the equality operation is returned.

@param node ASTEQNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if an integer is not compared against an integer or if a boolean is not compared against a boolean.
@return Returns boolean result of equality expression as a Boolean object.
*1 public Object visit(ASTEQNode node, object data) throws VisitorException {
Arguments can be either BOTH boolean or BOTH integer, but not a combination thereof.
Object objVall = node.jjtGetChild(0).jjtAccept(this,data);
Object objVal2 = node.jjtGetChild(l).jjtAccept(this,data);

if ((objVall instanceof Integer) && (objVal2 instanceof Integer)) {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
int val2 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vall==val2);
}
else if ((objVall instanceof Boolean) && (objVal2 instanceof Boolean)) {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
boolean va12 = fetchBool(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(l)).column);

return new Boolean(vall==val2);
}
else {
m_ierrors.add(m filename,"must compare int againt int or boolean against boolean", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
return new Boolean(faise);
}
}

/**
This method is called when the visitor is interpreting a logical non-equality expression.
<code>fetchint()</code> or <code>fetchBoolean</code> is called to get integer values or boolean values for both of the node's children, depending on whether integers or booleans are being compared, resectively. The result of the non-equality operation is returned.

@param node ASTNENode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if an integer is not compared against an integer or if a boolean is not compared against a boolean.
@return Returns boolean result of non-equality expression as a Boolean.

public Object visit(ASTNENode node, Object data) throws VisitorException {
Arguments can be either BOTH boolean or BOTH integer, but not a combination thereof.
Object objVall = node.jjtGetChild(0).jjtAccept(this,data);
Object objVal2 = node.jjtGetChild(1).jjtAccept(this,data);

if ((objVall instanceof Integer) && (objVal2 instanceof Integer)) {
int vall = fetchint(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
int va12 = fetchint(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Boolean(vall!=val2);
}
else if ((objVall instanceof Boolean) && (objVal2 instanceof Boolean)) {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ' ! = I", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
boolean va12 = fetchBool(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Boolean(vall!.=val2);
}
else {
m_Ierrors.add(m_filename,"must compare int againt int or boolean against Boolean", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);
return new Boolean(false);
}
}

/**
This method is called when the visitor is interpreting a less-than expression.
<code>fetchInt()</code> is called to get integer values for both of the node's children.
The result of the less-than operation on the integer values is returned.
@param node ASTLTNode object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns boolean result of less-than expression as a Boolean object.

public Object visit(ASTLTNode node, object data) throws VisitorException {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '<111, ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '<'"
((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(l)).column);

return new Boolean(vall<val2);
}

This method is called when the visitor is interpreting a greater-than expression.
<code>fetchInt()</code> is called to get integer values for both of the node's children.
The result of the greater-than operation on the integer values is returned.

@param node ASTGTNode object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns Boolean result of greater-than expression as a Boolean object.

public Object visit(ASTGTNode node, Object data) throws VisitorException {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '> "' ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int val2 = fetchInt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to '>'"
((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vall>val2);
}

This method is called when the visitor is interpreting a less-than-or-equal expression.
<code>fetchInt()</code> is called to get integer values for both of the node's children.
The result of the less-than-or-equal operation on the integer values is returned.

@param node ASTLENode object reference.
@param data Arbitrary data contained in an Object.
exception VisitorException @return Returns boolean result of less-than-or-equal expression as a Boolean object.

public Object visit(ASTLENode node, Object data) throws VisitorException {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int va12 fetchlnt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to '<= "', ((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vall<=val2);
}

This method is called when the visitor is interpreting a greater-than-or-equal expression.
<code>fetchlnt()</code> is called to get integer values for both of the node's children.
The result of the greater-than-or-equal operation on the integer values is returned.

@param node ASTGENode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns boolean result of greater-than-or-equal expression as a Boolean object.

public object visit(ASTGENode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '>='"
((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int val2 = fetch2nt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '>='"
(("SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Boolean(vall>=val2);
}

This method is called when the visitor is interpreting an integer addition expression.
<code>fetchlnt()</code> is called to get integer values for both of the node's children.
The result of the addition operation on the integer values is returned.
@param node ASTAddNode object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns integer result of addition expression as an Integer object.

public Object visit(ASTAddNode node, object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data)-, "Left parameter to '+'", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int val2 = fetchlnt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '+'", ((SimpleNode)node.jjtGetChild(1)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Integer(vall+val2);
}

This method is called when the visitor is interpreting an integer subtraction expression.
<code>fetchlnt()</code> is called to get integer values for both of the node's children.
The result of the subtraction operation on the integer values is returned.
@param node ASTSubtractNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns integer result of subtraction expression as an Integer object.

public object visit(ASTSubtractNode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int val2 = fetchlnt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '-'"
((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(1)).column);
return new Integer(vall-val2);
}

This method is called when the visitor is interpreting an integer multiplication expression.
<code>fetchlnt()</code> is called to get integer values for both of the node's children.
The result of the multiplication operation on the integer values is returned.

@param node ASTMulNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns integer result of multiplication expression as an Integer object.

public object visit(ASTMulNode node, Object data) throws VisitorException {
int vail = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ' * .I"
((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);

int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '*"' ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Integer(vall*val2);
}

This method is called when the visitor is interpreting an integer division expression.
<code>fetchInt()</code> is called to get integer values for both of the node's children.
The result of the division operation on the integer values is returned.
@param node ASTDivNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if division by zero is attempted.
@return Returns integer result of division expression as an Integer object.

public object visit(ASTDivNode node, Object data) throws VisitorException {
int vail = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '/"' ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
if (val2 == 0) {
m Ierrors.add(m_filename, "Division by zero error", ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Integer(0);
}
return new Integer(vall/val2);
}

This method is called when the visitor is interpreting an integer modulus expression.

<code>fetchInt()</code> is called to get integer values for both of the node's children.
The result of the modulus operation on the integer values is returned.
@param node ASTModNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if modulo by zero is attempted.
@return Returns integer result of modulus expression as an Integer object.

public object visit(ASTModNode node, Object data) throws VisitorException {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '%'', ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

int va12 = fetchInt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to 1%,11, ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
if (val2 == 0) {
m_Ierrors.add(m filename, "Modulo by zero error", ((SimpleNode)node.jjtGetChild(l)).line, ((SimpleNode)node.jjtGetChild(l)).column);
return new Integer(0);
}
return new Integer(vall%val2);
}

/**
This method is called when the visitor is interpreting a logical negation expression.
<code>fetchBool()</code> is called to get the boolean value for the node's child.
The result of the negation operation on the Boolean value is returned.
@param node ASTNotNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns boolean result of negation expression as a Boolean object.

public Object visit(ASTNotNode node, Object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "negation expression", ((SimpleNode)node.jjtGetChild(0)).line, ((SimpleNode)node.jjtGetChild(0)).column);

return new Boolean(!vall);
}

This method is called when the visitor is interpreting an identifier.
@param node ASTIdNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if the identifier being interpreted has not already been declared in a variable declaration (and subsequently added to the symbol table).
@return Returns value associated with identifier as a non-primitive. (i.e. Boolean, Integer) public Object visit(ASTId node, Object data) throws VisitorException {
Object objval = m_symtab.get(node.name);
if (objval == null) {
m_Ierrors.add(m_filename, "usage of + node.name + before declaration", node.line, node.column);
return null;
}

if (objval instanceof Boolean) return (Boolean) objval;
else if (objval instanceof Integer) return (Integer) objval;
else return (String)objval;
}

This method is called when the visitor is interpreting an integer constant.

@param node ASTIntConstNode object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns integer constant value as an Integer.
public Object visit(ASTIntConstNode node, Object data) throws VisitorException {
return new Integer(node.val);
}

This method is called when the visitor is interpreting a boolean constant.
@param node ASTBooleanNode object reference.

@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns boolean constant value as a Boolean.
public Object visit(ASTBooleanNode node, object data) throws VisitorException {
if (node.name.equals("true")) return new Boolean(true);
else return new Boolean(false);
}

This method is called when the visitor is interpreting a String constant.
@param node ASTStrConstNode object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns String constant value.
public object visit(ASTStrConstNode node, Object data) throws VisitorException {
return new String(node.name);
}

This method is called when the visitor is interpreting a block of instructions.
All children nodes (statements) are asked to accept the Visitor object for interpretation.

@param node ASTBlock object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns reference to data parameter.
*1 public object visit(ASTBlock node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;
}
~**
This method is called when the visitor is interpreting a statement expression.
All children nodes (assignement) are asked to accept the Visitor object for interpretation.

@param node ASTStatementExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns reference to data parameter.
public object visit(ASTStatementExpression node, object data) throws VisitorException data = node.childrenAccept(this, data);
return data;
}
This method is called when the visitor is interpreting a semicolon.
@param node ASTSemiColon object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns <code>null</code>.
public object visit(ASTSemiColon node,Object data) throws VisitorException {
return null;
}

This method is called when the visitor is interpreting an 'if-then-(else)' block.
The if expression is evaluated and, depending on the result, the then expression is interpreted, or the else expression is evaluated (if it exists).
@param node ASTIfStatement object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns <code>null</code>.

public Object visit(ASTIfStatement node, Object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Expression in 'if'", node.line, node.column);
if (vall) node.jjtGetChild(1).jjtAccept(this, data);
else if (node.jjtGetNumChildren() == 3) node.jjtGetChild(2).jjtAccept(this, data);
return null;
}

/**
This method is called when the visitor is interpreting a 'while' block.
The boolean while expression is evaluated and, while the result is <b>true</b>, continues to interpret the statements contained within the while block.
@param node ASTWhileStatement object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns <code>null</code>.

public Object visit(ASTWhileStatement node, object data) throws VisitorException {
boolean vail;
do {
vail = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Expression in 'while'", node.line, node.column);
if (vail) node.jjtGetChild(1).jjtAccept(this, data);
else break;
}
while (true);
return null;
}

This method is called when the visitor is interpreting a debug statement.
For a string literal, the string is forwarded to the standout out stream.
For a variable, the name of the variable and its associated value are forwarded to the standard out stream if the variable has been defined and exists within the symbol table. If the variable has not yet been defined and does not exist within the symbol table, a message indicating this fact is forwarded to the standard out stream.

@param node ASTDebugStatement object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns <code>null</code>.
public object visit(ASTDebugStatement node, object data) throws VisitorException {
I/remove entire command from final version if (node.type == STRING_LITERAL) {
//remove quotes around string (better method avail?) String val = node.name.replace(I'll' ').trim(;
System.out.println("Debug: " + node.name);
return null;
}

Object symret = m_symtab.get(node.name);
if (symret == null) System.out.println("Debug: (" + node.name +
*undefined*");
else System.out.println("Debug: (" + node.name + + symret);
return null;
}
/**
This method is called when the visitor is interpreting a find expression.
The object identifier is parsed and the results are sent to the Searcher object. The Search object returns the return value for the method.
The syntax to get a value from an object that is a direct child of the root node is <code>":&ltobject identifier&gt"</code>. In this case, the colon is removed during the parsing procedure.
If in map checker mode, the result of the find expression is forwarded to the standard out stream in a format that can be recognized by the WinEdit application for debugging purposes.
@param node ASTFindExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if the object identifier specified could not be found by the Searcher. VisitorException is also thrown if a variable is used as an occurrence index and the variable has not been defined or the variable is not of an integer type.
@return Returns the value of the object identifier from the Vendor object model.

public object visit(ASTFindExpression node, Object data) throws VisitorException {
If find parameter is off of root (i.e. ":caselD"), remove the trailing // period from m _preface String preface = null;
if (node.parm0.charAt(0) preface = m_preface.substring(0,m preface.length()-1);
else preface = m_preface;

StringTokenizer t = new StringTokenizer(preface + node.parm0, "[");
String out = I'll;
String index = I'll;
Object objval = null;
out = t.nextToken("[");

while (t.hasMoreTokens() {
index = t.nextToken("}");
try {
objval = new Integer(index);
}
catch( NumberFormatException e { // index must be a variable objval = m_symtab.get(index);
if (objval == null) {
m_Ierrors.add(m_filename, "usage of + index + before declaration", node.line, node.column);
return new String("");
}

if (!(objval instanceof Integer)) {
m_Ierrors.add(m_filename, "expression + index + in 'find' is not int.", node.line, node.column);
return new String("");
}
}
why isn't "}" consumed in t.nextToken()?
out = out + "(" + objval.toString();
out = out + t.nextToken("[")=
}

if (m searcher == null) return tempFind(out);
else {
try {
if (m_mapCheckerMode) {
String s = m_searcher.findAttribute(out);
System.out.println(winEditMsg("DEBUG! find(" + out + + s,node.line,node.column));
return (Object)s;
}
else return m_searcher.findAttribute(out);
}

catch (SearchException ex) {
m_Ierrors.add(m filename,"Searcher could not find +out.toString(),node.line,node.column);
return new String("");
}
}
}

Tests whether a string expression can be successfully converted to an integer.

@param s String expression @return Returns <b>true</b> if the string expression can be converted to an integer, otherwise <b>false</b>.
private boolean isInteger(String s) {
int val;
try {
val = Integer.parselnt(s);
return true;
}
catch (NumberFormatException ex) {
return false;
}
}
/**
This method is called when the visitor is interpreting a count expression.
The object identifier is parsed and the results are sent to the Searcher object. The Search object returns the return value for the method.
The syntax to get a value from an occurrence that is a direct child of the root node is <code>":&ltobject identifier&gt"</code>. In this case, the colon is removed during the parsing procedure.
If in map checker mode, the result of the find expression is forwarded to the standard out stream in a format that can be recognized by the WinEdit application for debugging purposes.
@param node ASTFindExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if the object identifier specified could not be found by the Searcher. VisitorException is also thrown if a variable is used as an occurrence index and the variable has not been defined or the variable is not of an integer type.
@return Returns the value of the object identifier from the Vendor object model.

public Object visit(ASTCountExpression node, Object data) throws VisitorException {

if find parameter is off of root (i.e. ":caselD"), remove the trailing period from m_preface String preface = null;
if (node.name.charAt(0) preface = m_preface.substring(0,m_preface.length()-l);
else preface = m_preface;

StringTokenizer t = new StringTokenizer(preface + node.name, "]");
StringTokenizer ob = null;
StringBuffer out = new StringBuffer("");
String variable = null;
String token = null;
Object objval = null;
int numTokens;

try {
while (t.hasMoreTokens()) {
token = t.nextToken(;
ob = new StringTokenizer(token,"[");
numTokens = ob.countTokens(;
out.append(ob.nextToken());
if (numTokens > 1) {
variable = ob.nextToken(;

// Is index an integer literal?
if (this.islnteger(variable)) out.append("[" + variable + "]");
else {
Try find value associated with variable index .objval = m_symtab.get(variable);

if (objval == null) {
m_Ierrors.add(mfilename, "usage of '" + variable + before declaration", node.line, node.column);
return new String("");
}

if (!(objval instanceof Integer)) {
m_Ierrors.add(m filename, "expression +
variable + "' in 'count' is not int", node.line, node.column);
return new String(-');
}

out.append("[" + objval.toString() + "]");
}
}

else out.append("[]");
}
}
catch (NoSuchElementException e) {
m_Ierrors.add(m filename, No such element, trying to tokenize "'+m-preface + node.name+
Should be of format 'element(]'.
Description:"+e, node.line, node.column);
return new String("");
}

catch (Throwable th) {
m_Ierrors.add(m_filename, "Throwable caught: Description:
"+th.toString(+", Message: "+th.getMessage(), node.line, node.column);
return new String("");
}
if (m_searcher == null) return tempCount(out.toString());
else {
try {
if (m_mapCheckerMode) {
String s =
m searcher.getCollectionCount(out.toString());
System.out.println(winEditMsg("DEBUG! count(" +
out.toString() + II)_" + s,node.line,node.column));
return new Integer(s);
}
else return new Integer(m_searcher.getCollectionCount(out.toString()));
}

catch (SearchException ex) {
m_Ierrors.add(m_filename,"SearcherException:
"+ex.getMessage()+", searching for: " +out.toString(),node.line,node.column);
return new Integer(0);
}
}
}

This method is called when the visitor is interpreting a FindWrite statement.
The object identifier is parsed and the results are sent to the Searcher object. The Search object returns the return value for the method.
The syntax to get a value from an occurrence that is a direct child of the root node is <code>":&ltobject identifier&gt"</code>. In this case, the colon is removed during the parsing procedure.
If in map checker mode, the result of the findwrite expression is forwarded to the standard out stream in a format that can be recognized by the WinEdit application for debugging purposes. Once the value of the object identifier is returned from the Searcher object, it is sent to the Writer object with the appropriate formatting instructions.

@param node ASTFindExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if the object identifier specified could not be found by the Searcher. VisitorException is also thrown if a variable is used as an occurrence index and the variable has not been defined or the variable is not of an integer type. Finally, a VisitorException is thrown if the format specifier is invalid.
@return Returns <code>null</code>.

public Object visit(ASTFindWriteStatement node, Object data) throws VisitorException {
If find parameter is off of root (i.e. ":caselD"), remove the trailing period from m_preface String preface = null;
if (node.name.charAt(0) preface = m_preface.substring(0,m_preface.length()-l);
else preface = m_preface;

StringTokenizer t = new StringTokenizer(preface + node.name, String out = '111;
String index = I'll;
object objval = null;
out = t.nextToken("[");
while (t.hasMoreTokens() {
index = t.nextToken("J");
try {
objval = new Integer(index);
}

catch( NumberFormatException e { // index must be a variable objval = m_symtab.get(index);

if (objval == null) {
m_Ierrors.add(m_filename, "usage of " + index + " before declaration", node.line, node.column);
return null;
}

if (!(objval instanceof Integer)) {
m_Ierrors.add(m_filename, "expression '" + index + "' in 'find' is not int.", node.line, node.column);
return null;
}
}
why isn't "}" consumed in t.nextToken(?
out = out + "[" + objval.toString();
out = out + t.nextToken("[");
}

String searcherResult = null;
if (m_searcher == null) searcherResult = tempFind(out);
else {
try {
searcherResult = m_searcher.findAttribute(out);
}

catch (SearchException ex) {
m_Ierrors.add(m_filename,"SearcherException:
"+ex.getMessage()+", searching for: " +out.toString(),node.line,node.column);
return null;
}
}

String newformat;

//remove quotes around string (better method avail?) newformat = node.format.replace('"', ' ').trim(;
if (m_mapCheckerMode) System.out.println(winEditMsg("DEBUG! findwrite(" + out + ","
+ newformat + +

formatAttribute(searcherResult,newformat),node.line,node.column));
if (m writer == null) tempFormatter(searcherResult, newformat);
else {
try {

m_writer. add(searcherResult,newformat);
}
catch (FormatException ex) {
m_Ierrors.add(m_filename,"Format exception: +
ex.getMessage(),node.line,node.column);
}
}
return null;
}

This method is called when the visitor is interpreting a ClassPreface statement.
The class preface name is set.

@param node ASTClassPrefaceExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns <code>null</code>.

public object visit(ASTClassPrefaceStatement node, Object data) {
m_preface = node.name;
return null;
}
/**
This method is called when the visitor is interpreting a Write statement.
If the value being written is not a string literal, the (implied) identifier's value is looked up in the symbol table.
If in map checker mode, the result of the write expression is forwarded to the standard out stream in a format that can be recognized by the WinEdit application for debugging purposes. Once the value of the object identifier is returned from the Searcher object, @param node ASTClassPrefaceExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if an identifier is used as a parameter before it has been declared. A VisitorException is also thrown if the format specifier is invalid.
@return Returns <code>null</code>.

public object visit(ASTWriteStatement node, Object data) throws VisitorException {
String val;
String newformat;

//remove quotes around string (better method avail?) newformat = node.format.replace(I'll, ' ').trim(;

if (node.type == STRING_LITERAL) {
I/remove quotes around string (better method avail?) val = node.name.replace("", ' ').trim(;

if (m_mapCheckerMode) System.out.println(winEditMsg("DEBUG! write(" + val +
+ newformat + ")=" +

formatAttribute(val,newformat),node.line,node.column));
if (m writer == null) tempFormatter(val, newformat);
else {
try {
m_writer.add(val,newformat);
}

catch (FormatException ex) {
m_Ierrors.add(m_filename,"Format exception: " +
ex.getMessage(),node.line,node.column);
}
}

return null;
}

Object objval = m_symtab.get(node.name);
if (objval == null) {
m_Ierrors.add(m_filename, "usage of + node.name + before declaration", node.line, node.column);
return null;
}

if (objval instanceof Boolean) val = ((Boolean)objval).toString(;
else if (objval instanceof Integer) val = ((Integer)objval).toString();
else val = (String)objval;
if (m_mapCheckerMode) System.out.println(winEditMsg("DEBUG! write(" + val + +
newformat + +

formatAttribute(val,newformat),node.line,node.column));
if (m writer == null) tempFormatter(val, newformat);
else {

try {
m writer.add(val,newformat);
}

catch (FormatException ex) {
m Ierrors.add(m filename,"Format exception: +
ex.getMessage(),node.line,node.column);
}
}

return null;
}

This method is called when the visitor is interpreting a ruler expression.
@param node ASTRulerExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if a Ruler exception is caught during rule execution.
@return Returns debug ruler object value.
public Object visit(ASTRulerExpression node, Object data) throws VisitorException {
if (m ruler == null) {
String val = tempRuler(node.name);
return val;
}
else {
String rule = node.name;
String val = null;

try {
val = m_ruler.executeRule(rule);
return val;
}
catch (RulerException ex) {
m_Ierrors.add(m_filename,"Ruler exception: +
ex.getMessage(),node.line,node.column);
return new String(-');
}
}
}

This method is called when the visitor is interpreting an exception statement.
If syntax checking is turned on, the exception statement is ignored.

@param node ASTExceptionStatement object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns <code>null</code>.

public Object visit(ASTExceptionStatement node, Object data) throws VisitorException {
II Add exception to exceptions collection String msg = node.name.replace("",' ').trim(;
if( !this.SYNTAX_CHECK not syntax checking {
m_Ierrors.add(m_filename,msg,node.line,node.column);
}
return null;
}

This method is called when the visitor is interpreting a table statement.
By definition, a table has a default lookup value, so that key/value pair is automatically inserted into the Hashtable object that represents the table. Then, for each child of the.
table statement node, a string array is returned representing a key/value pair for each table element within the table structure and that key/value pair is also inserted into the Hashtable object. Finally, the table definition itself (the Hashtable object) is inserted into a tables collection maintained by the visitor.
@param node ASTTableStatement object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if the table name has already been used in a previous table statement, or if duplicate keys exist for key/value pairs that make up table elements within the table definition.
@return Returns <code>null</code>.
public Object visit(ASTTableStatement node, Object data) throws VisitorException {
Hashtable table = new Hashtable(;
String[] element = null;

// Put "default" element in table first table.put("default",node.format.replace("",' ').trim());
// Add remaining table elements for (int i=0;i<node.jjtGetNumChildren O ;i++) {
element = (String[])node.jjtGetChild(i).jjtAccept(this,null);
if (table.put(element[0],element[l]) != null) {
m_Ierrors.add(mfilename, "a table element with key(" +
element[0] + ") has already been defined for this table", ((SimpleNode)node.jjtGetChild(i)).line,((SimpleNode)node.jjtGetChild(i)).column ) return null;
}
}

Add table definition if (m_tables.put(node.name; table) != null) {
m_Ierrors.add(m_filename, "a table named " + node.name + " has already been defined", node.line, node.column);
return null;
}

return null;
}

/**
This method is called when the visitor is interpreting a table element.
A string array consisting of two strings is constructed, with the first array element containing the key of the table element, and the second array element containing the value of the table element.
@param node ASTTableElement object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if the key of the (key,value) pair is blank.
@return Returns a string array containing the key and value of the table element.

public object visit(ASTTableElement node, Object data) throws VisitorException {
String[] stringPair = new String[2];

stringPair[0] = node.name.replace("" ' ').trim(); Key stringPair[l] = node.format.replace("",' ').trim(; // Value if (stringPair[0].equals("")) {
m_Ierrors.add(m_filename, "key value in table element cannot be blank (empty string)", node.line, node.column);
return stringPair;
}

return stringPair;
}

/**
This method is called when the visitor is interpreting a lookup expression.

The specified table is retrieved from the tables collection. Either a string literal or a variable name is used as the index to retrieve the desired value from the table. If the specified index could not be found within the table, the default value from the table is returned.
@param node, ASTLookupExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if an undefined table is specified, or if a variable is used as the table index and the variable is not of a string type.
@return Returns the value associated with the key for the specified table.

public object visit(ASTLookupExpression node, Object data) throws VisitorException {
String objval = null;
String retVal = null;
String tableName = null;
Object symbol = null;

// Get table tableName = node.name;
Hashtable tbl = (Hashtable)m_tables.get(tableName);
if (tbl == null) {
m Ierrors.add(m_filename, "table (" + tableName + has not been defined", node.line, node.column);
return new String("");
}

Get table element if (node.format.charAt(0) objval = node.format.replace('111,' ').trim(;
else {
symbol = m_symtab.get(node.format);
if (symbol != null) {
if (symbol instanceof String) objval = (String)symbol;
else {
m_Ierrors.add(m filename,"lookup identifier +
node.format + must be of type string",node.line,node.column);
return new String("");
}
}
else {

m_Ierrors.add(m_filename, "usage of "' + node.format +
before declaration", node.line, node.column);
return new String("");
}
}
retVal = (String)tbl.get(objval);

// If lookup key was not found, default value is returned if (retVal == null) retVal = (String)tbl.get("default");
return new String(retVal);
}

This method is called when the visitor is interpreting a StringLength expression.
Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) is required to pass the lexical checker, a determination can be made as to whether the token's image is a string literal or a variable by checking if the first character of the image is a quotation mark. If this is the case, then the length of the string is returned. Otherwise, the parameter to the expression is a variable, its value is looked up in the symbol table, and the length of the variable's value is returned.

@param node ASTStringLengthExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if an undeclared identifier is used as the parameter or if, in the case of a variable parameter, the variable is not of a string type.
@return Returns the length of the string value of the identifier, or the length of the string literal.

public object visit(ASTStringLengthExpression node, object data) throws VisitorException {
if (node.name.charAt(0) {
String newval = node.name.replace(I'll, ' ').trim();
return new Integer(newval.length();
}
else {
Object objval = m_symtab.get(node.name);
if (objval == null) {

m_Ierrors.add(m_filename, "usage of " + node-name +
before declaration", node.line, node.column);
return new Integer(0);
}

if (!(objval instanceof String)) {
m Ierrors.add(m_filename, "Parameter to 'stringlength' must be a string", node.line, node.column);
return new Integer(0);
}

int val = ((String)objval).length(;
return new Integer(val);
}
}

This method is called when the visitor is interpreting a StringEqual expression.
Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) is required to pass the lexical checker, a determination can be made as to whether the token's image is a string literal or a variable by checking if the first character of the image is a quotation mark. This assumption is used for both parameters to determine whether they are string literals or variables. If either parameter is a variable, their value is looked up in the symbol table. Finally, the two strings (string literals or the values of variables) are compared and their logical result is returned.
@param node ASTStringEqualExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if an undeclared identifier is used as a parameter, or if a variable parameter is not of a string type.
@return Returns logical result of equality as a Boolean object.

public Object visit(ASTStringEqualExpression node, Object data) throws VisitorException {
Object objvall = null;
Object objval2 = null;

// Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) // is required to pass the lexical checker, a determination can be made as to whether // the token's image is a string literal or a variable by checking if the first character // of the image is a quotation mark.
if (node.name.charAt(0) == I'll) objvall = node.name.replace("", ').trim();
else {
objvall = m_symtab.get(node.name);
if (objvall == null) {
m_Ierrors.add(m_filename, "usage of + node.name +
before declaration", node.line, node.column);
return new Boolean(false);
}

if (!(objvall instanceof String)) {
m Ierrors.add(m_filename, "First parameter to 'stringequal' must be a string", node.line, node.column);
return new Boolean(false);
}
}
if (node.format.charAt(0) Assume a string literal objval2 = node.format.replace("",' ').trim(;
else {
objval2 = m_symtab.get(node.format);
if (objval2 == null) {
m_Ierrors.add(m_filename, "usage of + node.format +
before declaration", node.line, node.column);
return new Boolean(false);
}

if (!(objval2 instanceof String)) {
m Ierrors.add(m_filename, "Second parameter to 'stringequal' must be a string", node.line, node.column);
return new Boolean(false);
}
}

boolean val = ((String)objvall).equals((String)objval2);
return new Boolean(val);
}
/**
This method is called when the visitor is interpreting a MidString expression.
Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) is required to pass the lexical checker, a determination can be made as to whether the token's image is a string literal or a variable by checking if the first character of the image is a quotation mark. If the parameter is a variable, its value is looked up in the symbol table, For both the beginning position parameter and the ending position parameter, an attempt is made to convert their values into integers. For either parameter that cannot be converted, it is assumed that they are variable names and their respective values are looked-up in the symbol table. Finally, a subsection of the string value is returned.

@param node ASTMidStringExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException is thrown if an undeclared identifier is used as any parameter, if the first parameter is not of a string type, or if the second and third parameters are not integer types.
@return Returns sub-string as String.

public object visit(ASTMidStringExpression node, Object data) throws VisitorException {
String val;
Object objval = null;

// Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) // is required to pass the lexical checker, a determination can be made as to whether // the token's image is a string literal or a variable by checking if the first character // of the image is a quotation mark.
if (node.name. charAt(0) == I'll) .objval = node.parm0.replace("",' ').trim(;
else {
objval = m_symtab.get(node.parm0);
if (objval == null) {
m_Ierrors.add(m_filename, "usage of + node.parm0 +
before declaration", node.line, node.column);
return new String(-');
}

if (!(objval instanceof String)) {
m_Ierrors.add(m_filename, "Parameter 1 to 'midstring' must be a string", node.line, node.column);
return new String("");
}
}
int lastpos = ((String)objval).length(;
int beginpos = 0;
try {

beginpos = Integer.parselnt(node.parml) - 1;
}
catch (NumberFormatException ex) is it a symbol (variable)?
Object oBeginPos = m_symtab.get(node.parml);
if (oBeginPos == null) symbol not found m Ierrors.add(m_filename, "usage of " + node.parml +
before declaration", node.line, node.column);
return new String("");
}
get the int value of the symbol if (!(oBeginPos instanceof Integer)) {
m_Ierrors.add(m_filename, "Parameter 2 to 'midstring' must be an int", node.line, node.column);
return new String("");
}
beginpos = ((Integer)oBeginPos).intValue() - 1;
}
if (beginpos < 0) beginpos = 0;
if (beginpos > lastpos) beginpos = lastpos;
int lengthToGet = 0;
try {
lengthToGet = Integer.parselnt(node.parm2);
}
catch (NumberFormatException ex) is it a symbol (variable)?
Object oLengthToGet = m symtab.get(node.parm2);
if (oLengthToGet == null) symbol not found m_Ierrors.add(m_filename, "usage of " + node.parm2 +
before declaration", node.line, node.column);
return new String("");
}
get the int value of the symbol if (!(oLengthToGet instanceof Integer)) {
m_Ierrors.add(mfilename, "Parameter 3 to 'midstring' must be an int", node.line, node.column);
return new String("");
}
lengthToGet = ((Integer)oLengthToGet).intValue();
}

int endpos = beginpos + lengthToGet;
if (endpos < 0) endpos = 0;
if (endpos > lastpos) endpos = lastpos;
val = ((String)objval).substring(beginpos,endpos);
return val;
}

/**

This method is called when the visitor is interpreting a Tolnteger expression.
Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) is required to pass the lexical checker, a determination can be made as to whether the token's image is a string literal or a variable by checking if the first character of the image is a quotation mark. If the parameter is a variable, its value is looked up in the symbol table.
For either the string literal or the variable value, an attempt is made to convert it to an integer value. If the value cannot be converted to an integer, a value of zero is returned, otherwise the integer value is returned.
@param node ASTTolntegerExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException is thrown if an undeclared identifier is used as the parameter. A VisitorException is also thrown if the parameter is not of a string type.
@return Returns the integer value represented by the string if possible, othewise returns zero.

public object visit(ASTToIntegerExpression node, Object data) throws VisitorException {
Integer val;
Object objval = null;

// Assuming a well-formed string literal (i.e. both opening and closing dbl-quote marks) // is required to pass the lexical checker, a determination can be made as to whether // the token's image is a string literal or a variable by checking if the first character // of the image is a quotation mark.
if (node. name. charAt(0) == I'll) objval = node.name.replace("",' ').trim();
else {
objval = m_symtab.get(node.name);
if (objval == null) {
m_ Ierrors.add(m_filename, "usage of '" + node.name + before declaration", node.line, node.column);
return new Integer(0);
}

if (!(objval instanceof String)) {

m_Ierrors.add(mfilename, "Parameter to 'tointeger' must be a string", node.line, node.column);
return new Integer(0);
}
}

try {
val = new Integer((String)objval);
}

catch (NumberFormatException e) {
return 0 if string does not contain a number val = new Integer(0);
}
return val;
}

This method is called when the visitor is interpreting a MajorVer expression.

@param node ASTMajorVerExpression object reference.
@param data Arbitrary data contained in an Object.
@exception VisitorException @return Returns zero as an Integer.

public object visit(ASTManorVerExpression node, Object data) throws VisitorException {
return new Integer(l);
}

/**
This method is called when the visitor is interpreting a MinorVer expression.

@param node ASTMinorVerExpression object reference.
@param data Arbitrary data contained in an object.
@exception VisitorException @return Returns one (1) as an Integer.
public Object visit(ASTMinorVerExpression node, object data) throws VisitorException {
return new Integer(0);
}

This method is called when the visitor is interpreting a TimeExpression expression.
The current system date is returned.

@param node ASTTimeExpression object reference.
@param data Arbitrary data contained in an Object.

@exception VisitorException @return Returns the current date and time as a string.
public Object visit(ASTTimeExpression node, object data) throws VisitorException {
Date todaysdate = new Date();
return new String(todaysdate.toString());
}

/**
Constructs a string that can be recognized by the WinEdit application for debug purposes.
The string returned is of the form: <code>
&ltmap filename&gt: Encountered " &ltmessage&gt " at line &ltline number&gt, column &ltcolumn number&gt.

@param msg Message to be formatted.
@param line Line number in map file causing message to be displayed.
@param column Column number of corresponding line number in map file.
@return String formatted for use by WinEdit.
private String winEditMsg(String msg,int line,int column) {
String r = m_filename + Encountered + msg + "\" at line " +
line +
column " + column +
return r;
}
Method is used in the case that a null was assigned to the Formatter object.

@param aValue String to be formatted.
@param aFormat Format specifier.
@return Returns the formatted string value. If the specifier is invalid, the original string is returned.

private String formatAttribute(String aValue, String aFormat) {
try {
return (new Formatter().format(aValue,aFormat);
}

catch (FormatException ex) {
return aValue;
}
}
}

package com.uhc.iframework.runtime.mapping;

import java.util.Vector;
/**
This class represent an exception thrown by the Vlnterpreter visitor object during interpretation of an abstract syntax tree (AST).
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 20 August 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class VisitorException extends Exception {
/** Max number of errors in the collection before the exception is finally thrown. */
private static int MAX-ERRORS = 50;

/** Collection of VisitorException exceptions.
public Vector m_errors = new Vector();
Constructor.
Adds a Throwable object's message to the collection.
@param filename Map file.
@param t Throwable object.
@param line Line in map file.that caused exception.
@param column Column of line in map file that caused exception.
public VisitorException(String filename, Throwable t, int line, int column) throws VisitorException {
this.add(new ErrorMessage(filename,t,line,column));
}

Constructor.
Adds a Throwable object's message to the collection.
@param filename Map file.
@param t Throwable object.
@param line Line in map file that caused exception.
public VisitorException(String filename, Throwable t, int line) throws VisitorException {
this.add(new ErrorMessage(filename,t,line,0));
}

Constructor.
Adds a Throwable object's message to the collection.
@param filename Map file.
@param t Throwable object.
*I
public VisitorException(String filename, Throwable t) throws VisitorException {
this.add(new ErrorMessage(filename,t,0,0));
}

Constructor.
Adds a message to the collection.
@param filename Map file.
@param message Exception message.
@param line Line in map file that caused exception.
@param column Column of line in map file that caused exception.
*1 public VisitorException(String filename, String message, int line, int column) throws VisitorException {
this.add(new ErrorMessage(filename,new Exception(message),line,column));
}

Constructor.
Adds a message to the collection.
@param filename Map file.
@param message Exception message.
@param line Line in map file that caused exception.
*1 public VisitorException(String filename, String message, int line) throws VisitorException {
this.add(new ErrorMessage(filename, new Exception(message),line,0));
}

Constructor.
Adds a message to the collection.
@param filename Map file.
@param message Exception message.

public VisitorException(String filename, String message) throws VisitorException {
this.add(new ErrorMessage(filename,new Exception(message),0,0));
}

public VisitorException(int max) {
if (max > 0) MAX_ERRORS = max;
}

Default Constructor.
public VisitorException() {
}

Adds a new ErrorMessage object to the exceptions collection.
@param em ErrorMessage object.
@execption VisitorException when number of errors in the collection reaches MAX_ERRORS.
void add(ErrorMessage em throws VisitorException {
m_errors.addElement(em);
if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param t Throwable object.
@param line Line in map file that caused exception.
@param column Column of line in map file that caused exception.
@execption VisitorException when number of errors in the collection reaches MAX_ERRORS.
void add( String filename, Throwable t, int line, int column throws VisitorException {
m_errors.addElement(new ErrorMessage(filename,t,line,column));
if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param t Throwable object.
@param line Line in map file that caused exception.

@execption VisitorException when number of errors in the collection reaches MAX_ERRORS.
void add( String filename, Throwable t, int line throws VisitorException {
m_errors.addElement(new ErrorMessage(filename,t,line,0));
if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param t Throwable object.
@execption VisitorException when number of errors in the collection reaches MAX_ERRORS.
void add( String filename, Throwable t throws VisitorException {
m_errors.addElement(new ErrorMessage(filename,t,0,0));
if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param message Error message.
@param line Line in map file that caused exception.
@param column Column of line in map file that caused exception.
@execption VisitorException when number of errors in the collection reaches MAX_ERRORS.
*1 void add( String filename, String message, int line, int column throws VisitorException {
m errors.addElement(new ErrorMessage(filename,new Exception(message),line,column));
if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param message Error message.

@param line Line in map file that caused exception.
@execption VisitorException when number of errors in the collection-reaches MAX_ERRORS.
void add( String filename, String message, int line throws VisitorException {
m_errors.addElement(new ErrorMessage(filename,new Exception(message),line,0));

if (this.getCount() >= MAX_ERRORS) throw this;
}

Adds a new ErrorMessage object to the exceptions collection.
@param filename Map file.
@param message Error message.
@execption VisitorException when number of errors in the collection reaches MAX-ERRORS.
void add( String filename, String message throws VisitorException {
m_errors.addElement(new ErrorMessage(filename,new Exception(message),0,0));

if (this.getCount() >= MAX_ERRORS) throw this;
}

Return the number of VisitorExceptions in the exceptions collection.
@return Number of VisitorExceptions in the exceptions collection.
public int getCount() {
return m_errors.size(;
}

Returns a reference to the exceptions collection.
@return Reference to the exceptions collection.
*1 public Vector getErrors() {
return m_errors; // clone or deep copy here ?
}

/**
Returns a String containing descriptions of the accumulated VisitorExceptions thrown by the Vlnterpreter object.

return String representations of all VisitorExceptions thrown.
public String getDetailMessages() {
String ret = new String("");
for ( int i=0; i<m errors.size(); i++
{
ret += ((ErrorMessage)(m errors.elementAt(i)))._filename + ":
Encountered \" +
((ErrorMessage)(m errors.elementAt(i)))._t.getMessage() + +
at line + ((ErrorMessage)(m_errors.elementAt(i)))._line +
column + ((ErrorMessage)(m_errors.elementAt(i)))._column +
return ret;
}

/**
Sends a stack trace of all exceptions in the exceptions collection to the standard error stream.

public void printStackTraces() {
for ( int i=0; i<m_errors.size(); i++
{
((ErrorMessage)(m_errors.elementAt(i)))._t.printStackTrace(;
}
}
}

/**
This class acts as a container for the detailed information that comprise a VisitorException.

@date 21 August 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 class ErrorMessage {
/** Filename containing mapping error.
String -filename = "unknown file to exception";

/** Reference to exception object thrown due to mapping error.
Throwable _t = null;

/** Line number of map file that caused an error.
int -line = 0;

/** Column of line number of map file that caused an error.
int _column = 0;

Default constructor.

ErrorMessage() {}

Constructor.
@param filename Map file.
@param t Throwable object.
@param line Line in map file that caused exception.
@param column Column of line in map file that caused exception.
*1 ErrorMessage( String filename, Throwable t, int line, int column {
_filename = filename;
_t = t;
_line = line;
_column = column;
}
}

package com.uhc.iframework.runtime.mapping;

import java.util.Hashtable;
import java.util.StringTokenizer;
import java.util.Date;

public class VSyntaxChecker implements MapParserVisitor, MapParserConstants {
/** Symbol table protected static Hashtable m_symtab = new Hashtable(;
protected String m_preface = new String(;

private String m_filename = "(unknown file to visitor)";
private VSyntaxChecker() {} // should never be called.
// I require the filename from which the AST was generated so I can provide // it in the error messages public VSyntaxChecker( String fgFilename fully qualified file name {
m_filename = "("+fgFilename+")";
}

protected boolean fetchBool (Object objval, string errmsg) throws VisitorException {
boolean val;
if (objval instanceof Boolean) val = ((Boolean)objval).booleanValue(;
else if (objval instanceof Integer) vat = ((Integer)objval).intValue() 0 ? true false;
else throw new VisitorException(m_filename, errmsg + is not boolean or return val;
}
protected int fetchInt (Object objval, String errmsg) throws VisitorException {
int val;

if (objval instanceof Integer) val = ((Integer)objval).intValueO;
else if (objval instanceof Boolean) val = ((Boolean)objval).booleanValue() ? 1 : 0;
else throw new VisitorException(m_filename, errmsg + is not int or boolean");
return val;
}

protected void tempFormatter (String val, String form) {
System.out.println("Format{" + vat + "} using + form +

}

protected String tempRuler (String val) {
return new String("Rule(" + val + "3");
}

protected Integer tempCount (String val) {
return new Integer(4);
}

protected String tempFind (String val) {
return new String("Found{" + val +
}

public object visit(SimpleNode node, Object data) throws VisitorException {
shouldn't have children to visit return null;
}
public Object visit(ASTCompilationUnit node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;
}
public Object visit(ASTVarDeclaration node, Object data) throws VisitorException {
if (node.type == BOOL) m symtab.put(node.name, new Boolean(false));
else if (node.type == INT) m_symtab.put(node.name, new Integer(0));
else m_symtab.put(node.name, new String());
return null;
}
public Object visit(ASTAssignment node, Object data) throws VisitorException {
Object objval = node.jjtGetChild(1).jjtAccept(this, data); interpret value first //(ASTId)node.jjtGetChild(0) does not get interpreted--only want its name if (!(node.jjtGetChild(0) instanceof ASTId)) this should be disallowed by grammar throw new VisitorException(mfilename, "constant value on left side of assignment");
String strval = ((ASTId)node.jjtGetChild(0)).name; // identifier Object symret = m_symtab.get(strval);
if (symret == null) throw new VisitorException(m filename, "assignment of "' + strval +
before declaration");
if (objval.getClass() != symret.getClass()) throw new VisitorException(m filename, "assignment would change class of '" + strval +

if (objval instanceof Boolean) {
m_symtab.put(strval, (Boolean)objval);
return (Boolean)objval;
}
else if (objval instanceof Integer) {
m_symtab.put(strval, (Integer)objval);
return (Integer)objval;
}
else {
//remove quotes around string (better method avail?) String newval = ((String)objval).replace("", ' ').trim();
m_symtab.put(strval, newval);
return newval;
}
}
public object visit(ASTOrNode node, object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to boolean va12 = fetchBool(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to "');
return new Boolean(vallilval2);
}

public Object visit(ASTAndNode node, Object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to && "');
boolean val2 = fetchBool(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to I&& III);
return new Boolean(vall&&val2);
}

public Object visit(ASTEQNode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to ");
int va12 = fetchlnt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to -="');
return new Boolean(vall==val2);
}

public object visit(ASTNTNode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '!='");
int val2 = fetchlnt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to return new Boolean(vall!=val2);
}

public Object visit(ASTLTNode node, Object data) throws VisitorException {
int vail = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to 1<111);
int va12 = fetchlnt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '<'");
return new Boolean(vall<val2);
}

public object visit(ASTGTNode node, Object data) throws VisitorException int vall fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '>'");
int va12 = fetchlnt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to '>'");
return new Boolean(vall>val2);

public Object visit(ASTLTNode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '<='");
int va12 = fetchlnt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to I<=111);
return new Boolean(vall<=val2);
}

public Object visit(ASTGTNode node, object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '>='");
int va12 = fetchlnt(node.jjtGetChild(l).jjtAccept(this, data), "Right parameter to ' >=-);
return new Boolean(vall>=val2);
}

public Object visit(ASTAddNode node, Object data) throws VisitorException {
int vall = fetchlnt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '+'");

int val2 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to 1+111);
return new Integer(vall+val2);
}

public Object visit(ASTSubtractNode node, object data) throws VisitorException {
int vail = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to return new Integer(vall-val2);
}

public Object visit(ASTMulNode node, Object data) throws VisitorException {
int vail = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to * "' ) ;
int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to * 1") ;
return new Integer(vall*val2);
}

public Object visit(ASTDivNode node, Object data) throws VisitorException {
int vail = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to '/'");
int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to if (va12 0) throw new VisitorException(m_filename, "Division by zero error");
return new Integer(vali/val2);

public Object visit(ASTNodNode node, Object data) throws VisitorException {
int vall = fetchInt(node.jjtGetChild(0).jjtAccept(this, data), "Left parameter to 1%111);
int va12 = fetchInt(node.jjtGetChild(1).jjtAccept(this, data), "Right parameter to '%'");

if (val2 == 0) throw new VisitorException(m_filename, "Modulo by zero error");
return new Integer(vall%val2);
}
public Object visit(ASTNotNode node, Object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChild(0).jjtAccept(this, data), "Parameter to return new Boolean(!vall);
}
public Object visit(ASTId node, Object data) throws VisitorException {
Object objval = m_symtab.get(node.name);
if (objval == null) throw new VisitorException(m_filename, "usage of + node.name +
before declaration");

if (objval instanceof Boolean) return (Boolean) objval;
else if (objval instanceof Integer) return (Integer) objval;
else return (String) objval;
}

public Object visit(ASTIntConstNode node, Object data) throws VisitorException {
return new Integer(node.val);
}

public object visit(ASTBooleanNode node,Object data) throws VisitorException {
if (node.name.equals("true")) return new Boolean(true);
else return new Boolean(false);
}

public object visit(ASTStrConstNode node, Object data) throws VisitorException {
return new String(node.name);
}

public object visit(ASTBlock node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;
}
public object visit(ASTStatementExpression node, object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;
}

public object visit(ASTSemiColon node,Object data) throws VisitorException {

return null;
}
public Object visit(ASTIfStatement node, Object data) throws VisitorException {
boolean vall = fetchBool(node.jjtGetChiid(0).jjtAccept(this, data), "Expression in 'if'");
if (vall) node.jjtGetChild(l).jjtAccept(this, data);
else if (node.jjtGetNumChildren O == 3) node.jjtGetChild(2).jjtAccept(this, data);
return null;
}
public Object visit(ASTWhileStatement node, Object data) throws VisitorException {
boolean vall;
do {
vall = fetchBool(node.jjtGetChild(l).jjtAccept(this, data), "Expression in 'while'");

if (vall) node.jjtGetChild(l).jjtAccept(this, data);
else break;
} while (true);
return null;
}
public Object visit(ASTDebugStatement node, Object data) throws VisitorException {
//remove entire command from final version if (node.type == STRING-LITERAL) {
//remove quotes around string (better method avail?) String val = node.name.replace(I'll' ').trim(;
System.out.println("Debug: " + node.name);
return null;
}

Object symret = m symtab.get(node.name);
if (symret == null) System.out.println("Debug: (" + node.name + ") _ *undefined*");
else System.out.println("Debug: (" + node.name + + symret);
return null;
}
public Object visit(ASTFindExpression node, Object data) throws VisitorException {

StringTokenizer t = new StringTokenizer(mpreface + node.name, "[");
String out, variable;
Object objval;

out = t.nextToken("[")=
while (t.hasMoreTokens()) {
variable = t.nextToken("]");
objval = m_symtab.get(variable);
if (objval == null) throw new VisitorException(m_filename, "usage of + variable +
before declaration");
if (!(objval instanceof Integer)) throw new VisitorException(m_filename, "expression + variable + in 'find' is not int");
// why isn't consumed in t.nextToken()?
out = out + + objval.toString(;
out = out + t.nextToken("[");
}
return tempFind(out);
}

public Object visit(ASTCountExpression node, Object data) throws VisitorException {
StringTokenizer t = new StringTokenizer(mpreface + node.name, "[");
String out, variable;
Object objval;

out = t.nextToken("[");
while (t. hasMoreTokens()) {
variable = t.nextToken("]");
objval = m_symtab.get(variable);
if (objval == null) throw new VisitorException(mfilename, "usage of + variable +
before declaration");
if (!(objval instanceof Integer)) throw new VisitorException(m filename, "expression "' + variable + "' in 'count' is not int");
// why isn't "]" consumed in t.nextToken(?
out = out + "[" + objval.toString(;
out = out + t.nextToken("[");
}
return tempCount(out);
}

public Object visit(ASTFindWriteStatement node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;

}

public Object visit(ASTClassPrefaceStatement node, object data) throws VisitorException {
m -preface = node.name +
return null;
}
public Object visit(ASTWriteStatement node, Object data) throws VisitorException {
String val;
String newformat;

//remove quotes around string (better method avail?) newformat = node.format.replace('"', ' ').trim();
if (node.type == STRING_LITERAL) {
//remove quotes around string (better method avail?) val = node.name.replace(II''' ').trim();
tempFormatter(val, newformat);
return null;
}

Object objval = m_symtab.get(node.name);
if (objval == null) throw new VisitorException(m filename, "usage of "' + node.name +
before declaration");
if (objval instanceof Boolean) val = ((Boolean)objval).toString();
else if (objval instanceof Integer) vat = ((Integer)objval).toString(;
else val = (String)objval;
tempFormatter(val, newformat);
return null;
}
public object visit(ASTRulerExpression node, Object data) throws VisitorException {
String val = tempRuler(node.name);
return val;
}
public object visit(ASTExceptionStatement node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;

}

public Object visit(ASTTableStatement node, Object data) throws VisitorException {

System.out.println("Debug: *table* not implemented");
return null;
}

public Object visit(ASTTableElement node, Object data) throws VisitorException {
data = node.childrenAccept(this, data);
return data;

}
public object visit(ASTLookupExpression node, Object data) throws VisitorException {
System.out.println("Debug: *lookup* not implemented");
return new String();
}
public Object visit(ASTStringLengthExpression node, Object data) throws VisitorException {
Object objval = m_symtab.get(node.name);
if (objval == null) throw new VisitorException(m filename, "usage of " + node.name +
before declaration");
if (!(objval instanceof String)) throw new VisitorException(m_filename, "Parameter to 'stringlength' must be a string");

int val = ((String)objval).length(;
return new Integer(val);
}
public object visit(ASTStringEqualExpression node, object data) throws VisitorException {
Object objvall = m symtab.get(node.name);
if (objvall == null) throw new VisitorException(m_filename, "usage of "' + node.name +
before declaration");
if (!(objvall instanceof String)) throw new VisitorException(m_filename, "First parameter to 'stringequal' must be a string");

Object objval2 = m symtab.get(node.format);
if (objval2 == null) throw new VisitorException(m_filename, "usage of "' + node.format +
before declaration");
if (!(objval2 instanceof String)) throw new VisitorException(m_filename, "Second parameter to 'stringequal' must be a string");

boolean val = ((String)objvall).equals((String)objval2);
return new Boolean(val);
}

public object visit(ASTMidStringExpression node, Object data) throws VisitorException {
String val;

Object objval = m_symtab.get(node.name);
if (objval == null) throw new VisitorException(m filename, "usage of node.name +
before declaration");
if (!(objval instanceof String)) throw new VisitorException(m_filename, "Parameter to 'midstring' must be a string");

int lastpos = ((String)objval).length(;
int beginpos = node.val - 1;
if (beginpos < 0) beginpos = 0;
if (beginpos > lastpos) beginpos = lastpos;
int endpos = node.type + beginpos;
if (endpos < 0) endpos = 0;
if (endpos > lastpos) endpos = lastpos;
val = ((String)objval). substring(beginpos,endpos);
return val;
}
public Object visit(ASTToIntegerExpression node, Object data) throws VisitorException {
Integer val;
Object objval = m_symtab.get(node.name);
if (objval == null) throw new VisitorException(m_filename, "usage of " + node.name +
before declaration");
if (!(objval instanceof String)) throw new VisitorException(m_filename, "Parameter to 'tointeger' must be a string");

try {
val = new Integer((String)objval);
}
catch (NumberFormatException e) {
return 0 if string does not contain a number val = new Integer(0);
}
return val;
}

public object visit(ASTMajorVerExpression node, Object data) throws VisitorException {
return new Integer(0);
}

public Object visit(ASTMinorVerExpression node, Object data) throws VisitorException {

return new Integer(1);
}
public Object visit(ASTTimeExpression node, object data) throws VisitorException {
Date todaysdate = new Date();
return new String(todaysdate.toString());
}

}

package com.uhc.iframework.runtime.mapping;

import com.uhc.iframework.FailureCodes;
import com.uhc.iframework.runtime. queuing. QueuingController;
import com.uhc.iframework.runtime.utility.logging.LogController;
/**
This class is responsible for using the attributes passed in by the Map Interpreter to construct the final message. It also determines the target system in the constructor. This class then creates the message by appending each attribute to a string buffer until the user tells the writer to send the message to the appropriate queue.
<p>
Called operations:
<code>
<ul>
<li>Formatter::format(..) <li>LogController::log(..) <li>QueueingController::depositMessage(..) <li>QueueingController::getinstance() </ul>
</code>
@date 30 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 class Writer {
/** Reference to LogController used for logging.
private LogController m_logger = LogController.getlnstance();;
/** Represents the destination legacy system for the message.
private Byte m_targetSystem;

/** Container that holds the formatted message.
private StringBuffer m -message = null;

/** Transaction ID.
private String m_transactioniD = null;
/** Reference to QueuingController. */
private QueuingController m queuingController =
QueuingController.getlnstance();;
/** Starting index of transactionlD found within legacy message header. */
private static int TRANSACTION-ID-BEGIN = 0;

/** Ending index of transactionlD found within legacy message header.
private static int TRANSACTION-ID-END = 41;

/** Reference to Formatter object. */
private Formatter m_formatter = null;
/**

Constructor.
Target legacy system is set. Transaction ID is parsed from legacy system message header.

@param target Identifies which legacy system system the message will forwarded to.
@param header Legacy system message header.
@exception WriterException WriterException is thrown if parameters are null or if an invalid target legacy system was specified.
public Writer(Byte target, String header) throws WriterException {
if(target == null) {
m_logger.log("The target system is null.", LogController.ERROR3);
throw new WriterException("Target system is null");
}
if(header == null) {
m_logger.log("The header is null.", LogController.ERROR3);
throw new WriterException("Legacy system message header is null");
}

m logger.log ("The header is: "a-header, LogController.DEBUG3);
if (!target. equals(Searcher.PRIME_RETVAL) &&
!target. equals(Searcher.COSMOS_RETVAL)) {
m_logger.log("Invalid target system",LogController.ERROR3);
throw new WriterException("Invalid target system");
}
m_transactionlD = getTransactionlD(header);
m_targetSystem = target;
m_message'= new StringBuffer();
m_message.append(header);
m_formatter = new Formatter();
}

Default constructor.
*1 private Writer() {}

Parses the legacy system message header for the transaction ID.
@param header Header for legacy system.
@return Transaction ID as parsed from legacy system message header.

private String getTransactionlD(String header) {

return header. substring(TRANSACTION_ID_BEGIN, TRANSACTION_ID_END);
}

/**
Appends the formatted string returned by the Formatter object to the legacy system message.

@param value String value to be formatted and appended to the legacy system message.
@param format Format specifier.
@exception FormatException public final void add(String value, String format) throws FormatException {
m_message.append(m_formatter.format(value, format));
}

/**
Based on the legacy system target, a key corresponding to the appropriate outgoing queue is retrieved from QueuingController. <code>depositMessage()</code> is called on QueuingController with the transaction ID, destination queue key, and legacy system message as parameters.

@return <b>true</b> if attempt to deposit legacy system message on outgoing queue was successful.
@exception WriterException WriterException is thrown if a return value of <b>false</b> was received from QueuingController on attempt to deposit legacy system message.

public boolean sendMsg() throws WriterException {
boolean isDeposited = false;
byte destQueue = QueuingController.UNKNOWN_SYSTEM;
if (m targetSystem. equals(Searcher.PRIME_RETVAL)) destQueue = QueuingController.PRIME;
else if (m targetSystem. equals(Searcher.COSMOS_RETVAL)) destQueue = QueuingController.COSMOS;

isDeposited = m_queuingController.depositMessage(m_transactionlD, destQueue, m message.toString());

if (!isDeposited) {
m_logger.log("Unable to deposit message. Transaction ID was:
"+m_transactionlD+", Destination queue was: "+destQueue+", Final message was:
"+m_message.toString(, LogController.ERROR3);
throw new WriterException(FailureCodes.getFailureCode(FailureCodes.MAJOR_RECOVERABLE) +
"Unable to deposit message.");

J
return isDeposited;
}

I**
This method performs finalization on the Writer Object *I
public void finalize() {
m_logger.log("Writer is about to get garbage collected.", LogController.DEBUG3);
}
}

package com.uhc.iframework.runtime.mapping;

/**
This class represents an exception thrown by the Writer.
<p>
Called operations:
<code>
<ul>
<li>None </ul>
</code>
@date 1 July 1998 @version 2.0 @author Andersen Consulting - Copyright 1998 public class WriterException extends Exception {
public WriterException(String detailMessage) {
super(detailMessage);
}

Forces user to enter a reason.
private WriterException() {}
}

options {
OPTIMIZE_TOKENMANAGER=false;
MULTI=true;
VISITOR=true;
VISITOR_EXCEPTION="VisitorException";
}

PARSER_BEGIN(MapParser) package com.uhc.iframework.runtime.mapping;
public class MapParser {
}
PARSER_END(MapParser) SKIP : /* WHITE SPACE
{

I \n"
\f <"//" (_[..\n" \r"})* (..\n"I"\r"I"\r\n")>

}
TOKEN : /* Types {
< INT: "int" >

< BOOL: "boolean" >
< STRING: "string" >
}

TOKEN : /* LITERALS
{
< INTEGER_LITERAL: (<DIGIT>)+ >
< STRING_LITERAL:
It \11 II
( (ry ( \ ~11 11 \\ 11 11 \nII 11 \r" } ) [IIn", 11t 11, 1'b'' $" r"," ftt'\\~$i, ~\}
[.. 0.. _..7, ] ( ["Q"-"7"} )7 II \ 11 11 >
< BOOLEAN_LITERAL: ("true" I "false") >
}

1*
* Program structuring syntax follows.
*1 SimpleNode CompilationUnit() {
String name;
}
{

VarDeclaration() Statement() <EOF>
{ return jjtThis; }
}

void VarDeclaration() { Token t; }
{

"boolean" { jjtThis.type = BOOL; }
"int" { jjtThis.type = INT; }
"string" { jjtThis.type = STRING; }
t = <IDENTIFIER>
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
}
1*
* Expression syntax follows.

void Expression() #void:
{}
{
LOOKAHEAD( PrimaryExpression() ) Assignment o ConditionalOrExpression() }

void Assignment() #Assignment(2) {}
{
PrimaryExpression() "=" Expression() }

void ConditionalOrExpression() #void {}
{
ConditionalAndExpression() ConditionalAndExpression() 4OrNode(2) )*
}

void ConditionalAndExpression() #void {}
{
EqualityExpression() ( "&&" EqualityExpression() #AndNode(2) )*
}

void EqualityExpression() #void {}
{
RelationalExpression() RelationalExpression() #EQNode(2) RelationalExpression() #NENode(2) )*
}
void RelationalExpression() #void {}
{
AdditiveExpression() AdditiveExpression() #LTNode(2) ">" AdditiveExpression() #GTNode(2) "<_" AdditiveExpression() #LENode(2) ">=" AdditiveExpression() #GENode(2) }

void AdditiveExpression() #void {}
{
MultiplicativeExpression O
MultiplicativeExpression() #AddNode(2) "-" MultiplicativeExpression() #SubtractNode(2) )*
}
void MultiplicativeExpression() #void {}
{
UnaryExpression() UnaryExpression() #MulNode(2) UnaryExpression() #DivNode(2) UnaryExpression() #ModNode(2) )*
}

void UnaryExpression() #void {}
{
UnaryExpression() #NotNode(l) SearcherExpression() RulerExpression() LookupExpression() UtilityExpression() SystemExpression() PrimaryExpression() }

void PrimaryExpression() void { String name; }
{
Literal() Id( ) Expression() ")"
}

void Id o ) { Token t; }
{
t = <IDENTIFIER> { jjtThis.name = t.image; jjtThis.line = t.beginLine;
jjtThis.column = t.beginColumn; }
}
void Literal() #void { Token t; }
{
t=<INTEGER_LITERAL>
{ jjtThis.val = Integer.parselnt(t.image); jjtThis.line = t.beginLine;
jjtThis.column = t.beginColumn; }
#IntConstNode BooleanLiteral() StringLiteral() }

void BooleanLiteral() #void {Token t;}
{
(t = <BOOLEAN_LITERAL>
{jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#BooleanNode }

void StringLiteral() #void { Token t; }
{
t=<STRING_LITERAL>
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#StrConstNode }

1*
* Statement syntax follows.
void Statement() #void {}
{
SemiColon O
LOOKAHEAD(2) LabeledStatement() Block() StatementExpression() IfStatement() WhileStatement() DebugStatement() TableStatement() ClassPrefaceStatement() WriteStatement() ";"
FindWriteStatement() ExceptionStatement() }

void SemiColon() {}
{
}
void LabeledStatement() #void {}
{
<IDENTIFIER> Statement() }

void Block() {}
{
Statement() )* "}"
}

void StatementExpression() * The last expansion of this production accepts more than the legal * SPL expansions for StatementExpression.

{}

Assignment() ";"
}
void If Statement() 1*
* The disambiguating algorithm of JavaCC automatically binds dangling * else's to the innermost if statement. The LOOKAHEAD specification * is to tell JavaCC that we know what we are doing.

{ Token t; }
{
t = "if" "(" Expression() ")" Statement() [ LOOKAHEAD(l) "else" Statement() { jjtThis.line = t.beginLine; jjtThis.column = t.beginColumn; }
}
void WhileStatement() { Token t; }
{
t = "while" "(" Expression() ")" Statement() { jjtThis.line = t.beginLine; jjtThis.column = t.beginColumn; }
}

void DebugStatement() { Token t; }
{
LOOKAHEAD(3) "debug" "(" t = <IDENTIFIER> ")"
{ jjtThis.name = t.image; jjtThis.type = IDENTIFIER; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }

"debug" "(" t = <STRING_LITERAL> ")"
{ jjtThis.name = t.image; jjtThis.type = STRING-LITERAL; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }
}
void SearcherExpression() #void { Token t; }
{
"find" "(" t = <OBJ_IDENTIFIER>
{ jjtThis.parm0 = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#FindExpression "count" "(" t = <COUNT_OBJ_IDENTIFIER> ")"
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#CountExpression }

void FindWriteStatement() { Token t, u; }
{
"findwrite" "(" t = <OBJ_IDENTIFIER> "," u = <STRING_LITERAL> ")"
{ jjtThis.name = t.image; jjtThis.format = u.image; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }

}

void ClassPrefaceStatement() { Token t; }
{
"classpreface" "(" t = <PREFACE_IDENTIFIER> ")"
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
}
void WriteStatement() { Token t, u; }
{
LOOKAHEAD(3) "write" "(" t = <IDENTIFIER> "," u = <STRING_LITERAL> ")"
{ jjtThis.name = t.image; jjtThis.type = IDENTIFIER;
jjtThis.format = u.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }

"write" "(" t = <STRING_LITERAL> "," u = <STRING_LITERAL> ")"
{ jjtThis.name = t.image; jjtThis.type = STRING_LITERAL;
jjtThis.format = u.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
}
void RulerExpression() { Token t; }
{
"ruler" "(" t = <IDENTIFIER> ")"
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }

}
void ExceptionStatement() { Token t; }
{
"exception" "(" t = <STRING_LITERAL> ")"
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }

}
void TableStatement() { Token t, u; }
{
"table" t = <IDENTIFIER>
(TableElement())*
"default" "," u = <STRING_LITERAL>
11)"
{ jjtThis.name = t.image; jjtThis.format = u.image; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }

}
void TableElement() { Token t, u; }

t = <STRING_LITERAL> "," u = <STRING_LITERAL>
{ jjtThis.name = t.image; jjtThis.format = u.image; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }

}
void LookupExpression() { Token t, u; }
{
LOOKAHEAD(5) "lookup" "(" t = <IDENTIFIER> "," u = <IDENTIFIER>
{ jjtThis.name = t.image; jjtThis.type = IDENTIFIER;
jjtThis.format = u.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }

lookup" "(" t = <IDENTIFIER> "," u = <STRING_LITERAL>
{ jjtThis.name = t.image; jjtThis.type = STRING-LITERAL;
jjtThis.format = u.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
}
void UtilityExpression() #void { Token t, u, v; }
{
"stringlength" "(" (t=<IDENTIFIER> I t=<STRING_LITERAL>) { jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#StringLengthExpression "stringequal" "(" (t=<IDENTIFIER> I t=<STRING_LITERAL>) "," (u=<IDENTIFIER>
I u=<STRING_LITERAL>) ")"
( jjtThis.name t.image; jjtThis.format = u.image; jjtThis.line =
t.beginLine; jjtThis.column = t.beginColumn; }
#StringEqualExpression "midstring" "(" (t=<IDENTIFIER> I t=<STRING_LITERAL>) "," (u =
<INTEGER_LITERAL> I u = <IDENTIFIER>) ," (v = <INTEGER_LITERAL> I v = <IDENTIFIER>) ")"
{jjtThis.name = "midstring";
jjtThis.parm0 = t.image;
jjtThis.parml = u.image;
jjtThis.parm2 = v.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#MidStringExpression I( "tointeger" "(" (t=<IDENTIFIER> I t=<STRING_LITERAL>) ")"
{ jjtThis.name = t.image; jjtThis.line = t.beginLine; jjtThis.column =
t.beginColumn; }
#ToIntegerExpression }

void SystemExpression() Ovoid { }
{
"majorver" "(" ")" ) #MajorVerExpression "minorver" "(" #MinorVerExpression "time" I.C. ")" ) #TimeExpression }

TOKEN : /* IDENTIFIERS */
{
< IDENTIFIER: <LETTER> (<LETTER>I<DIGIT>)* >

< PREFACE-IDENTIFIER: (<IDENTIFIER> <IDENTIFIER> >
< OBJ_IDENTIFIER: ((<IDENTIFIER> (<IDENTIFIER> ("["
(<IDENTIFIER>I<INTEGER_LITERAL>) "]")? ".")* (<IDENTIFIER>
(<IDENTIFIER>I<INTEGER_LITERAL>) "]")?))? <IDENTIFIER> >
I
< COUNT _OBJ_IDENTIFIER: <IDENTIFIER> ("/" <IDENTIFIER>)* ( ("["
(<IDENTIFIER>I<INTEGER_LITERAL>) "]")? <IDENTIFIER>)* )* ("[") ("]") >
< #LETTER: "A"-"Z" ] >

< #DIGIT:

< #PUNCTUATION:
}

Object Mapping Commands Concepts About Object Mapping Statements Variable Declarations Statements Expressions Operators Examples Sample map file About Object Mapping This help file describes the commands used to create mapping files between an object model and a legacy message.

Variable Declarations Variables can be defined as one of three types:
int <ideriti ie.r>;
string <identifier>;
boolean <identifier>;
Examples:

int tempval;
boolean exists4;

Statements Execution control:
i else wi_lie Object Model manipulation:
classoreface() assignments Map output:
Write () findwr:ri.te e`:ception ( ) Data lookup:
table Expressions Object Model manipulation:
c,o lnt 1 i Ei'1 t fier>
<c-'Lass identifier>
<obli identi ^ier>
<count obj identifier>
Data lookup:
ruler lookup ( String manipulation:
strinolength ( ) stringegual(i mi.dstring tointegerC) Utilities:
ma': o v er j minor- r ! j Operators Arithmetic:
+ (addition) (subtraction) * (multiplication) / (division) (modulus) Relational:
(equal) (not equal) < (less than) > (greater than) <= (less than or equal) >= (greater than or equal) Logical:
&& (logical AND) Il (logical OR) (logical NOT) Sample. map file classpreface(algebra/boolean.);
table xor {
""00"", ""1"";
n01'r, n0";
,t10tl, tin,, "11", n1";
default, "X";
}

string regl;
string reg2;
string xor_operands;
string xor_result;

regl = find(cpu.registers[0]:value);
reg2 = find(cpu.registers[l]:value);

if (stringequal(regl,"O") && stringequal(reg2,"O")) xor_operands = "00";
else if (stringequal(regl,"O") && stringequal(reg2,"1")) xor_operands = "01";
else if (stringequal(regl,"1") && stringequal(reg2,"0")) xor_operands = "10";
else if (stringequal(regl,"1") && stringequal(reg2,"1")) xor_operands = "11";
else xor operands = "*";

xor result = lookup(xor,xor_operands);
write(xor result,"sl");

If...else statement See Also This statement modifies the flow of control, depending on the value of the <expression>. If the value is true, then the first set of statements is executed. Otherwise the second set (if it exists) is executed.
Usage:

if (<exoression>) {
<statement.>;
}
else {
statement->;
}

Returns:
(none, statements don't return a value) Example:

int i;

if (i == 0) {
write("zero", "s4");
}
else {
write("some", "s4");
}

While statement See Also This statement allows a block of statements to be repeated as long as <expression> evaluates to true.
Usage:

while (<expression>) {
Lit ate ITten >;
}

Returns:
(none, statements don't return a value) Example:

int i;
i = 4;

while (i > 0) {
write ("some", "s4");
i }

Classpreface statement See Also This statement allows the find, findwrite, and count statements to use an abbreviated object identifier.
Once the classpreface has been set, subsequent Object Model manipulation statements will use it.
Usage:

classpreface(<class identifier>.);
Returns:

(none, statements don't return a value) Example:

string s;
classpreface(VendorSpecific/case.);
the following find() command now returns VendorSpecific/case.member:address s = find(member:address);

Write statement See Also This statement will append a formatted string to a buffer maintained by the map interpreter. The buffer is initially empty when interpretation of the map begins.

Usage:
write(<identifier:,'string literal>);
write (_:s_ rind lit_ral', strina literal>) Returns:

(none, statements don't return a value) Example:

string msg;
msg = "Hello world!";
write (msg,"s15");
write("Goodbye!","+s15");

Assignments See Also Values can only be assigned to <identifiers> that have already been declared and whose types match.
Usage:

<identifier> = string literal>;
<identifier> = <int ger literal>;
<identif? er> = <boolean literal>;
Example:

(Legal assignments) string s;
s = "Meef";
int i;
i = 123;
boolean b;
b = true;

(Illegal assignments) string s;
s = 123;
int i;
i = false;
boolean b;
b = "Hello world!";

Findwrite statement See Also This statement combines the functionality of the find expression and the write statement into a single instruction.

Usage:
findwrite(<obi identifier>,<string literal>);
Returns:

(none, statements don't return a value) Example:

findwrite(case.member[0]:firstName,"s10");

Exception statement See Also This statement causes the map interpreter to append a detailed error message to a collection of interpretation errors.

Usage:
exception (<strin; literal>) ;
Returns:

(none, statements don't return a value) Example:

exception("Critical Element: Exclude Management Lookup Failed");

Table statement, Lookup expression See Also The combination of these commands allow a key value to select from possible result values.
Usage:

table <identifier>

:string literal-,, <string literal:;
default, _<string literal>;
}
lookup (<i.dent.if ier>, <string literal>) ;
lookup (<identifier>, <identifier>);
Returns:

table: (none, statements don't return a value) lookup: string Example:
table states {
"GA", "Georgia";
"IL", "Illinois";
default, "Colorado";
}

string s;
s = lookup (states, "GA");

Find expression See Also This expression returns the value of a particular <obi identifier> within an object model as a string.
Usage:

find(<cbl identifie Returns:

string Example:
string firstName;
firstName = find(case.member[0]:firstName) Count expression See Also This expression returns the number of objects within an occurrence of a particular <count obi identifier>
as an integer.

Usage:
count(<count obj identifier>);
Returns:

int Example:
int i;

i = count(case.members[]);
i = count(case.member[0].dependents[]);

Ruler expression See Also This statement calls a hard-coded rule within the Integration Framework. These rules are compiled into the Integration Framework, and this statement calls the rule at the appropriate position in the map.
Usage:

ruler (<s_ri n,rl i =eral>) ;
Returns:

string Example:
string s;
s = ruler("NetAssetValue");
write (s, "s8");

Stringlength expression See Also This expression returns the number of characters contained within either a <string literal> or a string represented by an <identifier>.

Usage:
stringlength(<string literal>);
stringlength(<identifier>);
Returns:

int Example:
int len;
len = stringlength("Hello World!");
string msg;
msg = "Meef!";
len = stringlength(msg);

Stringequal expression See Also This expression returns a boolean value indicating whether the strings represented by the two arguments are the same.

Usage:
stringequal(<string literal>,<string literal>);
stringequal(<strirng literal>,<identifier>);
stringequal (<~_;Lr?t ? er> trine. literal>) , stringequal (<identifier>, <,identifier>) ;

Returns:
boolean Example:
string sl;
string s2;
boolean result;
sl = "meef";
s2 = "murf";
result = stringequal(sl,s2);

Midstring expression See Also This expression returns a subset of the set of characters comprising the <stri.ng l.i. teral. ; or initial <i.dent.i.fier> argument.

Usage:
midstring(<string literal>,<integger literal>,<integer literal>);
midstring(<identifi-er>,<integer literal>,<integer literal>);
midstring(<string literal>,<integer literal>,<identifier>);
midstringKidentifier>,<integer_ literal>,<_identifier>);
midstring( tr?n.gliteral>,<identifie_ ,<int r literal>);
midstring(<identifi_r>, identifier>, _inteeger literal>);
midstring(<_tring_literal>,<identifier>,<identifier>);
midstring(<identifier>,<identifier>,<identifier>);
Returns:

string Example:
int startpos;
int len;
string substring;
startpos = 2;
ten = 3;
substring = midstring("Hello World!",startpos,len);

Tointeger expression See Also This expression returns the value represented by a <string literal> or <identifier> as an integer.
Usage:

tointeger(<string_literal>) tointeger(<identifier>);
Returns:

int Example:
int value;
value = tointeger("512");

Majorver expression See Also This expression returns the major version number of the grammar used to interpret the map.
Usage:

rnaj orver () ;
Returns:

int Example:
int majorVer;
majorVer = majorverQ;

Minorver expression See Also This expression returns the minor version number of the grammar used to interpret the map.
Usage:

minorver 0 ;
Returns:

int Example:
int minorVer;
minorVer = minorVer();

Time expression See Also This expression returns the current date and time as a string.
Usage:

time(;
Returns:
string Example:
string currentDate;
currentDate = time(;

Claims (40)

WHAT IS CLAIMED IS:
1. A system for translating from a non-hierarchical information system to a hierarchical information system, the system comprising:
a translation map that identifies organization and content based rules for translating information from the non-hierarchical information system to the hierarchical information system based on at least one attribute; and a processor configured to:
receive non-hierarchical information;
determine attribute information from the non-hierarchical information based on the translation map; and translate the attribute information to create hierarchical information based on the translation map by modifying the attribute information and adding the modified attribute information to a message under construction.
2. The system of claim 1, wherein the translation map defines location of the attribute in the non-hierarchical information; and wherein determining attribute information comprises searching the location in the non-hierarchical information to determine the attribute information.
3. The system of claim 1, wherein the translation map comprises a rule; and wherein determining attribute information comprises searching the non-hierarchical information for attribute information during execution of the rule.
4. The system of claim 1, wherein the translation map defines format of the attribute in the hierarchical information; and wherein modifying the attribute information comprises formatting the attribute information based on the format of the attribute in the translation map.
5. The system of claim 1, wherein translating the attribute comprises performing a calculation based on the attribute information.
6. The system of claim 1, wherein modifying the attribute information comprises formatting the attribute information based on the translation map and appending the formatted attribute to the message under construction.
7. The system of claim l, wherein the processor is further configured to:
provide a second translation map from a hierarchical information system to a non-hierarchical information system based on at least one attribute;
receive a hierarchical message;
determine second attribute information from the hierarchical message based on the second translation map; and translate the second attribute information to create a non-hierarchical message based on the second translation map.
8. The system of claim 1, wherein the non-hierarchical information system comprises a non-XML system and wherein the hierarchical information system comprises an XML
system.
9. A system for translating from a hierarchical information system to a non-hierarchical information system, the system comprising:
a translation map that identifies organization and content based rules for translating information from the hierarchical information system to the non-hierarchical information system based on at least one attribute; and a processor configured to:
receive hierarchical information;
determine attribute information from the hierarchical information based on the translation map; and translate the attribute information to create non-hierarchical information based on the translation map by modifying the attribute information and adding the modified attribute information to a message under construction.
10. The system of claim 9, wherein the translation map defines location of the attribute in the hierarchical information; and wherein determining the attribute information comprises searching the location in the hierarchical information to determine the attribute information.
11. The system of claim 9, wherein the translation map comprises a rule; and wherein determining attribute information comprises searching the hierarchical information for attribute information during execution of the rule.
12. The system of claim 9, wherein the translation map defines format of the attribute in the non-hierarchical information; and wherein modifying the attribute information comprises formatting the attribute information based on the format of the attribute in the translation map.
13. The system of claim 9, wherein translating the attribute comprises performing a calculation based on the attribute information.
14. The system of claim 9, wherein modifying the attribute information comprises formatting the attribute information based on the translation map and appending the formatted attribute to the message under construction.
15. The system of claim 9, wherein translating the attribute information comprises mapping the attribute information to the non-hierarchical information.
16. The system of claim 9, wherein the processor is further configured to insert constants in the non-hierarchical information.
17. The system of claim 9, wherein the non-hierarchical information system comprises a non-XML system and wherein the hierarchical information system comprises an XML
system.
18. A method of translating between XML and non-XML information systems comprising:
providing a first translation map that identifies organization and content based rules for translating information from a non-XML information system to an XML
information system based on at least one attribute;
providing a second translation map that identifies organization and content based rules for translating information from an XML information system to at least one non-XML
information system based on at least one attribute;
receiving non-XML information;
determining non-XML attribute information from the non-XML information based on the first translation map;
translating the non-XML attribute information to create XML information based on the first translation map;

determining, between at least two non-XML information systems, which non-XML
information system to send a message;
determining XML attribute information from the XML information based on the second translation map;
creating non-XML message by translating the XML attribute information using the second translation map; and sending the non-XML message to the determined non-XML information system.
19. The method of claim 18, wherein translating the non-XML attribute information to create XML information based on the first translation map comprises modifying the non-XML attribute information and adding the modified non-XML attribute information to a message under construction.
20. The method of claim 19, wherein the first translation map defines a format of the XML attribute in the XML information; and wherein modifying the non-XML attribute information comprises formatting the non-XML attribute information based on the format of the XML attribute in the first translation map from a non-XML information system to an XML information system.
21. The method of claim 18, wherein translating the XML attribute information using the second translation map from the XML information system to the at least one non-XML
information system comprises modifying the XML attribute information and adding the modified XML attribute information to a message under construction.
22. The method of claim 18, wherein creating non-XML message comprises packaging the non-XML message.
23. The method of claim 22, wherein packaging the non-XML message comprises packaging the non-XML message as a queued message.
24. The method of claim 18, wherein sending the non-XML message to the determined non-XML information system comprises depositing the non-XML message on a queue for the determined non-XML information system.
25. A system for translating between hierarchical and non-hierarchical information systems,the system comprising:

a first translation map that identifies organization and content based rules for translating information from a non-hierarchical information system to an hierarchical information system based on at least one attribute;
a second translation map that identifies organization and content based rules for translating information from an hierarchical information system to at least one non-hierarchical information system based on at least one attribute; and a processor configured to:
receive non-hierarchical information;
determine non-hierarchical attribute information from the non-hierarchical information based on the first translation map;
translate the non-hierarchical attribute information to create hierarchical information based on the first translation map;
determine, between at least two non-hierarchical information systems, which non-hierarchical information system to send a message;
determine hierarchical attribute information from the hierarchical information based on the second translation map;
create non-hierarchical message by translating the hierarchical attribute information using the second translation map; and send the non-hierarchical message to the determined non-hierarchical information system.
26. The system of claim 25, wherein translating the non-hierarchical attribute information to create hierarchical information based on the first translation map comprises modifying the non-hierarchical attribute information and adding the modified non-hierarchical attribute information to a message under construction.
27. The system of claim 26, wherein the first translation map defines a format of the attribute in the hierarchical information; and wherein modifying the non-hierarchical attribute information comprises formatting the non-hierarchical attribute information based on the format of the attribute in the first translation map.
28. The system of claim 25, wherein translating the hierarchical attribute information using the second translation map comprises modifying the hierarchical attribute information and adding the modified hierarchical attribute information to a message under construction.
29. The system of claim 25, wherein creating non-hierarchical message comprises packaging the non-hierarchical message.
30. The system of claim 25, wherein sending the non-hierarchical message to the determined non-hierarchical information system comprises depositing the non-hierarchical message on a queue for the determined non-hierarchical information system.
31. A method of translating between XML and non-XML information systems comprising:
providing a translation map that identifies organization and content based rules for translating information from an XML information system to at least one non-XML

information system based on at least one attribute;
receiving XML information;
determining, between at least two non-XML information systems, which non-XML
information system to send a message;
determining attribute information from the XML information based on the translation map;
creating non-XML information based on translating the attribute information using the translation map; and sending the non-XML information to the determined non-XML information system.
32. The method of claim 31, wherein translating the attribute information using the translation map comprises modifying the attribute information and adding the modified attribute information to a message under construction.
33. The method of claim 32, wherein the translation map defines a format of the attribute in the non-XML information; and wherein modifying the attribute information comprises formatting the attribute information based on the format of the attribute in the translation map.
34. The method of claim 31, wherein creating non-XML message comprises packaging the non-XML message.
35. The method of claim 34, wherein packaging the non-XML message comprises packaging the non-XML message as a queued message.
36. The method of claim 31, wherein sending the non-XML message to the determined non-XML information system comprises depositing the non-XML message to a queue for the determined non-XML information system.
37. A system for translating between hierarchical and non-hierarchical information systems, the system comprising:
a translation map that identifies organization and content based rules for translating information from an hierarchical information system to at least one non-hierarchical information system based on at least one attribute; and a processor configured to:
receive hierarchical information;
determine, between at least two non-hierarchical information systems, which non-hierarchical information system to send a message;
determine attribute information from the hierarchical information based on the translation map;
create non-hierarchical information based on translating the attribute information using the translation map; and send the non-hierarchical information to the determined non-hierarchical information system.
38. The method of claim 37, wherein translating the attribute information using the translation map comprises modifying the attribute information and adding the modified attribute information to a message under construction.
39. The method of claim 37, wherein creating non-hierarchical message comprises packaging the non-hierarchical message.
40. The method of claim 39, wherein packaging the non-hierarchical message comprises packaging the non-hierarchical message as a queued message.
CA2396263A 2000-01-07 2000-12-29 System and method for translating to and from hierarchical information systems Expired - Lifetime CA2396263C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/479,840 US6523042B2 (en) 2000-01-07 2000-01-07 System and method for translating to and from hierarchical information systems
US09/479,840 2000-01-07
PCT/US2000/035673 WO2001052063A1 (en) 2000-01-07 2000-12-29 System and method for translating to and from hierarchical information systems

Publications (2)

Publication Number Publication Date
CA2396263A1 CA2396263A1 (en) 2001-07-19
CA2396263C true CA2396263C (en) 2012-03-27

Family

ID=23905662

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2396263A Expired - Lifetime CA2396263C (en) 2000-01-07 2000-12-29 System and method for translating to and from hierarchical information systems

Country Status (6)

Country Link
US (2) US6523042B2 (en)
EP (1) EP1257916A4 (en)
JP (1) JP2003523004A (en)
AU (1) AU779817B2 (en)
CA (1) CA2396263C (en)
WO (1) WO2001052063A1 (en)

Families Citing this family (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6993745B1 (en) 2000-03-09 2006-01-31 Electronic Data Systems Corporation Method and system for modeling a legacy computer system
US7114147B2 (en) * 2000-03-09 2006-09-26 Electronic Data Systems Corporation Method and system for reporting XML data based on precomputed context and a document object model
US6687873B1 (en) * 2000-03-09 2004-02-03 Electronic Data Systems Corporation Method and system for reporting XML data from a legacy computer system
US7111233B1 (en) 2000-03-09 2006-09-19 Electronic Data Systems Corporation Method and system for applying XML schema
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US6948135B1 (en) * 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7657833B2 (en) * 2000-09-15 2010-02-02 Hartford Fire Insurance Company Real-time single entry multiple carrier interface (SEMCI)
US20020091818A1 (en) * 2001-01-05 2002-07-11 International Business Machines Corporation Technique and tools for high-level rule-based customizable data extraction
US7240101B2 (en) * 2001-04-02 2007-07-03 International Business Machines Corporation Method and apparatus for efficiently reflecting complex systems of objects in XML documents
US6691124B2 (en) * 2001-04-04 2004-02-10 Cypress Semiconductor Corp. Compact data structures for pipelined message forwarding lookups
JP3985473B2 (en) * 2001-07-19 2007-10-03 セイコーエプソン株式会社 Network device management method, network device management system, processing program for managing network device, and management device
DE10161115A1 (en) * 2001-12-12 2003-07-03 Siemens Ag Transformation of object trees, especially in MES systems
US6970971B1 (en) * 2002-01-08 2005-11-29 Cisco Technology, Inc. Method and apparatus for mapping prefixes and values of a hierarchical space to other representations
US7178153B1 (en) * 2002-05-10 2007-02-13 Oracle International Corporation Method and mechanism for implementing an access interface infrastructure
US20040078788A1 (en) * 2002-10-17 2004-04-22 Wong Candy Wai-See Metamodel for IDL to XML parsing and translation
US20040153473A1 (en) * 2002-11-21 2004-08-05 Norman Hutchinson Method and system for synchronizing data in peer to peer networking environments
US7275216B2 (en) 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7634480B2 (en) * 2003-05-08 2009-12-15 Microsoft Corporation Declarative rules for metadirectory
US7257603B2 (en) * 2003-05-08 2007-08-14 Microsoft Corporation Preview mode
US7636720B2 (en) * 2003-05-08 2009-12-22 Microsoft Corporation Associating and using information in a metadirectory
US20040225632A1 (en) * 2003-05-08 2004-11-11 Microsoft Corporation Automated information management and related methods
US7516157B2 (en) * 2003-05-08 2009-04-07 Microsoft Corporation Relational directory
US7330853B2 (en) * 2003-05-08 2008-02-12 Microsoft Corporation Attribute value selection for entity objects
US7240073B2 (en) * 2003-05-08 2007-07-03 Microsoft Corporation Rules customization and related methods
US7424671B2 (en) 2003-05-16 2008-09-09 Justsystems Canada Inc. Methods and systems for enabling collaborative authoring of hierarchical documents
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
EP1652111B1 (en) * 2003-07-10 2017-11-01 CA, Inc. Web product interface system and method
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7620658B2 (en) * 2003-09-24 2009-11-17 Microsoft Corporation Configuration of a directory system
US7490168B2 (en) * 2003-12-17 2009-02-10 International Business Machines Corporation Service oriented integration server architecture
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US20060098673A1 (en) * 2004-11-09 2006-05-11 Alcatel Input queue packet switch architecture and queue service discipline
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7694284B2 (en) * 2004-11-30 2010-04-06 International Business Machines Corporation Shareable, bidirectional mechanism for conversion between object model and XML
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20060174170A1 (en) * 2005-01-28 2006-08-03 Peter Garland Integrated reporting of data
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US7840610B2 (en) * 2005-05-11 2010-11-23 International Business Machines Corporation Apparatus, system, and method for map definition generation
US9104773B2 (en) 2005-06-21 2015-08-11 Microsoft Technology Licensing, Llc Finding and consuming web subscriptions in a web browser
US8661459B2 (en) 2005-06-21 2014-02-25 Microsoft Corporation Content syndication platform
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US20070067458A1 (en) * 2005-09-20 2007-03-22 Rockwell Software, Inc. Proxy server for integration of industrial automation data over multiple networks
US7734590B2 (en) 2005-09-30 2010-06-08 Rockwell Automation Technologies, Inc. Incremental association of metadata to production data
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US8280843B2 (en) 2006-03-03 2012-10-02 Microsoft Corporation RSS data-processing object
US8595103B1 (en) 2008-09-30 2013-11-26 Accenture Global Services Limited Deployment and release component system
US8719119B1 (en) 2008-09-30 2014-05-06 Accenture Global Services Limited Post deployment query system
US8332870B2 (en) * 2008-09-30 2012-12-11 Accenture Global Services Limited Adapter services
US8788295B1 (en) 2008-09-30 2014-07-22 Accenture Global Services Limited Reusable product system
US10671581B2 (en) * 2017-01-27 2020-06-02 Sap Se Hierarchical computations of nodes having non-tree topologies in relational database management systems

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5664177A (en) * 1988-04-13 1997-09-02 Digital Equipment Corporation Data processing system having a data structure with a single, simple primitive
EP0411873A3 (en) 1989-08-02 1993-11-18 Westinghouse Electric Corp Improved plant operating system employing a deterministic, probabilistic and subjective modeling system
US5812995A (en) * 1993-10-14 1998-09-22 Matsushita Electric Industrial Co., Ltd. Electronic document filing system for registering and retrieving a plurality of documents
WO1995018413A1 (en) 1993-12-30 1995-07-06 Taligent, Inc. Object-oriented view hierarchy framework
US5655118A (en) * 1994-03-21 1997-08-05 Bell Communications Research, Inc. Methods and apparatus for managing information on activities of an enterprise
US5838965A (en) 1994-11-10 1998-11-17 Cadis, Inc. Object oriented database management system
US5630131A (en) 1994-11-14 1997-05-13 Object Technology Licensing Corp. Method and apparatus for importing and exporting archive files for a graphical user interface
US5613122A (en) 1994-11-14 1997-03-18 Object Technology Licensing Corp. Object-oriented operating system
US5642511A (en) 1994-12-16 1997-06-24 International Business Machines Corporation System and method for providing a visual application builder framework
US5708828A (en) * 1995-05-25 1998-01-13 Reliant Data Systems System for converting data from input data environment using first format to output data environment using second format by executing the associations between their fields
US5945992A (en) 1996-05-29 1999-08-31 Hewlett Packard Company Multilevel, client-server, large model traverser
US5970490A (en) * 1996-11-05 1999-10-19 Xerox Corporation Integration platform for heterogeneous databases
US5842213A (en) * 1997-01-28 1998-11-24 Odom; Paul S. Method for modeling, storing, and transferring data in neutral form
US5963939A (en) * 1997-09-30 1999-10-05 Compaq Computer Corp. Method and apparatus for an incremental editor technology
US6529953B1 (en) * 1999-12-17 2003-03-04 Reliable Network Solutions Scalable computer network resource monitoring and location system

Also Published As

Publication number Publication date
CA2396263A1 (en) 2001-07-19
WO2001052063A1 (en) 2001-07-19
EP1257916A4 (en) 2005-04-06
AU779817B2 (en) 2005-02-10
US20020169741A1 (en) 2002-11-14
AU3077201A (en) 2001-07-24
US7072903B2 (en) 2006-07-04
EP1257916A1 (en) 2002-11-20
JP2003523004A (en) 2003-07-29
WO2001052063A9 (en) 2002-08-15
US6523042B2 (en) 2003-02-18
US20030220930A1 (en) 2003-11-27

Similar Documents

Publication Publication Date Title
CA2396263C (en) System and method for translating to and from hierarchical information systems
US7308460B2 (en) System and method for providing user defined types in a database system
US7155705B1 (en) Techniques for binding an application with a data exchange format based on tags in comments
Kim et al. Formalizing the UML class diagram using Object-Z
US7174533B2 (en) Method, system, and program for translating a class schema in a source language to a target language
Bolton Pure Corba
US6611844B1 (en) Method and system for java program storing database object entries in an intermediate form between textual form and an object-oriented form
US7207002B2 (en) Serialization and preservation of objects
US6606632B1 (en) Transforming transient contents of object-oriented database into persistent textual form according to grammar that includes keywords and syntax
US6598052B1 (en) Method and system for transforming a textual form of object-oriented database entries into an intermediate form configurable to populate an object-oriented database for sending to java program
US6298354B1 (en) Mechanism and process to transform a grammar-derived intermediate form to an object-oriented configuration database
US7665073B2 (en) Compile time meta-object protocol systems and methods
CA2284247C (en) Programmable computer with automatic translation between source and object code
US6609130B1 (en) Method for serializing, compiling persistent textual form of an object-oriented database into intermediate object-oriented form using plug-in module translating entries according to grammar
US7627541B2 (en) Transformation of modular finite state transducers
US6542899B1 (en) Method and system for expressing information from an object-oriented database in a grammatical form
US7624075B2 (en) Transformation of modular finite state transducers
US7559052B2 (en) Meta-model for associating multiple physical representations of logically equivalent entities in messaging and other applications
US20040064825A1 (en) Method and system for object system interoperability
US20030070159A1 (en) Object decription language
Bakay et al. The UDM framework
WO2004044785A1 (en) Dynamic transparent object querying generation and parsing
Alagić et al. Orthogonal to the Java imperative
Li et al. Business object modeling, validation, and mediation for integrating heterogeneous application systems
Templeman et al. Visual Studio. NET: The. NET Framework Black Book

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20201229