Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

ArchimateTextfieldDefinedMetricByHawk

Kaïs CHAABOUNI edited this page Jan 22, 2019 · 8 revisions

Overview

Generic Archimate Metric. The measured value is defined by EOL query in the text field.Example of EOL query: Ex: return Concept.latest.all.size;

MeasureDiagram.png

Measure Architecture

Type : Direct Measure

Scope

Value Type Default Description
serverUrl string http://localhost:8080/thrift/hawk/tuple Hawk Server
instanceName string Hawk running instance name
repository string * Repository containing the models to query. '*' indicates to query all repositories.
defaultNamespaces string modelio://Modeliosoft.Archimate/1.0.03 Default name space to use in case model type name is present in multiple metamodels.
queryField string return Concept.latest.all.size; One line EOL query

Data Model

Value Type Description
value Double Description

Algorithms

This metric is a proxy for the Hawk tool

Clone this wiki locally