class BELParser::Language::Version1_0::Relationships::HasComponents
HasComponents: +A hasComponents (B, C, D)+ - The hasComponents relationship is a special form which enables the assignment of multiple complex components in a single statement where the object of the statement is a set of abundance terms. A statement using hasComponents is exactly equivalent to multiple hasComponent statements. A term may not appear in both the subject and object of the same hasComponents statement. For the abundance terms A, B, C and D, +A hasComponents B, C, D+ indicates that A has components B, C and D.
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
description()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 43 def self.description DESCRIPTION end
direct?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 47 def self.direct? true end
directed?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 51 def self.directed? true end
listable?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 55 def self.listable? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 39 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_components.rb, line 35 def self.short SHORT end