Java Doc for AssetSkeleton.java in  » Science » Cougaar12_4 » org » cougaar » planning » ldm » asset » 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.planning.ldm.asset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.cougaar.planning.ldm.asset.AssetSkeletonBase
   org.cougaar.planning.ldm.asset.AssetSkeleton

All known Subclasses:   org.cougaar.planning.ldm.asset.Asset,
AssetSkeleton
abstract public class AssetSkeleton extends org.cougaar.planning.ldm.asset.AssetSkeletonBase (Code)



Constructor Summary
protected  AssetSkeleton()
    
protected  AssetSkeleton(AssetSkeleton prototype)
    

Method Summary
public  ClusterPGgetClusterPG()
     Search additional properties for a ClusterPG instance.
public  CommunityPGgetCommunityPG(long time)
     Search additional properties for a CommunityPG instance.
public  CommunityPGgetCommunityPG()
    
public  PropertyGroupSchedulegetCommunityPGSchedule()
    
public  EntityPGgetEntityPG()
     Search additional properties for a EntityPG instance.
public  ItemIdentificationPGgetItemIdentificationPG()
     Search additional properties for a ItemIdentificationPG instance.
public  LocationSchedulePGgetLocationSchedulePG()
     Search additional properties for a LocationSchedulePG instance.
public  RelationshipPGgetRelationshipPG()
     Search additional properties for a RelationshipPG instance.
public  TypeIdentificationPGgetTypeIdentificationPG()
     Search additional properties for a TypeIdentificationPG instance.
public  booleanhasClusterPG()
    
public  booleanhasCommunityPG()
    
public  booleanhasCommunityPG(long time)
    
public  booleanhasEntityPG()
    
public  booleanhasItemIdentificationPG()
    
public  booleanhasLocationSchedulePG()
    
public  booleanhasRelationshipPG()
    
public  booleanhasTypeIdentificationPG()
    
public  voidsetClusterPG(PropertyGroup aClusterPG)
     Set the ClusterPG property.
public  voidsetCommunityPG(PropertyGroup aCommunityPG)
     Set the CommunityPG property.
public  voidsetCommunityPGSchedule(PropertyGroupSchedule schedule)
    
public  voidsetEntityPG(PropertyGroup aEntityPG)
     Set the EntityPG property.
public  voidsetItemIdentificationPG(PropertyGroup aItemIdentificationPG)
     Set the ItemIdentificationPG property.
public  voidsetLocationSchedulePG(PropertyGroup aLocationSchedulePG)
     Set the LocationSchedulePG property.
public  voidsetRelationshipPG(PropertyGroup aRelationshipPG)
     Set the RelationshipPG property.
public  voidsetTypeIdentificationPG(PropertyGroup aTypeIdentificationPG)
     Set the TypeIdentificationPG property.


Constructor Detail
AssetSkeleton
protected AssetSkeleton()(Code)



AssetSkeleton
protected AssetSkeleton(AssetSkeleton prototype)(Code)




Method Detail
getClusterPG
public ClusterPG getClusterPG()(Code)
Search additional properties for a ClusterPG instance. instance of ClusterPG or null.



getCommunityPG
public CommunityPG getCommunityPG(long time)(Code)
Search additional properties for a CommunityPG instance. instance of CommunityPG or null.



getCommunityPG
public CommunityPG getCommunityPG()(Code)



getCommunityPGSchedule
public PropertyGroupSchedule getCommunityPGSchedule()(Code)



getEntityPG
public EntityPG getEntityPG()(Code)
Search additional properties for a EntityPG instance. instance of EntityPG or null.



getItemIdentificationPG
public ItemIdentificationPG getItemIdentificationPG()(Code)
Search additional properties for a ItemIdentificationPG instance. instance of ItemIdentificationPG or null.



getLocationSchedulePG
public LocationSchedulePG getLocationSchedulePG()(Code)
Search additional properties for a LocationSchedulePG instance. instance of LocationSchedulePG or null.



getRelationshipPG
public RelationshipPG getRelationshipPG()(Code)
Search additional properties for a RelationshipPG instance. instance of RelationshipPG or null.



getTypeIdentificationPG
public TypeIdentificationPG getTypeIdentificationPG()(Code)
Search additional properties for a TypeIdentificationPG instance. instance of TypeIdentificationPG or null.



hasClusterPG
public boolean hasClusterPG()(Code)
Test for existence of a ClusterPG



hasCommunityPG
public boolean hasCommunityPG()(Code)
Test for existence of a default CommunityPG



hasCommunityPG
public boolean hasCommunityPG(long time)(Code)
Test for existence of a CommunityPG at a specific time



hasEntityPG
public boolean hasEntityPG()(Code)
Test for existence of a EntityPG



hasItemIdentificationPG
public boolean hasItemIdentificationPG()(Code)
Test for existence of a ItemIdentificationPG



hasLocationSchedulePG
public boolean hasLocationSchedulePG()(Code)
Test for existence of a LocationSchedulePG



hasRelationshipPG
public boolean hasRelationshipPG()(Code)
Test for existence of a RelationshipPG



