View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Operations | Constraints

Parent Package: ontology
Class ARCHETYPE_TERM
Representation of any coded entity (term or constraint) in the archetype ontology.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 code : String  --  Code of this term. 
 items : Hash<String,String>  --  Hash of keys ("text", "description" etc) and corresponding values. 


Operations
SignatureConstraintsDocumentation
 keys() : Set<String>  All keys used in this term. 

Constraints
NameExpression
code_validinv: code <> void and not code.is_empty 
keys_validinv: keys <> Void