Browse Source

Code tidy

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11529 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 10 years ago
parent
commit
4626d529a5
  1. 3
      prism/src/explicit/ConstructModel.java

3
prism/src/explicit/ConstructModel.java

@ -204,6 +204,7 @@ public class ConstructModel extends PrismComponent
case STPG:
case SMG:
case PTA:
case LTS:
throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s");
}
}
@ -267,6 +268,7 @@ public class ConstructModel extends PrismComponent
case STPG:
case SMG:
case PTA:
case LTS:
throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s");
}
}
@ -344,6 +346,7 @@ public class ConstructModel extends PrismComponent
case STPG:
case SMG:
case PTA:
case LTS:
throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s");
}
model.setStatesList(statesList);

Loading…
Cancel
Save