LegalForm

esc.utils.LegalForm.LegalForm
implicit class LegalForm(nameElement: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isLegalForm: Boolean

Implicit function to check whether a string is a legal form or not.

Implicit function to check whether a string is a legal form or not.

Attributes

Returns

true if it match a legal form, otherwise false.

def toDeLegalForm: (Boolean, String)

Implicit function to check whether a string is a legal form or not.

Implicit function to check whether a string is a legal form or not.

Attributes

Returns

true if the legal form was found and the normalized legal form name. false if not found and the original nameElement string.