|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.ecosim.agents.serviceproviders.innovation.Innovation
public abstract class Innovation
This class represents the innovations of our economy.
Field Summary | |
---|---|
static int |
NETEFFADDING
A static variable for services with network effects |
protected double |
neteffect
The network effect of the innovation. |
protected double |
value
The direct value of the innovation |
static int |
VALUEADDING
A static variable for "value adding" services |
Constructor Summary | |
---|---|
Innovation()
The basic constructor of an innovation. |
Method Summary | |
---|---|
double |
getNetEffect()
Method to be used if the innovation produces network effects |
abstract int |
getType()
Method to get the type of innovation this is |
java.lang.String |
getUniqueID()
Method to get the unique ID of the innovation |
double |
getValueAdd()
Method to be used if the innovation produces direct value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUEADDING
public static final int NETEFFADDING
protected double neteffect
protected double value
Constructor Detail |
---|
public Innovation()
Method Detail |
---|
public double getNetEffect()
public abstract int getType()
public java.lang.String getUniqueID()
public double getValueAdd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |