19 |
=item Feature |
=item Feature |
20 |
|
|
21 |
Loads B<Feature>, B<FeatureAlias>, B<FeatureTranslation>, B<FeatureUpstream>, |
Loads B<Feature>, B<FeatureAlias>, B<FeatureTranslation>, B<FeatureUpstream>, |
22 |
B<IsLocatedIn>, B<IsBidirectionalBestHitOf>, B<FeatureLink>. |
B<IsLocatedIn>, B<FeatureLink>. |
23 |
|
|
24 |
=item Subsystem |
=item Subsystem |
25 |
|
|
26 |
Loads B<Subsystem>, B<Role>, B<SSCell>, B<Diagram>, B<ContainsFeature>, B<IsGenomeOf>, |
Loads B<Subsystem>, B<Role>, B<SSCell>, B<ContainsFeature>, B<IsGenomeOf>, |
27 |
B<IsRoleOf>, B<OccursInSubsystem>, B<ParticipatesIn>, B<HasSSCell>. |
B<IsRoleOf>, B<OccursInSubsystem>, B<ParticipatesIn>, B<HasSSCell>. |
28 |
|
|
29 |
|
=item Annotation |
30 |
|
|
31 |
|
Loads B<SproutUser>, B<UserAccess>, B<Annotation>, B<IsTargetOfAnnotation>, |
32 |
|
B<MadeAnnotation>. |
33 |
|
|
34 |
|
=item Diagram |
35 |
|
|
36 |
|
Loads B<Diagram>, B<RoleOccursIn>. |
37 |
|
|
38 |
|
=item Property |
39 |
|
|
40 |
|
Loads B<Property>, B<HasProperty>. |
41 |
|
|
42 |
|
=item BBH |
43 |
|
|
44 |
|
Loads B<IsBidirectionalBestHitOf>. |
45 |
|
|
46 |
=back |
=back |
47 |
|
|
48 |
There are two command-line options, given below. Note that in the command line, spaces |
There are two command-line options, given below. Note that in the command line, spaces |
107 |
$spl->LoadSubsystemData(); |
$spl->LoadSubsystemData(); |
108 |
} elsif ($group eq 'Property') { |
} elsif ($group eq 'Property') { |
109 |
$spl->LoadPropertyData(); |
$spl->LoadPropertyData(); |
110 |
|
} elsif ($group eq 'Diagram') { |
111 |
|
$spl->LoadDiagramData(); |
112 |
|
} elsif ($group eq 'Annotation') { |
113 |
|
$spl->LoadAnnotationData(); |
114 |
|
} elsif ($group eq 'BBH') { |
115 |
|
$spl->LoadBBHData(); |
116 |
} else { |
} else { |
117 |
Confess("Invalid group name $group."); |
Confess("Invalid group name $group."); |
118 |
} |
} |