Java Doc for Level5.java in  » Science » Cougaar12_4 » org » cougaar » core » qos » frame » scale » 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.core.qos.frame.scale 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.cougaar.core.qos.frame.DataFrame
   org.cougaar.core.qos.frame.scale.Thing
      org.cougaar.core.qos.frame.scale.Level5

Level5
public class Level5 extends Thing (Code)



Constructor Summary
public  Level5(UID uid)
    
public  Level5(FrameSet frameSet, UID uid)
    

Method Summary
protected  voidcollectContainerSlotValues(java.util.Properties __props)
    
protected  voidcollectSlotDescriptions(java.util.Map<String, SlotDescription> map)
    
protected  voidcollectSlotNames(java.util.Set<String> slots)
    
protected  voidcollectSlotValues(java.util.Properties __props)
    
protected  voidfireContainerChanges(DataFrame __raw_old, DataFrame __raw_new)
    
protected  voidfireContainerChanges(DataFrame __raw)
    
public  StringgetKind()
    
public  floatgetLevel1SlotFloat()
    
 ObjectgetLevel1SlotFloat__AsObject()
    
public  StringgetLevel1SlotString()
    
 ObjectgetLevel1SlotString__AsObject()
    
public  floatgetLevel2SlotFloat()
    
 ObjectgetLevel2SlotFloat__AsObject()
    
public  StringgetLevel2SlotString()
    
 ObjectgetLevel2SlotString__AsObject()
    
public  floatgetLevel3SlotFloat()
    
 ObjectgetLevel3SlotFloat__AsObject()
    
public  StringgetLevel3SlotString()
    
 ObjectgetLevel3SlotString__AsObject()
    
public  floatgetLevel4SlotFloat()
    
 ObjectgetLevel4SlotFloat__AsObject()
    
public  StringgetLevel4SlotString()
    
 ObjectgetLevel4SlotString__AsObject()
    
public  floatgetLevel5SlotFloat()
    
 ObjectgetLevel5SlotFloat__AsObject()
    
 floatgetLevel5SlotFloat__NoWarn()
    
public  StringgetLevel5SlotString()
    
 ObjectgetLevel5SlotString__AsObject()
    
 StringgetLevel5SlotString__NoWarn()
    
protected  ObjectgetLocalValue(String __slot)
    
public  floatgetRootSlotFloat()
    
 ObjectgetRootSlotFloat__AsObject()
    
public  StringgetRootSlotString()
    
 ObjectgetRootSlotString__AsObject()
    
protected  voidinitializeLevel5SlotFloat(float new_value)
    
 voidinitializeLevel5SlotFloat__AsObject(Object new_value)
    
protected  voidinitializeLevel5SlotString(String new_value)
    
 voidinitializeLevel5SlotString__AsObject(Object new_value)
    
protected  voidinitializeLocalValue(String __slot, Object __value)
    
public  voidsetLevel5SlotFloat(float __new_value)
    
public  voidsetLevel5SlotFloat__AsObject(Object __new_value)
    
public  voidsetLevel5SlotString(String __new_value)
    
public  voidsetLevel5SlotString__AsObject(Object __new_value)
    
protected  voidsetLocalValue(String __slot, Object __value)
    
public  SlotDescriptionslotMetaData__Level1SlotFloat()
    
public  SlotDescriptionslotMetaData__Level1SlotString()
    
public  SlotDescriptionslotMetaData__Level2SlotFloat()
    
public  SlotDescriptionslotMetaData__Level2SlotString()
    
public  SlotDescriptionslotMetaData__Level3SlotFloat()
    
public  SlotDescriptionslotMetaData__Level3SlotString()
    
public  SlotDescriptionslotMetaData__Level4SlotFloat()
    
public  SlotDescriptionslotMetaData__Level4SlotString()
    
public  SlotDescriptionslotMetaData__Level5SlotFloat()
    
public  SlotDescriptionslotMetaData__Level5SlotString()
    
public  SlotDescriptionslotMetaData__RootSlotFloat()
    
public  SlotDescriptionslotMetaData__RootSlotString()
    


Constructor Detail
Level5
public Level5(UID uid)(Code)



Level5
public Level5(FrameSet frameSet, UID uid)(Code)




Method Detail
collectContainerSlotValues
protected void collectContainerSlotValues(java.util.Properties __props)(Code)



collectSlotDescriptions
protected void collectSlotDescriptions(java.util.Map<String, SlotDescription> map)(Code)



collectSlotNames
protected void collectSlotNames(java.util.Set<String> slots)(Code)



collectSlotValues
protected void collectSlotValues(java.util.Properties __props)(Code)



fireContainerChanges
protected void fireContainerChanges(DataFrame __raw_old, DataFrame __raw_new)(Code)



fireContainerChanges
protected void fireContainerChanges(DataFrame __raw)(Code)