hasTypeIdentificationPG
public boolean hasTypeIdentificationPG()(Code)
Test for existence of a TypeIdentificationPG



setClusterPG
public void setClusterPG(PropertyGroup aClusterPG)(Code)
Set the ClusterPG property. The default implementation will create a new ClusterPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setCommunityPG
public void setCommunityPG(PropertyGroup aCommunityPG)(Code)
Set the CommunityPG property. The default implementation will create a new CommunityPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setCommunityPGSchedule
public void setCommunityPGSchedule(PropertyGroupSchedule schedule)(Code)



setEntityPG
public void setEntityPG(PropertyGroup aEntityPG)(Code)
Set the EntityPG property. The default implementation will create a new EntityPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setItemIdentificationPG
public void setItemIdentificationPG(PropertyGroup aItemIdentificationPG)(Code)
Set the ItemIdentificationPG property. The default implementation will create a new ItemIdentificationPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setLocationSchedulePG
public void setLocationSchedulePG(PropertyGroup aLocationSchedulePG)(Code)
Set the LocationSchedulePG property. The default implementation will create a new LocationSchedulePG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setRelationshipPG
public void setRelationshipPG(PropertyGroup aRelationshipPG)(Code)
Set the RelationshipPG property. The default implementation will create a new RelationshipPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



setTypeIdentificationPG
public void setTypeIdentificationPG(PropertyGroup aTypeIdentificationPG)(Code)
Set the TypeIdentificationPG property. The default implementation will create a new TypeIdentificationPG property and add it to the otherPropertyGroup list. Many subclasses override with local slots.



Fields inherited from org.cougaar.planning.ldm.asset.AssetSkeletonBase
final public static long UNSPECIFIED_TIME(Code)(Java Doc)
protected boolean hasOtherTimePhasedProperties(Code)(Java Doc)

Methods inherited from org.cougaar.planning.ldm.asset.AssetSkeletonBase
public void addOtherPropertyGroup(PropertyGroup prop)(Code)(Java Doc)
public void addOtherPropertyGroupSchedule(PropertyGroupSchedule pgs)(Code)(Java Doc)
synchronized ArrayList copyOtherProperties()(Code)(Java Doc)
protected void fillAllPropertyGroups(Collection v)(Code)(Java Doc)
protected void fillAllPropertyGroups(Collection v, long time)(Code)(Java Doc)
protected PropertyGroup generateDefaultPG(Class pgc)(Code)(Java Doc)
protected synchronized PropertyGroup getLocalPG(Class pgc, long t)(Code)(Java Doc)
protected synchronized PropertyGroupSchedule getLocalPGSchedule(Class pgc)(Code)(Java Doc)
public synchronized Enumeration getOtherProperties()(Code)(Java Doc)
public boolean hasOtherTimePhasedProperties()(Code)(Java Doc)
abstract protected PropertyGroup lateBindPG(Class pgc, long t)(Code)(Java Doc)
final public PropertyGroup lateBindPG(Class pgc)(Code)(Java Doc)
protected synchronized PropertyGroup removeLocalPG(Class c)(Code)(Java Doc)
protected synchronized PropertyGroup removeLocalPG(PropertyGroup pg)(Code)(Java Doc)
protected synchronized PropertyGroupSchedule removeLocalPGSchedule(Class c)(Code)(Java Doc)
public PropertyGroup removeOtherPropertyGroup(Class c)(Code)(Java Doc)
public PropertyGroup removeOtherPropertyGroup(PropertyGroup pg)(Code)(Java Doc)
public PropertyGroupSchedule removeOtherPropertyGroupSchedule(Class c)(Code)(Java Doc)
public PropertyGroupSchedule removeOtherPropertyGroupSchedule(PropertyGroupSchedule pgs)(Code)(Java Doc)
public void replaceOtherPropertyGroup(PropertyGroup prop)(Code)(Java Doc)
public void replaceOtherPropertyGroupSchedule(PropertyGroupSchedule schedule)(Code)(Java Doc)
abstract public PropertyGroup resolvePG(Class pgc, long t)(Code)(Java Doc)
final public PropertyGroup resolvePG(Class pgc)(Code)(Java Doc)
abstract public PropertyGroupSchedule resolvePGSchedule(Class pgc)(Code)(Java Doc)
final public PropertyGroup searchForPropertyGroup(Class pgc)(Code)(Java Doc)
final public PropertyGroup searchForPropertyGroup(PropertyGroup pg)(Code)(Java Doc)
final public PropertyGroup searchForPropertyGroup(Class pgc, long t)(Code)(Java Doc)
final public PropertyGroup searchForPropertyGroup(PropertyGroup pg, long time)(Code)(Java Doc)
public synchronized PropertyGroupSchedule searchForPropertyGroupSchedule(Class c)(Code)(Java Doc)
final public PropertyGroupSchedule searchForPropertyGroupSchedule(PropertyGroup pg)(Code)(Java Doc)
protected synchronized void setLocalPG(Class pgc, PropertyGroup prop)(Code)(Java Doc)
protected synchronized void setLocalPGSchedule(PropertyGroupSchedule pgSchedule)(Code)(Java Doc)
protected synchronized void setOtherProperties(Collection newProps)(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.