Java Doc for PropertyGroupSchedule.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.util.NonOverlappingTimeSpanSet
   org.cougaar.planning.ldm.asset.PropertyGroupSchedule

PropertyGroupSchedule
public class PropertyGroupSchedule extends NonOverlappingTimeSpanSet implements BeanInfo,Cloneable(Code)



Constructor Summary
public  PropertyGroupSchedule()
    
public  PropertyGroupSchedule(TimePhasedPropertyGroup defaultPG)
    
public  PropertyGroupSchedule(PropertyGroupSchedule schedule)
    
public  PropertyGroupSchedule(Collection c)
    

Method Summary
public  booleanadd(Object o)
    
public  voidclearDefault()
    
public  Objectclone()
    
public  BeanInfo[]getAdditionalBeanInfo()
     Claim there are no other relevant BeanInfo objects.
public  StringgetAssetGetMethod()
    
public  StringgetAssetSetMethod()
    
public  BeanDescriptorgetBeanDescriptor()
     Deny knowledge about the class and customizer of the bean.
public  TimePhasedPropertyGroupgetDefault()
    
public  intgetDefaultEventIndex()
     Deny knowledge of a default event.
public  intgetDefaultPropertyIndex()
     Deny knowledge of a default property.
public  EventSetDescriptor[]getEventSetDescriptors()
     Deny knowledge of event sets.
public  java.awt.ImagegetIcon(int iconKind)
     Claim there are no icons available.
public  ClassgetIntrospectionClass()
    
public  MethodDescriptor[]getMethodDescriptors()
     Deny knowledge of methods.
public  ClassgetPGClass()
    
public  PropertyDescriptor[]getPropertyDescriptors()
    
public  NonOverlappingTimeSpanSetgetTiling(long startTime, long endTime)
    
public  NonOverlappingTimeSpanSetgetTiling(TimeSpan timeSpan)
    
public  NonOverlappingTimeSpanSetgetTiling()
    
public  Object[]getTilingAsArray()
    
public  voidinitializePGClass(Class tppgClass)
    
public  voidinitializePGClass(PropertyGroup propertyGroup)
    
public  java.awt.ImageloadImage(String resourceName)
     This is a utility method to help in loading icon images. It takes the name of a resource file associated with the current object's class file and loads an image object from that file.
public  PropertyGroupSchedulelock(Object key)
    
public  PropertyGroupSchedulelock()
    
public  voidlockPGs(Object key)
    
public  voidlockPGs()
    
public static  voidmain(String arg)
    
public  booleanremove(Object o)
    
public  voidsetDefault(TimePhasedPropertyGroup defaultPG)
    
public  PropertyGroupScheduleunlock(Object key)
    
public  voidunlockPGs(Object key)
    
protected  booleanvalidClass(Class tppgClass)
    


Constructor Detail
PropertyGroupSchedule
public PropertyGroupSchedule()(Code)



PropertyGroupSchedule
public PropertyGroupSchedule(TimePhasedPropertyGroup defaultPG)(Code)



PropertyGroupSchedule
public PropertyGroupSchedule(PropertyGroupSchedule schedule)(Code)



PropertyGroupSchedule
public PropertyGroupSchedule(Collection c)(Code)




Method Detail
add
public boolean add(Object o)(Code)



clearDefault
public void clearDefault()(Code)



clone
public Object clone()(Code)



getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()(Code)
Claim there are no other relevant BeanInfo objects. You may override this if you want to (for example) return a BeanInfo for a base class.



getAssetGetMethod
public String getAssetGetMethod()(Code)
the method name on an asset to retrieve the PG *



getAssetSetMethod
public String getAssetSetMethod()(Code)
the method name on an asset to set the PG *



getBeanDescriptor
public BeanDescriptor getBeanDescriptor()(Code)
Deny knowledge about the class and customizer of the bean. You can override this if you wish to provide explicit info.



getDefault
public TimePhasedPropertyGroup getDefault()(Code)



getDefaultEventIndex
public int getDefaultEventIndex()(Code)
Deny knowledge of a default event. You can override this if you wish to define a default event for the bean.



getDefaultPropertyIndex
public int getDefaultPropertyIndex()(Code)
Deny knowledge of a default property. You can override this if you wish to define a default property for the bean.



getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()(Code)
Deny knowledge of event sets. You can override this if you wish to provide explicit event set info.



getIcon
public java.awt.Image getIcon(int iconKind)(Code)
Claim there are no icons available. You can override this if you want to provide icons for your bean.



getIntrospectionClass
public Class getIntrospectionClass()(Code)



getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()(Code)
Deny knowledge of methods. You can override this if you wish to provide explicit method info.



getPGClass
public Class getPGClass()(Code)



getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()(Code)



getTiling
public NonOverlappingTimeSpanSet getTiling(long startTime, long endTime)(Code)



getTiling
public NonOverlappingTimeSpanSet getTiling(TimeSpan timeSpan)(Code)



getTiling
public NonOverlappingTimeSpanSet getTiling()(Code)



getTilingAsArray
public Object[] getTilingAsArray()(Code)



initializePGClass
public void initializePGClass(Class tppgClass)(Code)



initializePGClass
public void initializePGClass(PropertyGroup propertyGroup)(Code)



loadImage
public java.awt.Image loadImage(String resourceName)(Code)
This is a utility method to help in loading icon images. It takes the name of a resource file associated with the current object's class file and loads an image object from that file. Typically images will be GIFs.


Parameters:
  resourceName - A pathname relative to the directoryholding the class file of the current class. For example,"wombat.gif". an image object. May be null if the load failed.




lock
public PropertyGroupSchedule lock(Object key)(Code)



lock
public PropertyGroupSchedule lock()(Code)



lockPGs
public void lockPGs(Object key)(Code)



lockPGs
public void lockPGs()(Code)



main
public static void main(String arg)(Code)



remove
public boolean remove(Object o)(Code)



setDefault
public void setDefault(TimePhasedPropertyGroup defaultPG)(Code)



unlock
public PropertyGroupSchedule unlock(Object key)(Code)



unlockPGs
public void unlockPGs(Object key) throws IllegalAccessException(Code)



validClass
protected boolean validClass(Class tppgClass)(Code)



Methods inherited from org.cougaar.util.NonOverlappingTimeSpanSet
public boolean add(Object o)(Code)(Java Doc)
public NonOverlappingTimeSpanSet fill(NewTimeSpan filler)(Code)(Java Doc)
public TimeSpan intersects(long time)(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.