Java Doc for Entity.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
      org.cougaar.planning.ldm.asset.Asset
         org.cougaar.planning.ldm.asset.EntityAdapter
            org.cougaar.planning.ldm.asset.Entity

Entity
public class Entity extends EntityAdapter implements HasRelationships(Code)



Constructor Summary
public  Entity()
    
public  Entity(Entity prototype)
    

Method Summary
public  Objectclone()
     For infrastructure only - use org.cougaar.core.domain.Factory.copyInstance instead.
public  AssetcreateInstance()
    
protected  voidfillAllPropertyGroups(Vector v)
    
public  PropertyGroupgenerateDefaultPG(Class c)
    
public  ClusterPGgetClusterPG()
    
public  CommunityPGgetCommunityPG(long time)
    
public  PropertyGroupSchedulegetCommunityPGSchedule()
    
public  EntityPGgetEntityPG()
    
public  PropertyGroupgetLocalPG(Class c, long t)
    
public  PropertyGroupSchedulegetLocalPGSchedule(Class c)
    
public  LocationSchedulePGgetLocationSchedulePG()
    
public  PropertyDescriptor[]getPropertyDescriptors()
    
public  RelationshipPGgetRelationshipPG()
    
public  RelationshipSchedulegetRelationshipSchedule()
    
public  AssetinstanceForCopy()
    
public  booleanisLocal()
    
public  booleanisSelf()
    
public  PropertyGroupremoveLocalPG(Class c)
    
public  PropertyGroupremoveLocalPG(PropertyGroup pg)
    
public  PropertyGroupScheduleremoveLocalPGSchedule(Class c)
    
public  voidsetClusterPG(PropertyGroup arg_ClusterPG)
    
public  voidsetCommunityPG(PropertyGroup arg_CommunityPG)
    
public  voidsetCommunityPGSchedule(PropertyGroupSchedule arg_EntitySchedule)
    
public  voidsetEntityPG(PropertyGroup arg_EntityPG)
    
public  voidsetLocal(boolean localFlag)
    
public  voidsetLocalPG(Class c, PropertyGroup pg)
    
public  voidsetLocalPGSchedule(PropertyGroupSchedule pgSchedule)
    
public  voidsetLocationSchedulePG(PropertyGroup arg_LocationSchedulePG)
    
public  voidsetRelationshipPG(PropertyGroup arg_RelationshipPG)
    
public  voidsetRelationshipSchedule(RelationshipSchedule schedule)
    


Constructor Detail
Entity
public Entity()(Code)



Entity
public Entity(Entity prototype)(Code)




Method Detail
clone
public Object clone() throws CloneNotSupportedException(Code)
For infrastructure only - use org.cougaar.core.domain.Factory.copyInstance instead. *



createInstance
public Asset createInstance()(Code)
create an instance of this prototype *



fillAllPropertyGroups
protected void fillAllPropertyGroups(Vector v)(Code)



generateDefaultPG
public PropertyGroup generateDefaultPG(Class c)(Code)



getClusterPG
public ClusterPG getClusterPG()(Code)



getCommunityPG
public CommunityPG getCommunityPG(long time)(Code)



getCommunityPGSchedule
public PropertyGroupSchedule getCommunityPGSchedule()(Code)



getEntityPG
public EntityPG getEntityPG()(Code)



getLocalPG
public PropertyGroup getLocalPG(Class c, long t)(Code)



getLocalPGSchedule
public PropertyGroupSchedule getLocalPGSchedule(Class c)(Code)



getLocationSchedulePG
public LocationSchedulePG getLocationSchedulePG()(Code)



getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()(Code)



getRelationshipPG
public RelationshipPG getRelationshipPG()(Code)



getRelationshipSchedule
public RelationshipSchedule getRelationshipSchedule()(Code)



instanceForCopy
public Asset instanceForCopy()(Code)
create an instance of the right class for copy operations *



isLocal
public boolean isLocal()(Code)



isSelf
public boolean isSelf()(Code)



removeLocalPG
public PropertyGroup removeLocalPG(Class c)(Code)



removeLocalPG
public PropertyGroup removeLocalPG(PropertyGroup pg)(Code)



removeLocalPGSchedule
public PropertyGroupSchedule removeLocalPGSchedule(Class c)(Code)



setClusterPG
public void setClusterPG(PropertyGroup arg_ClusterPG)(Code)



setCommunityPG
public void setCommunityPG(PropertyGroup arg_CommunityPG)(Code)



setCommunityPGSchedule
public void setCommunityPGSchedule(PropertyGroupSchedule arg_EntitySchedule)(Code)



setEntityPG
public void setEntityPG(PropertyGroup arg_EntityPG)(Code)



setLocal
public void setLocal(boolean localFlag)(Code)



setLocalPG
public void setLocalPG(Class c, PropertyGroup pg)(Code)



setLocalPGSchedule
public void setLocalPGSchedule(PropertyGroupSchedule pgSchedule)(Code)



setLocationSchedulePG
public void setLocationSchedulePG(PropertyGroup arg_LocationSchedulePG)(Code)



setRelationshipPG
public void setRelationshipPG(PropertyGroup arg_RelationshipPG)(Code)



setRelationshipSchedule
public void setRelationshipSchedule(RelationshipSchedule schedule)(Code)



Methods inherited from org.cougaar.planning.ldm.asset.EntityAdapter
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public void initRelationshipSchedule()(Code)(Java Doc)