getKind
public String getKind()(Code)



getLevel1SlotFloat
public float getLevel1SlotFloat()(Code)



getLevel1SlotFloat__AsObject
Object getLevel1SlotFloat__AsObject()(Code)



getLevel1SlotString
public String getLevel1SlotString()(Code)



getLevel1SlotString__AsObject
Object getLevel1SlotString__AsObject()(Code)



getLevel2SlotFloat
public float getLevel2SlotFloat()(Code)



getLevel2SlotFloat__AsObject
Object getLevel2SlotFloat__AsObject()(Code)



getLevel2SlotString
public String getLevel2SlotString()(Code)



getLevel2SlotString__AsObject
Object getLevel2SlotString__AsObject()(Code)



getLevel3SlotFloat
public float getLevel3SlotFloat()(Code)



getLevel3SlotFloat__AsObject
Object getLevel3SlotFloat__AsObject()(Code)



getLevel3SlotString
public String getLevel3SlotString()(Code)



getLevel3SlotString__AsObject
Object getLevel3SlotString__AsObject()(Code)



getLevel4SlotFloat
public float getLevel4SlotFloat()(Code)



getLevel4SlotFloat__AsObject
Object getLevel4SlotFloat__AsObject()(Code)



getLevel4SlotString
public String getLevel4SlotString()(Code)



getLevel4SlotString__AsObject
Object getLevel4SlotString__AsObject()(Code)



getLevel5SlotFloat
public float getLevel5SlotFloat()(Code)



getLevel5SlotFloat__AsObject
Object getLevel5SlotFloat__AsObject()(Code)



getLevel5SlotFloat__NoWarn
float getLevel5SlotFloat__NoWarn()(Code)



getLevel5SlotString
public String getLevel5SlotString()(Code)



getLevel5SlotString__AsObject
Object getLevel5SlotString__AsObject()(Code)



getLevel5SlotString__NoWarn
String getLevel5SlotString__NoWarn()(Code)



getLocalValue
protected Object getLocalValue(String __slot)(Code)



getRootSlotFloat
public float getRootSlotFloat()(Code)



getRootSlotFloat__AsObject
Object getRootSlotFloat__AsObject()(Code)



getRootSlotString
public String getRootSlotString()(Code)



getRootSlotString__AsObject
Object getRootSlotString__AsObject()(Code)



initializeLevel5SlotFloat
protected void initializeLevel5SlotFloat(float new_value)(Code)



initializeLevel5SlotFloat__AsObject
void initializeLevel5SlotFloat__AsObject(Object new_value)(Code)



initializeLevel5SlotString
protected void initializeLevel5SlotString(String new_value)(Code)



initializeLevel5SlotString__AsObject
void initializeLevel5SlotString__AsObject(Object new_value)(Code)



initializeLocalValue
protected void initializeLocalValue(String __slot, Object __value)(Code)



setLevel5SlotFloat
public void setLevel5SlotFloat(float __new_value)(Code)



setLevel5SlotFloat__AsObject
public void setLevel5SlotFloat__AsObject(Object __new_value)(Code)



setLevel5SlotString
public void setLevel5SlotString(String __new_value)(Code)



setLevel5SlotString__AsObject
public void setLevel5SlotString__AsObject(Object __new_value)(Code)



setLocalValue
protected void setLocalValue(String __slot, Object __value)(Code)



slotMetaData__Level1SlotFloat
public SlotDescription slotMetaData__Level1SlotFloat()(Code)



slotMetaData__Level1SlotString
public SlotDescription slotMetaData__Level1SlotString()(Code)



slotMetaData__Level2SlotFloat
public SlotDescription slotMetaData__Level2SlotFloat()(Code)



slotMetaData__Level2SlotString
public SlotDescription slotMetaData__Level2SlotString()(Code)



slotMetaData__Level3SlotFloat
public SlotDescription slotMetaData__Level3SlotFloat()(Code)



slotMetaData__Level3SlotString
public SlotDescription slotMetaData__Level3SlotString()(Code)



slotMetaData__Level4SlotFloat
public SlotDescription slotMetaData__Level4SlotFloat()(Code)



slotMetaData__Level4SlotString
public SlotDescription slotMetaData__Level4SlotString()(Code)



slotMetaData__Level5SlotFloat
public SlotDescription slotMetaData__Level5SlotFloat()(Code)



slotMetaData__Level5SlotString
public SlotDescription slotMetaData__Level5SlotString()(Code)



slotMetaData__RootSlotFloat
public SlotDescription slotMetaData__RootSlotFloat()(Code)



slotMetaData__RootSlotString
public SlotDescription slotMetaData__RootSlotString()(Code)



