de.cesr.more.measures.node
Class MCompoundNetworkInfo

java.lang.Object
  extended by de.cesr.more.measures.node.MCompoundNetworkInfo
All Implemented Interfaces:
MoreComboundNetworkInfo

public class MCompoundNetworkInfo
extends Object
implements MoreComboundNetworkInfo

Date:
15.01.2010

Constructor Summary
MCompoundNetworkInfo(String name, int reach)
           
 
Method Summary
 String getPropertyName()
           
 int getReach()
          Getter of the property reach
 double getValue()
           
 void setPropertyName(String propertyName)
          Setter of the property propertyName
 void setReach(int reach)
          Setter of the property reach
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCompoundNetworkInfo

public MCompoundNetworkInfo(String name,
                            int reach)
Parameters:
name -
reach -
Method Detail

getReach

public int getReach()
Getter of the property reach

Specified by:
getReach in interface MoreComboundNetworkInfo
Returns:
reach

setReach

public void setReach(int reach)
Setter of the property reach

Parameters:
reach -

getPropertyName

public String getPropertyName()
Specified by:
getPropertyName in interface MoreComboundNetworkInfo
Returns:
name
See Also:
MoreComboundNetworkInfo.getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)
Setter of the property propertyName

Parameters:
propertyName - The propertyName to set.

getValue

public double getValue()
Specified by:
getValue in interface MoreComboundNetworkInfo
Returns:
value
See Also:
MoreComboundNetworkInfo.getValue()

setValue

public void setValue(double value)
Specified by:
setValue in interface MoreComboundNetworkInfo
See Also:
MoreComboundNetworkInfo.setValue(double)