ConRel enum

Inheritance

Constructors

ConRel(int value)
const

Values

has_hypernym → const ConRel
const ConRel(1)
has_hyponym → const ConRel
const ConRel(2)
has_component_meronym → const ConRel
const ConRel(3)
has_component_holonym → const ConRel
const ConRel(4)
has_member_meronym → const ConRel
const ConRel(5)
has_member_holonym → const ConRel
const ConRel(6)
has_substance_meronym → const ConRel
const ConRel(7)
has_substance_holonym → const ConRel
const ConRel(8)
has_portion_meronym → const ConRel
const ConRel(9)
has_portion_holonym → const ConRel
const ConRel(10)
entails → const ConRel
const ConRel(11)
is_entailed_by → const ConRel
const ConRel(12)
const ConRel(13)
causes → const ConRel
const ConRel(14)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transitive(ConRel conRel) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ConRel>
A constant List of the values in this enum, in order of their declaration.