Methods inherited from org.cougaar.core.qos.frame.scale.Thing
protected void collectSlotDescriptions(java.util.Map<String, SlotDescription> map)(Code)(Java Doc)
protected void collectSlotNames(java.util.Set<String> slots)(Code)(Java Doc)
protected void collectSlotValues(java.util.Properties __props)(Code)(Java Doc)
public String getKind()(Code)(Java Doc)
protected Object getLocalValue(String __slot)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
Object getName__AsObject()(Code)(Java Doc)
String getName__NoWarn()(Code)(Java Doc)
protected void initializeLocalValue(String __slot, Object __value)(Code)(Java Doc)
protected void initializeName(String new_value)(Code)(Java Doc)
void initializeName__AsObject(Object new_value)(Code)(Java Doc)
protected void setLocalValue(String __slot, Object __value)(Code)(Java Doc)
public SlotDescription slotMetaData__Name()(Code)(Java Doc)

Fields inherited from org.cougaar.core.qos.frame.DataFrame
final public static String NIL(Code)(Java Doc)

Methods inherited from org.cougaar.core.qos.frame.DataFrame
public void addPropertyChangeListener(PropertyChangeListener pcl)(Code)(Java Doc)
protected void collectContainerSlotValues(Properties props)(Code)(Java Doc)
protected void collectSlotDescriptions(Map<String, SlotDescription> map)(Code)(Java Doc)
protected void collectSlotNames(Set<String> slots)(Code)(Java Doc)
protected void collectSlotValues(Properties props)(Code)(Java Doc)
public DataFrame containerFrame()(Code)(Java Doc)
public int countRelations(String role, String relation)(Code)(Java Doc)
protected String displayString()(Code)(Java Doc)
public DataFrame findFirstRelation(String role, String relation)(Code)(Java Doc)
protected static FrameMaker findFrameMaker(String pkg, String proto)(Code)(Java Doc)
public Set<DataFrame> findRelations(String role, String relation)(Code)(Java Doc)
public Map<RelationFrame, DataFrame> findRelationshipFrames(String role, String relation)(Code)(Java Doc)
protected void fireChange(String property, Object old_value, Object new_value)(Code)(Java Doc)
protected void fireContainerChanges(DataFrame old_frame, DataFrame new_frame)(Code)(Java Doc)
protected void fireContainerChanges(DataFrame new_frame)(Code)(Java Doc)
protected Boolean force_Boolean(Object x)(Code)(Java Doc)
protected Double force_Double(Object x)(Code)(Java Doc)
protected Float force_Float(Object x)(Code)(Java Doc)
protected Integer force_Integer(Object x)(Code)(Java Doc)
protected Long force_Long(Object x)(Code)(Java Doc)
protected Metric force_Metric(Object x)(Code)(Java Doc)
protected String force_String(Object x)(Code)(Java Doc)
protected boolean force_boolean(Object x)(Code)(Java Doc)
protected double force_double(Object x)(Code)(Java Doc)
protected float force_float(Object x)(Code)(Java Doc)
protected int force_int(Object x)(Code)(Java Doc)
protected long force_long(Object x)(Code)(Java Doc)
public Properties getAllSlots()(Code)(Java Doc)
public String getContainerKind()(Code)(Java Doc)
protected Object getInheritedValue(Frame origin, String slot)(Code)(Java Doc)
public Properties getLocalSlots()(Code)(Java Doc)
abstract protected Object getLocalValue(String slot)(Code)(Java Doc)
protected static Logger getLogger()(Code)(Java Doc)
protected synchronized Object getProperty(String slot)(Code)(Java Doc)
abstract protected void initializeLocalValue(String slot, Object value)(Code)(Java Doc)
public void initializeValues(Properties values)(Code)(Java Doc)
public boolean isa(String kind)(Code)(Java Doc)
public static DataFrame newFrame(FrameSet frameSet, String proto, UID uid, Properties initial_values)(Code)(Java Doc)
public static DataFrame newFrame(String pkg, FrameSet frameSet, String proto, UID uid, Properties values)(Code)(Java Doc)
protected void postInitialize()(Code)(Java Doc)
public void propertyChange(PropertyChangeEvent event)(Code)(Java Doc)
protected static void registerFrameMaker(String pkg, String proto, FrameMaker maker)(Code)(Java Doc)
protected synchronized void removeProperty(String slot)(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener pcl)(Code)(Java Doc)
abstract protected void setLocalValue(String slot, Object value)(Code)(Java Doc)
protected synchronized void setProperty(String slot, Object value)(Code)(Java Doc)
public void setValue(String slot, Object value)(Code)(Java Doc)
public Map<String, SlotDescription> slotDescriptions()(Code)(Java Doc)
protected void slotInitialized(String slot, Object value)(Code)(Java Doc)
protected void slotModified(String slot, Object old_value, Object new_value, boolean notify_listeners, boolean notify_blackboard)(Code)(Java Doc)
public String toString()(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.