Fields inherited from org.cougaar.planning.ldm.asset.Asset
protected transient Asset myPrototype(Code)(Java Doc)
public transient PropertyChangeSupport pcs(Code)(Java Doc)
final public static boolean regeneratePrototypeCacheP(Code)(Java Doc)
final public static boolean sendPrototypeAsIDP(Code)(Java Doc)
final static long serialVersionUID(Code)(Java Doc)

Methods inherited from org.cougaar.planning.ldm.asset.Asset
public void addPropertyChangeListener(PropertyChangeListener pcl)(Code)(Java Doc)
final public void bindToLDM(LDMServesPlugin ldm)(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public Asset copy()(Code)(Java Doc)
public Asset createAggregate(int quantity)(Code)(Java Doc)
public Asset createInstance()(Code)(Java Doc)
final public Asset createInstance(String id)(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
public Vector fetchAllProperties()(Code)(Java Doc)
public Vector fetchAllProperties(long time)(Code)(Java Doc)
protected void fillAllPropertyGroups(Vector v)(Code)(Java Doc)
protected void fillAllPropertyGroups(Vector v, long time)(Code)(Java Doc)
public Enumeration getCapabilities()(Code)(Java Doc)
public ItemIdentificationPG getItemIdentificationPG()(Code)(Java Doc)
public Object getKey()(Code)(Java Doc)
protected PropertyGroup getLocalPG(Class pgc, long t)(Code)(Java Doc)
protected PropertyGroupSchedule getLocalPGSchedule(Class pgc)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public PropertyDescriptor[] getPropertyDescriptors()(Code)(Java Doc)
public Asset getPrototype()(Code)(Java Doc)
public RoleSchedule getRoleSchedule()(Code)(Java Doc)
public TypeIdentificationPG getTypeIdentificationPG()(Code)(Java Doc)
public UID getUID()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public Asset instanceForCopy()(Code)(Java Doc)
final public boolean isPGLocal(Class pgc)(Code)(Java Doc)
final public boolean isPGLocal(Class pgc, long t)(Code)(Java Doc)
final public boolean isPGScheduleLocal(Class pgc)(Code)(Java Doc)
public boolean isPersistable()(Code)(Java Doc)
final protected PropertyGroup lateBindPG(Class pgc, long t)(Code)(Java Doc)
void privatelySetPrototype(Asset arg)(Code)(Java Doc)
final public void registerWithLDM(LDMServesPlugin ldm)(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener pcl)(Code)(Java Doc)
final public PropertyGroup resolvePG(Class pgc, long t)(Code)(Java Doc)
final public PropertyGroupSchedule resolvePGSchedule(Class pgc)(Code)(Java Doc)
public PropertyGroupSchedule searchForPropertyGroupSchedule(Class c)(Code)(Java Doc)
public void setItemIdentificationPG(PropertyGroup arg_ItemIdentificationPG)(Code)(Java Doc)
protected void setLocalPG(Class pgc, PropertyGroup pg)(Code)(Java Doc)
protected void setLocalPGSchedule(PropertyGroupSchedule pgSchedule)(Code)(Java Doc)
public void setPropertyGroup(NewPropertyGroup property)(Code)(Java Doc)
public Asset setPrototype(Asset arg_Prototype)(Code)(Java Doc)
public void setTypeIdentificationPG(PropertyGroup arg_TypeIdentificationPG)(Code)(Java Doc)
public void setUID(UID uid)(Code)(Java Doc)
public synchronized String toString()(Code)(Java Doc)

Methods inherited from org.cougaar.planning.ldm.asset.AssetSkeleton
public ClusterPG getClusterPG()(Code)(Java Doc)
public CommunityPG getCommunityPG(long time)(Code)(Java Doc)
public CommunityPG getCommunityPG()(Code)(Java Doc)
public PropertyGroupSchedule getCommunityPGSchedule()(Code)(Java Doc)
public EntityPG getEntityPG()(Code)(Java Doc)
public ItemIdentificationPG getItemIdentificationPG()(Code)(Java Doc)
public LocationSchedulePG getLocationSchedulePG()(Code)(Java Doc)
public RelationshipPG getRelationshipPG()(Code)(Java Doc)
public TypeIdentificationPG getTypeIdentificationPG()(Code)(Java Doc)
public boolean hasClusterPG()(Code)(Java Doc)
public boolean hasCommunityPG()(Code)(Java Doc)
public boolean hasCommunityPG(long time)(Code)(Java Doc)
public boolean hasEntityPG()(Code)(Java Doc)
public boolean hasItemIdentificationPG()(Code)(Java Doc)
public boolean hasLocationSchedulePG()(Code)(Java Doc)
public boolean hasRelationshipPG()(Code)(Java Doc)
public boolean hasTypeIdentificationPG()(Code)(Java Doc)
public void setClusterPG(PropertyGroup aClusterPG)(Code)(Java Doc)
public void setCommunityPG(PropertyGroup aCommunityPG)(Code)(Java Doc)
public void setCommunityPGSchedule(PropertyGroupSchedule schedule)(Code)(Java Doc)
public void setEntityPG(PropertyGroup aEntityPG)(Code)(Java Doc)
public void setItemIdentificationPG(PropertyGroup aItemIdentificationPG)(Code)(Java Doc)
public void setLocationSchedulePG(PropertyGroup aLocationSchedulePG)(Code)(Java Doc)
public void setRelationshipPG(PropertyGroup aRelationshipPG)(Code)(Java Doc)
public void setTypeIdentificationPG(PropertyGroup aTypeIdentificationPG)(Code)(Java Doc)

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.