subclasses.wrm
Class SUBCLASS_NAME Hidden or Visible Is_a_subclass_of CLASS_NAME Filter TAG_Name
This TAG should be included in the parent class.
In Filter line, AND, OR, and NOT evaluation are available.
Data Format
Example 1 : A Class " Protein_Synonym ", which is a subclass of a class "Molecule", includes objects with both TAG:Protein and TAG:Synonym.
Class Protein_Synonym Hidden Is_a_subclass_of Molecule Filter "Protein AND Synonym"In this case, tags "Synonym" and "Protein" should be included in the class "Molecule".
Class Protein_Name Visible Is_a_subclass_of Molecule Filter "Protein AND NOT Synonym"
Takako Igarashi, taka@nihs.go.jp, 1997 Aug. 6.