Abstract TermGenerator object, responsible for automatic generation of terms
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
|
type(MatTermContainer), | private, | allocatable, dimension(:) | :: | implicitTerms | |||
type(TermContainer), | private, | allocatable, dimension(:) | :: | generalTerms | |||
character(len=:), | private, | allocatable | :: | generatorPrefix |
Getter for userDefined
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object), | intent(in) | :: | this |
Set userDefined to .true.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object), | intent(inout) | :: | this |
Set userDefined to .false.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object), | intent(inout) | :: | this |
Move allocation of impTerms to this%implicitTerms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(inout) | :: | this | |||
type(MatTermContainer), | intent(inout), | allocatable, dimension(:) | :: | impTerms |
Move allocation of genTerms to this%generalTerms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(inout) | :: | this | |||
type(TermContainer), | intent(inout), | allocatable, dimension(:) | :: | genTerms |
Set prefix for added term names
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | prefix |
Get size of this%implicitTerms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(in) | :: | this |
Get size of this%generalTerms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(in) | :: | this |
Get size of this%generalTerms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(in) | :: | this |
Move terms to modelObj
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(inout) | :: | this | |||
class(Model), | intent(inout) | :: | modelObj | |||
type(IntArray), | intent(in), | optional, | dimension(:) | :: | impTermImpGroups | |
type(IntArray), | intent(in), | optional, | dimension(:) | :: | impTermGenGroups | |
type(IntArray), | intent(in), | optional, | dimension(:) | :: | genTermGroups |
Abstract routine for generating terms
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TermGenerator), | intent(inout) | :: | this | |||
class(ModelboundData), | intent(in), | optional | :: | mbData |