object
Entity and entity predicates documentation score.
Paulo Moura
0.7
2017/12/31
static, context_switching_calls
public code_metrics_utilities
public code_metric
Relative weight between entity documentation and predicates documentation in percentage. The sum of the two values must be equal to 100.
dynamic, multifile
entity_predicates_weights_hook(EntityWeight,PredicatesWeight)
entity_predicates_weights_hook(?integer,?integer) – zero_or_one
Maximum score for entity info/1 directives.
dynamic, multifile
entity_info_score_hook(Entity,MaximumScore)
entity_info_score_hook(?term,?integer) – zero_or_one
Score for relevant entity info/1 directive pairs. If defined, the entity_info_score_hook/2 predicate should be defined accordingly.
dynamic, multifile
entity_info_pair_score_hook(Pair,Entity,Score)
entity_info_pair_score_hook(?callable,?term,?integer) – zero_or_more
Maximum score for predicate mode/2 directives.
dynamic, multifile
predicate_mode_score_hook(Entity,Predicate,MaximumScore)
predicate_mode_score_hook(?term,?term,?integer) – zero_or_more
Score for a predicate mode/2 directive. If defined, the predicate_mode_score_hook/3 predicate should be defined accordingly.
dynamic, multifile
predicate_mode_score_hook(Template,Solutions,Entity,Predicate,Score)
predicate_mode_score_hook(?term,?term,?term,?term,?integer) – zero_or_one
Maximum score for predicate info/2 directives.
dynamic, multifile
predicate_info_score_hook(Entity,Predicate,MaximumScore)
predicate_info_score_hook(?term,?term,?integer) – zero_or_one
Score for a predicate info/2 directive pairs. If defined, the predicate_info_score_hook/3 predicate should be defined accordingly.
dynamic, multifile
predicate_info_pair_score_hook(Pair,Entity,Predicate,Score)
predicate_info_pair_score_hook(?callable,?term,?term,?integer) – zero_or_more
(see related entities)
(see related entities)