Java Doc for SequentialGlobalSeaPlugin.java in  » Science » Cougaar12_4 » org » cougaar » logistics » plugin » trans » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Science » Cougaar12_4 » org.cougaar.logistics.plugin.trans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.cougaar.logistics.plugin.trans.SequentialGlobalAirPlugin
   org.cougaar.logistics.plugin.trans.SequentialGlobalSeaPlugin

SequentialGlobalSeaPlugin
public class SequentialGlobalSeaPlugin extends SequentialGlobalAirPlugin (Code)
 Specific logic for dealing with backwards sea planning.
 Mainly involves worrying about POE and POD choice.
 


Field Summary
protected transient  Setexceptions
    
protected transient  MaprouteCache
    
 booleanuseSeaRoutes
    


Method Summary
protected  booleanallNecessaryAssetsReportedMiddleStep()
    
public  OrganizationfindOrgForMiddleStep(Task task)
    
protected  DategetEarlyArrivalMiddleStep(Task task, Date best)
    
 LocationgetPOENearestToFromLocMiddleStep(Task parentTask)
    
protected  Location[]getPOEandPOD(Task parentTask, Task ignoredTask)
    
 Given a task, find the POE and POD for the task 
 This will be a search among possible POEs and PODs for those that
 are closest to the FROM-TO pair on the parent task.
protected  booleanisAmmo(GLMAsset asset)
     An asset is an ammo container if it has a contents pg, since only the Ammo Packer put a contents pg on a container.
public  voidlocalSetup()
    
protected  voidmakeLocator()
    
protected  voidremovePrepsFromMiddleStep(Task new_task)
    
 booleanstartsAtPOE(Task task)
    
protected  Stringtype()
    

Field Detail
exceptions
protected transient Set exceptions(Code)



routeCache
protected transient Map routeCache(Code)



useSeaRoutes
boolean useSeaRoutes(Code)





Method Detail
allNecessaryAssetsReportedMiddleStep
protected boolean allNecessaryAssetsReportedMiddleStep()(Code)
overridden from sequentialglobalairplugin



findOrgForMiddleStep
public Organization findOrgForMiddleStep(Task task)(Code)



getEarlyArrivalMiddleStep
protected Date getEarlyArrivalMiddleStep(Task task, Date best)(Code)



getPOENearestToFromLocMiddleStep
Location getPOENearestToFromLocMiddleStep(Task parentTask)(Code)



getPOEandPOD
protected Location[] getPOEandPOD(Task parentTask, Task ignoredTask)(Code)
 Given a task, find the POE and POD for the task 
 This will be a search among possible POEs and PODs for those that
 are closest to the FROM-TO pair on the parent task.
 The choice will be affected by the how long it takes
 to get from POE to POD.
 

Parameters:
  ignoredTask - is ignored in this method



isAmmo
protected boolean isAmmo(GLMAsset asset)(Code)
An asset is an ammo container if it has a contents pg, since only the Ammo Packer put a contents pg on a container. NOTE : should call isContainer first!



localSetup
public void localSetup()(Code)



makeLocator
protected void makeLocator()(Code)
Instantiate the Locator, which adds a LocationCallback



removePrepsFromMiddleStep
protected void removePrepsFromMiddleStep(Task new_task)(Code)
don't remove SEAROUTE prep -- need it for datagrabber output!



startsAtPOE
boolean startsAtPOE(Task task)(Code)
don't include destination ports as POEs



type
protected String type()(Code)



Fields inherited from org.cougaar.logistics.plugin.trans.SequentialGlobalAirPlugin
public static int CONUS_THEATER_DIVIDING_LONGITUDE(Code)(Java Doc)
protected long bestDateBackoff(Code)(Java Doc)
protected TranscomDataXMLize dataXMLizer(Code)(Java Doc)
protected transient AssetUtil glmAssetHelper(Code)(Java Doc)
protected transient GLMPrepPhrase glmPrepHelper(Code)(Java Doc)
protected Locator locator(Code)(Java Doc)
protected GLMOrganizationCallback myOrgCallback(Code)(Java Doc)
public int numTheaterGroundAgents(Code)(Java Doc)
protected Map roleToOrg(Code)(Java Doc)
boolean shouldRefreshOrgList(Code)(Java Doc)
boolean warnedBefore(Code)(Java Doc)

Methods inherited from org.cougaar.logistics.plugin.trans.SequentialGlobalAirPlugin
protected boolean allNecessaryAssetsReported()(Code)(Java Doc)
protected boolean allNecessaryAssetsReportedMiddleStep()(Code)(Java Doc)
protected Organization chooseAmongOrgs(List orgs)(Code)(Java Doc)
public Schedule createEmptyPlan(Task parent)(Code)(Java Doc)
protected GLMOrganizationCallback createOrganizationCallback()(Code)(Java Doc)
protected UTILFilterCallback createThreadCallback(UTILGenericListener bufferingThread)(Code)(Java Doc)
public Organization findOrgForMiddleStep(Task ignored)(Code)(Java Doc)
public Organization findOrgWithRole(Role role)(Code)(Java Doc)
public UTILAllocate getAllocHelper()(Code)(Java Doc)
public AssetUtil getAssetHelper()(Code)(Java Doc)
public BlackboardService getBlackboard()(Code)(Java Doc)
protected Date getEarlyArrivalMiddleStep(Task task, Date best)(Code)(Java Doc)
public UTILExpand getExpandHelper()(Code)(Java Doc)
public Locator getLocator()(Code)(Java Doc)
public Logger getLogger()(Code)(Java Doc)
public int getNumTheaterGroundAgents()(Code)(Java Doc)
public Enumeration getOrganizationAssets()(Code)(Java Doc)
protected GLMOrganizationCallback getOrganizationCallback()(Code)(Java Doc)
protected List getOrgsWithRole(Role role)(Code)(Java Doc)
Location getPOD(Task task)(Code)(Java Doc)
Location getPOENearestToFromLocMiddleStep(Task parentTask)(Code)(Java Doc)
protected Location[] getPOEandPOD(Task parentTask, Task subtask)(Code)(Java Doc)
public UTILPreference getPrefHelper()(Code)(Java Doc)
public GLMPrepPhrase getPrepHelper()(Code)(Java Doc)
public Organization getSelf()(Code)(Java Doc)
public void handleChangedOrganization(Enumeration org_assets)(Code)(Java Doc)
public void handleNewOrganization(Enumeration org_assets)(Code)(Java Doc)
public void handleTask(Task t)(Code)(Java Doc)
public boolean interestingAsset(Asset asset)(Code)(Java Doc)
public boolean interestingExpandedTask(Task t)(Code)(Java Doc)
public boolean interestingTask(Task t)(Code)(Java Doc)
public void localSetup()(Code)(Java Doc)
protected void makeLocator()(Code)(Java Doc)
boolean needsAirOrSea(Task task)(Code)(Java Doc)
boolean needsCONUS(Task task)(Code)(Java Doc)
boolean needsTheater(Task task)(Code)(Java Doc)
protected void removePrepsFromMiddleStep(Task new_task)(Code)(Java Doc)
protected void replanDependingTasks(Task parentTask, long beforeTime)(Code)(Java Doc)
protected void replanPortion(Expansion exp, SequentialScheduleElement spe)(Code)(Java Doc)
public void setupFilters()(Code)(Java Doc)
boolean startsAtPOE(Task task)(Code)(Java Doc)
boolean startsInCONUS(Task task)(Code)(Java Doc)
boolean startsInTheater(Task task)(Code)(Java Doc)
protected String type()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.