Class: BELParser::Language::Version2_0::Relationships::HasMembers
- Inherits:
-
Object
- Object
- BELParser::Language::Version2_0::Relationships::HasMembers
show all
- Extended by:
- Relationship
- Defined in:
- lib/bel_parser/language/version2_0/relationships/has_members.rb
Overview
HasMembers: A hasMembers (B, C, D) - The hasMembers relationship is a special form which enables the assignment of multiple member classes in a single statement where the object of the statement is a set of abundance terms. A statement using hasMembers is exactly equivalent to multiple hasMember statements. A term may not appear in both the subject and object of a of the same hasMembers statement. For the abundance terms A, B, C and D, A hasMembers B, C, D indicates that A is defined by its member abundance classes B, C and D.
Constant Summary
collapse
- SHORT =
:hasMembers
- LONG =
:hasMembers
- DESCRIPTION =
"HasMembers: +A hasMembers (B, C, D)+ - The hasMembers\nrelationship is a special form which enables the assignment of\nmultiple member classes in a single statement where the object\nof the statement is a set of abundance terms. A statement\nusing hasMembers is exactly equivalent to multiple hasMember\nstatements. A term may not appear in both the subject and\nobject of a of the same hasMembers statement. For the abundance\nterms A, B, C and D, +A hasMembers B, C, D+ indicates that A\nis defined by its member abundance classes B, C and D.\n"
Class Method Summary
collapse
==, =~, causal?, correlative?, decreasing?, deprecated?, description, direct?, directed?, genomic?, increasing?, indirect?, injected?, listable?, long, self?, short, to_h, to_s, to_sym
Class Method Details
.description ⇒ Object
43
44
45
|
# File 'lib/bel_parser/language/version2_0/relationships/has_members.rb', line 43
def self.description
DESCRIPTION
end
|
.directed? ⇒ Boolean
47
48
49
|
# File 'lib/bel_parser/language/version2_0/relationships/has_members.rb', line 47
def self.directed?
true
end
|
.listable? ⇒ Boolean
51
52
53
|
# File 'lib/bel_parser/language/version2_0/relationships/has_members.rb', line 51
def self.listable?
true
end
|
.long ⇒ Object
39
40
41
|
# File 'lib/bel_parser/language/version2_0/relationships/has_members.rb', line 39
def self.long
LONG
end
|
.short ⇒ Object
35
36
37
|
# File 'lib/bel_parser/language/version2_0/relationships/has_members.rb', line 35
def self.short
SHORT
end
|