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


org.cougaar.core.qos.frame.DataFrame
   org.cougaar.core.qos.frame.RelationFrame
      org.cougaar.core.qos.frame.topology.Relationship

All known Subclasses:   org.cougaar.core.qos.frame.topology.Contains,
Relationship
public class Relationship extends RelationFrame (Code)



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

Method Summary
protected  voidcollectSlotDescriptions(java.util.Map<String, SlotDescription> map)
    
protected  voidcollectSlotNames(java.util.Set<String> slots)
    
protected  voidcollectSlotValues(java.util.Properties __props)
    
public  StringgetChildPrototype()
    
public  StringgetChildSlot()
    
public  StringgetChildValue()
    
 ObjectgetChildValue__AsObject()
    
 StringgetChildValue__NoWarn()
    
public  StringgetKind()
    
protected  ObjectgetLocalValue(String __slot)
    
public  StringgetParentPrototype()
    
public  StringgetParentSlot()
    
public  StringgetParentValue()
    
 ObjectgetParentValue__AsObject()
    
 StringgetParentValue__NoWarn()
    
protected  voidinitializeChildValue(String new_value)
    
 voidinitializeChildValue__AsObject(Object new_value)
    
protected  voidinitializeLocalValue(String __slot, Object __value)
    
protected  voidinitializeParentValue(String new_value)
    
 voidinitializeParentValue__AsObject(Object new_value)
    
public synchronized  voidsetChildValue(String __new_value)
    
public synchronized  voidsetChildValue__AsObject(Object __new_value)
    
protected  voidsetLocalValue(String __slot, Object __value)
    
public synchronized  voidsetParentValue(String __new_value)
    
public synchronized  voidsetParentValue__AsObject(Object __new_value)
    
public  SlotDescriptionslotMetaData__ChildValue()
    
public  SlotDescriptionslotMetaData__ParentValue()
    


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



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




Method Detail
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)



getChildPrototype
public String getChildPrototype()(Code)



getChildSlot
public String getChildSlot()(Code)



getChildValue
public String getChildValue()(Code)



getChildValue__AsObject
Object getChildValue__AsObject()(Code)



getChildValue__NoWarn
String getChildValue__NoWarn()(Code)



getKind
public String getKind()(Code)



getLocalValue
protected Object getLocalValue(String __slot)(Code)



getParentPrototype
public String getParentPrototype()(Code)



getParentSlot
public String getParentSlot()(Code)



getParentValue
public String getParentValue()(Code)



getParentValue__AsObject
Object getParentValue__AsObject()(Code)



getParentValue__NoWarn
String getParentValue__NoWarn()(Code)



initializeChildValue
protected void initializeChildValue(String new_value)(Code)



initializeChildValue__AsObject
void initializeChildValue__AsObject(Object new_value)(Code)



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



initializeParentValue
protected void initializeParentValue(String new_value)(Code)



initializeParentValue__AsObject
void initializeParentValue__AsObject(Object new_value)(Code)



setChildValue
public synchronized void setChildValue(String __new_value)(Code)



setChildValue__AsObject
public synchronized void setChildValue__AsObject(Object __new_value)(Code)



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



setParentValue
public synchronized void setParentValue(String __new_value)(Code)



setParentValue__AsObject
public synchronized void setParentValue__AsObject(Object __new_value)(Code)



slotMetaData__ChildValue
public SlotDescription slotMetaData__ChildValue()(Code)



slotMetaData__ParentValue
public SlotDescription slotMetaData__ParentValue()(Code)



Methods inherited from org.cougaar.core.qos.frame.RelationFrame
protected void collectSlotDescriptions(Map<String, SlotDescription> map)(Code)(Java Doc)
protected void collectSlotValues(java.util.Properties __props)(Code)(Java Doc)
abstract public String getChildPrototype()(Code)(Java Doc)
abstract public String getChildSlot()(Code)(Java Doc)
abstract public String getChildValue()(Code)(Java Doc)
abstract public String getParentPrototype()(Code)(Java Doc)
abstract public String getParentSlot()(Code)(Java Doc)
abstract public String getParentValue()(Code)(Java Doc)
public DataFrame relationshipChild()(Code)(Java Doc)
public DataFrame relationshipParent()(Code)(Java Doc)
public boolean resolved()(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.