de.cesr.more.measures.node
Class MCompoundNetworkInfo
java.lang.Object
de.cesr.more.measures.node.MCompoundNetworkInfo
- All Implemented Interfaces:
- MoreComboundNetworkInfo
public class MCompoundNetworkInfo
- extends Object
- implements MoreComboundNetworkInfo
- Date:
- 15.01.2010
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCompoundNetworkInfo
public MCompoundNetworkInfo(String name,
int reach)
- Parameters:
name - reach -
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)