Class FDATI.FDATService
All Packages Class Hierarchy This Package Previous Next Index
Class FDATI.FDATService
java.lang.Object
|
+----RemoteService.resource.Service
|
+----FDATI.FDATService
- public class FDATService
- extends Service
Subclass of Service which provides an interface for the Fixture Design and
Analysis Tool at CMU.
Copyright (c) 1995, H. Robert Frost, Stanford University.
All rights reserved.
Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies,
Inc. All rights reserved.
RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the
Government is subject to restrictions as set forth in
subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 and in similar clauses in the
FAR and NASA FAR supplement.
This software is bound by the terms and conditions listed in the
attached LICENSE file.
-
model_files
- keys are model names, objects are model files.
-
Models
- keys are model names, objects are models
-
service_agent
- Name of ServiceAgent which supplied the Service.
-
FDATService()
-
-
killFDATI()
-
-
killResults()
-
-
received_models(Hashtable)
- tell-models message received from the FDAT agent.
-
run()
- Executes the FDAT Service interface.
-
stop()
- Stops the service.
-
submissionResults(String, boolean, int, Vector)
- submission-results message received from the FDATAgent.
service_agent
public static String service_agent
- Name of ServiceAgent which supplied the Service.
Models
protected Hashtable Models
- keys are model names, objects are models
model_files
protected Hashtable model_files
- keys are model names, objects are model files.
FDATService
public FDATService()
run
public void run()
- Executes the FDAT Service interface.
If this is the first execution of the service, the FDAT Interpreter will be
loaded and a set of example models will be retrieved.
- Overrides:
- run in class Service
stop
public void stop()
- Stops the service.
- Overrides:
- stop in class Service
received_models
public void received_models(Hashtable models)
- tell-models message received from the FDAT agent.
- Parameters:
- models - Keys are model names, objects are files which contain
the model description.
submissionResults
public void submissionResults(String name,
boolean stable,
int minimum,
Vector redundant)
- submission-results message received from the FDATAgent.
- Parameters:
- name - Fixturing plan name.
- results - Submission results.
killFDATI
protected void killFDATI()
killResults
protected void killResults()
All Packages Class Hierarchy This Package Previous Next Index