nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/PluginValueConstraint.html

49 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PluginValueConstraint</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>PluginValueConstraint</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
C++ class: <a href="../doxyhtml/classCPluginValueConstraint.html">CPluginValueConstraint</a>
PluginValueConstraint ::= CHOICE {
--- simple constraints for built-in types
lower VisibleString,
upper VisibleString,
range <a href="PluginValueRangeConstraint.html">PluginValueRangeConstraint</a>,
set SET OF VisibleString,
--- bioseq constraints
seq-repr SET OF INTEGER, --- segmented, raw, virtual, etc
seq-mol SET OF INTEGER, --- nucleic acid, protein, etc
seq-mol-same-type NULL,
seq-length-lower INTEGER,
seq-length-upper INTEGER,
seq-length-range <a href="PluginValueRangeConstraint.html">PluginValueRangeConstraint</a>,
seq-length-same NULL,
--- seq-entry constraints
entry-type INTEGER, --- genprod set, nucprot set, etc
--- seq-annot constraints
annot-type INTEGER, --- feature table, alignments, graphs
--- seq-feat constraints
feat-type SET OF INTEGER, --- gene, rna, user, pub, etc.
feat-subtype SET OF INTEGER, --- any recognized subtype
feat-has-product NULL, --- only features with the product flag set
--- <a href="ProjectItem.html">ProjectItem</a> constraints
project-item-type VisibleString --- the type of item available in a project item
--- this should be available either from CTypeInfo
--- or from type_info<>.
}</pre>
</body>
</html>