Java Doc for Perturbation.java in  » Science » Cougaar12_4 » org » cougaar » mlm » plugin » perturbation » 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.mlm.plugin.perturbation 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.cougaar.mlm.plugin.perturbation.Perturbation

Perturbation
public class Perturbation implements Runnable(Code)
The Perturbation class is a container for the perturbation data, as well as the methods needed to perform the perturbation of the desires asset(s).


Field Summary
final public static  StringAGGREGATE_ASSET_CLASS
    
final public static  StringASSET_CLASS
    
final public static  StringASSET_ID_PROPERTY
    
final public static  StringBOOLEAN
    
final public static  StringEND_DATE
    
final public static  StringFIELD
    
final public static  StringGET_PREFIX
    
final public static  StringITEM_ID
    
final public static  StringJOB
    
final public static  StringMODIFY
    
final public static  StringOBJECT
    
final public static  StringOBJECT_SUFFIX
    
final public static  StringOPLAN_ID_PROPERTY
    
final public static  StringPROPERTY
    
final public static  StringQUANTITY
    
final public static  StringREMOVE
    
final public static  StringSET_PREFIX
    
final public static  StringSTART_DATE
    
final public static  StringSTRING
    
final public static  StringTYPE
    
final public static  StringUIC
    
final public static  StringVALUE
    
final public static  StringVALUE_TYPE
    

Constructor Summary
public  Perturbation(Node perturbationData, PerturbationPlugin pertPlugin)
    

Method Summary
public  StringgetEndDate()
     Returns the new end date of the asset's available schedule.
public  StringgetField()
     Returns the property field to be perturbed.
public  StringgetItemId()
     Returns the ItemIdentification.
public  StringgetObjectType()
     Returns the object type.
public  StringgetProperty()
     Returns the asset property to be perturbed.
public  StringgetStartDate()
     Returns the new start_date of the asset's available schedule.
public  StringgetType()
     Returns the TYPE of Perturbation.
public  StringgetUIC()
     Returns the Unique Identification Code.
public  StringgetValue()
     Returns the field value to be modified.
public  StringgetValueType()
     Returns the value type of the field to be modified.
public  voidparseData(Node node)
     Parses the Perturbation data contained in the XML Node.
public synchronized  voidrun()
     Runs the Perturbation.
public  voidsetAssets(Vector assets)
     Sets the list of assets.
public  voidsetEndDate(String theValue)
     Sets the new end_date for the asset's available schedule.
public  voidsetField(String theField)
     Sets the property field to be perturbed.
public  voidsetItemId(String theItemId)
     Sets the ItemId.
public  voidsetObjectType(String theObjType)
     Sets the Object Type.
public  voidsetProperty(String theProperty)
     Sets the asset property to be perturbed.
public  voidsetStartDate(String theValue)
     Sets the new start_date for the asset's available schedule.
public  voidsetSubscriber(Subscriber assetSubscriber)
     Sets the asset subscriber.
public  voidsetType(String theType)
     Sets the Type of Perturbation.
Parameters:
  theType - Type of Perturbation (i.e.
public  voidsetUIC(String theUIC)
     Sets the Unique Identification Code.
public  voidsetValue(String theValue)
     Sets the field value to be modified.
public  voidsetValueType(String theValueType)
     Sets the value type of the field to be modified.

Field Detail
AGGREGATE_ASSET_CLASS
final public static String AGGREGATE_ASSET_CLASS(Code)



ASSET_CLASS
final public static String ASSET_CLASS(Code)



ASSET_ID_PROPERTY
final public static String ASSET_ID_PROPERTY(Code)



BOOLEAN
final public static String BOOLEAN(Code)



END_DATE
final public static String END_DATE(Code)



FIELD
final public static String FIELD(Code)



GET_PREFIX
final public static String GET_PREFIX(Code)



ITEM_ID
final public static String ITEM_ID(Code)



JOB
final public static String JOB(Code)



MODIFY
final public static String MODIFY(Code)



OBJECT
final public static String OBJECT(Code)



OBJECT_SUFFIX
final public static String OBJECT_SUFFIX(Code)



OPLAN_ID_PROPERTY
final public static String OPLAN_ID_PROPERTY(Code)



PROPERTY
final public static String PROPERTY(Code)



QUANTITY
final public static String QUANTITY(Code)



REMOVE
final public static String REMOVE(Code)



SET_PREFIX
final public static String SET_PREFIX(Code)



START_DATE
final public static String START_DATE(Code)



STRING
final public static String STRING(Code)



TYPE
final public static String TYPE(Code)



UIC
final public static String UIC(Code)



VALUE
final public static String VALUE(Code)



VALUE_TYPE
final public static String VALUE_TYPE(Code)




Constructor Detail
Perturbation
public Perturbation(Node perturbationData, PerturbationPlugin pertPlugin)(Code)

Parameters:
  perturbationData - XML Perturbation Data Node




Method Detail
getEndDate
public String getEndDate()(Code)
Returns the new end date of the asset's available schedule.



getField
public String getField()(Code)
Returns the property field to be perturbed.



getItemId
public String getItemId()(Code)
Returns the ItemIdentification.



getObjectType
public String getObjectType()(Code)
Returns the object type.



getProperty
public String getProperty()(Code)
Returns the asset property to be perturbed.



getStartDate
public String getStartDate()(Code)
Returns the new start_date of the asset's available schedule.



getType
public String getType()(Code)
Returns the TYPE of Perturbation.



getUIC
public String getUIC()(Code)
Returns the Unique Identification Code.



getValue
public String getValue()(Code)
Returns the field value to be modified.



getValueType
public String getValueType()(Code)
Returns the value type of the field to be modified.



parseData
public void parseData(Node node)(Code)
Parses the Perturbation data contained in the XML Node.
Parameters:
  node - XML Perturbation Data Node.



run
public synchronized void run()(Code)
Runs the Perturbation.



setAssets
public void setAssets(Vector assets)(Code)
Sets the list of assets.
Parameters:
  assets - List of assets.



setEndDate
public void setEndDate(String theValue)(Code)
Sets the new end_date for the asset's available schedule.
Parameters:
  theValue - A String representation of the new end_date.



setField
public void setField(String theField)(Code)
Sets the property field to be perturbed.
Parameters:
  theField - The property field to be perturbed.



setItemId
public void setItemId(String theItemId)(Code)
Sets the ItemId.
Parameters:
  theItemId - the ItemIndentification



setObjectType
public void setObjectType(String theObjType)(Code)
Sets the Object Type.
Parameters:
  theObjType - The type of object to be perturbed.



setProperty
public void setProperty(String theProperty)(Code)
Sets the asset property to be perturbed.
Parameters:
  theProperty - The asset property to be perturbed.



setStartDate
public void setStartDate(String theValue)(Code)
Sets the new start_date for the asset's available schedule.
Parameters:
  theValue - A String representation of the new start_date.



setSubscriber
public void setSubscriber(Subscriber assetSubscriber)(Code)
Sets the asset subscriber.
Parameters:
  assetSubscriber - Subscriber to the Assets



setType
public void setType(String theType)(Code)
Sets the Type of Perturbation.
Parameters:
  theType - Type of Perturbation (i.e. Modify, Remove )



setUIC
public void setUIC(String theUIC)(Code)
Sets the Unique Identification Code.
Parameters:
  theUIC - The Unique Identification Code



setValue
public void setValue(String theValue)(Code)
Sets the field value to be modified.
Parameters:
  theValue - The field value to be modified.



setValueType
public void setValueType(String theValueType)(Code)
Sets the value type of the field to be modified.
Parameters:
  theValueType - The value type of the field to be modified.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.