SSAGES  0.9.3
Software Suite for Advanced General Ensemble Simulations
Classes | Typedefs
Json Namespace Reference

Classes

class  AllOfRequirement
 Requires that all of a list of Requirements hold. More...
 
class  AnyOfRequirement
 Requires that at least one of a list of Requirements hold. More...
 
class  ArrayRequirement
 Array of Requirements. More...
 
class  BooleanRequirement
 Requires json value to be of type Bool. More...
 
class  DependencyRequirement
 Requires dependencies to be met. More...
 
class  EnumRequirement
 Requires entry to be member of an enum. More...
 
class  IntegerRequirement
 Requirements on Integer values. More...
 
class  NotRequirement
 Requires a given Requirement to fail. More...
 
class  NullRequirement
 Requires value to be of type Null. More...
 
class  NumberRequirement
 Requirements on a numeric value. More...
 
class  ObjectRequirement
 Requirements on an object. More...
 
class  OneOfRequirement
 Requires exactly one of a list of Requirements to hold. More...
 
class  Requirement
 Requirements on input files. More...
 
class  RequirementLoader
 Helper class to load Requirement. More...
 
class  StringRequirement
 Requirements on strings. More...
 

Typedefs

using RequireList = std::vector< std::unique_ptr< Requirement > >
 List of Requirements.
 

Detailed Description

This file is part of SSAGES - Software Suite for Advanced General Ensemble Simulations

Copyright 2016 Hythem Sidky hsidk.nosp@m.y@nd.nosp@m..edu Ben Sikora bsiko.nosp@m.ra90.nosp@m.6@gma.nosp@m.il.c.nosp@m.om

SSAGES is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SSAGES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SSAGES. If not, see http://www.gnu.org/licenses/.

This file is part of SSAGES - Software Suite for Advanced General Ensemble Simulations

Copyright 2017 Hythem Sidky hsidk.nosp@m.y@nd.nosp@m..edu

SSAGES is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SSAGES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SSAGES. If not, see http://www.gnu.org/licenses/.

This file is part of SSAGES - Software Suite for Advanced General Ensemble Simulations

Copyright 2016 Ben Sikora bsiko.nosp@m.ra90.nosp@m.6@gma.nosp@m.il.c.nosp@m.om Hythem Sidky hsidk.nosp@m.y@nd.nosp@m..edu

SSAGES is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SSAGES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SSAGES. If not, see http://www.gnu.org/licenses/.

This file has been obtained from SAPHRON - Statistical Applied PHysics through Random On-the-fly Numerics https://github.com/hsidky/SAPHRON

Copyright 2016 Hythem Sidky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.