Header menu logo ARCTokenization

CvBase Type

Static members

Static member Description

CvBase.equals cv1 cv2

Full Usage: CvBase.equals cv1 cv2

Parameters:
    cv1 : 'a
    cv2 : 'b

Returns: bool

Returns true, if the terms of the given cv items match

cv1 : 'a
cv2 : 'b
Returns: bool

CvBase.equalsName cv1 cv2

Full Usage: CvBase.equalsName cv1 cv2

Parameters:
    cv1 : 'a
    cv2 : 'b

Returns: bool

Returns true, if the names of the given cv items match

cv1 : 'a
cv2 : 'b
Returns: bool

CvBase.equalsTerm term cv

Full Usage: CvBase.equalsTerm term cv

Parameters:
Returns: bool

Returns true, if the given term matches the term of the cv item

term : CvTerm
cv : 'a
Returns: bool

CvBase.getCvAccession cv

Full Usage: CvBase.getCvAccession cv

Parameters:
    cv : 'a

Returns: string

Returns the id of the cv item

cv : 'a
Returns: string

CvBase.getCvName cv

Full Usage: CvBase.getCvName cv

Parameters:
    cv : 'a

Returns: string

Returns the name of the cv item

cv : 'a
Returns: string

CvBase.getCvRef cv

Full Usage: CvBase.getCvRef cv

Parameters:
    cv : 'a

Returns: string

Returns the reference of the cv item

cv : 'a
Returns: string

CvBase.getTerm cv

Full Usage: CvBase.getTerm cv

Parameters:
    cv : 'a

Returns: CvTerm

Returns the full term of the cv item

cv : 'a
Returns: CvTerm

CvBase.is cv

Full Usage: CvBase.is cv

Parameters:
Returns: bool
Modifiers: inline
Type parameters: 'T

Returns true, if the given cv item can be downcast

cv : ICvBase
Returns: bool

CvBase.tryAs cv

Full Usage: CvBase.tryAs cv

Parameters:
Returns: 'T option
Modifiers: inline
Type parameters: 'T

Returns Some Value of type 'T, if the given cv item can be downcast, else returns None

cv : ICvBase
Returns: 'T option

Type something to start searching.