Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wotproject #72

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
15 changes: 15 additions & 0 deletions config/network/model.ForestFire.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FOREST_FIRE_NAME = Forest Fire Model
FOREST_FIRE_NAME_LONG = ForestFire
FOREST_FIRE_NAME_SHORT = FF

FOREST_FIRE_P_NAME = Forward Burning Propability
FOREST_FIRE_P_NAME_LONG = ForwardBurning
FOREST_FIRE_P_NAME_SHORT = p

FOREST_FIRE_R_NAME = Backward Burning Ratio
FOREST_FIRE_R_NAME_LONG = BackwardRatio
FOREST_FIRE_R_NAME_SHORT = r

FOREST_FIRE_BD_NAME = Bidirectionality
FOREST_FIRE_BD_NAME_LONG = Bidirectionality
FOREST_FIRE_BD_NAME_SHORT = bd
7 changes: 7 additions & 0 deletions config/network/model.SimpleCopying.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SIMPLE_COPYING_NAME = Simple Copying Model
SIMPLE_COPYING_NAME_LONG = SimpleCopying
SIMPLE_COPYING_NAME_SHORT = SC

SIMPLE_COPYING_EPN_NAME = Edges per node
SIMPLE_COPYING_EPN_NAME_LONG = EdgesPerNode
SIMPLE_COPYING_EPN_NAME_SHORT = epn
26 changes: 23 additions & 3 deletions config/network/model.WoTModel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,29 @@ WOTMODEL_NAME = Web of Trust Model
WOTMODEL_NAME_LONG = WoT Model
WOTMODEL_NAME_SHORT = WoT Model

WOTMODEL_ALPHA1_NAME = a1
WOTMODEL_ALPHA1_NAME_LONG = a1
WOTMODEL_ALPHA1_NAME_SHORT = a1
WOTMODEL_BETA1_NAME = b1
WOTMODEL_BETA1_NAME_LONG = b1
WOTMODEL_BETA1_NAME_SHORT = b1

WOTMODEL_CC_NAME = cC
WOTMODEL_CC_NAME_LONG = cC
WOTMODEL_CC_NAME_SHORT = cC

WOTMODEL_CEXP_NAME = cExp
WOTMODEL_CEXP_NAME_LONG = cExp
WOTMODEL_CEXP_NAME_SHORT = cExp

WOTMODEL_CMIN_NAME = cMin
WOTMODEL_CMIN_NAME_LONG = cMin
WOTMODEL_CMIN_NAME_SHORT = cMin

WOTMODEL_CMAX_NAME = cMax
WOTMODEL_CEAX_NAME_LONG = cMax
WOTMODEL_CMAX_NAME_SHORT = cMax

WOTMODEL_CD_NAME = cd
WOTMODEL_CD_NAME_LONG = cd
WOTMODEL_CD_NAME_SHORT = cd


WOTMODEL_ALPHA2_NAME = a2
Expand Down
3 changes: 3 additions & 0 deletions config/network/model.WoTModelGrowth.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WOTGROWTHMODEL_NAME = Web of Trust Growth Model
WOTGROWTHMODEL_NAME_LONG = WoT Growth Model
WOTGROWTHMODEL_NAME_SHORT = WoT G Model
3 changes: 3 additions & 0 deletions config/network/model.pgpmodel.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PGPMODEL_NAME = PGP Model
PGPMODEL_NAME_LONG = PGP Model
PGPMODEL_NAME_SHORT = PGP Model
Loading