Module: Chemicalml::Convention::Compchem

Extended by:
Base
Defined in:
lib/chemicalml/convention/compchem.rb,
lib/chemicalml/convention/compchem/constraints.rb,
lib/chemicalml/convention/compchem/constraints/job_must_contain_initialization.rb,
lib/chemicalml/convention/compchem/constraints/compchem_module_must_contain_job_list.rb

Overview

The CompChem convention. Constraints based on http://www.xml-cml.org/convention/compchem (archived in reference-docs/conventions/compchem.md).

Defined Under Namespace

Modules: Constraints

Constant Summary collapse

QNAME =
"convention:compchem".freeze
NAMESPACE_URI =
"#{Chemicalml::Convention::CONVENTION_NAMESPACE}compchem".freeze

Class Method Summary collapse

Methods included from Base

constraint_count, constraints, namespace_uri, qname, register, reset_constraints!, validate

Class Method Details

.namespace_uriObject



20
21
22
# File 'lib/chemicalml/convention/compchem.rb', line 20

def self.namespace_uri
  NAMESPACE_URI
end

.qnameObject



16
17
18
# File 'lib/chemicalml/convention/compchem.rb', line 16

def self.qname
  QNAME
end