BrightSide Workbench Full Report + Source Code
org.turro.valuation.NodeData Class Reference

Public Member Functions

 NodeData (boolean showBreakdown, Object object)
 
void changeState ()
 

Public Attributes

boolean showBreakdown
 
Object object
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file NodeData.java.

Constructor & Destructor Documentation

◆ NodeData()

org.turro.valuation.NodeData.NodeData ( boolean  showBreakdown,
Object  object 
)

Definition at line 30 of file NodeData.java.

30  {
32  this.object = object;
33  }

Member Function Documentation

◆ changeState()

void org.turro.valuation.NodeData.changeState ( )

Definition at line 35 of file NodeData.java.

35  {
37  }

Member Data Documentation

◆ object

Object org.turro.valuation.NodeData.object

Definition at line 28 of file NodeData.java.

◆ showBreakdown

boolean org.turro.valuation.NodeData.showBreakdown

Definition at line 27 of file NodeData.java.


The documentation for this class was generated from the following file: