Tuesday, September 24, 2013

Special Features of GOMA Modeling

In my previous posts I mentioned a new methodology to model goal-oriented management systems. It is being actively developed today. The reasons to start creating it became the new goal-oriented approach, and, consequently, the new demands that appeared in front of us. As we can see, the focus of modern automation is moving from the simple execution of a sequence of functions toward the achievement of non-trivial business goals. There are needs for wider, more comprehensive automation. Of course, all classical modeling methods can still be applied, but our small experience shows that the modeling of goal-oriented systems using classical methods can be quite hard.

Problems start immediately with the goal meaning, which in many classic methodologies is missing completely. For GOMA it is absolutely crucial and, to work around this problem, we have to introduce special tweaks and bend standard notation to correctly describe a system in our desired terms. Such work looks more like torture than modeling.

It became clear that the requirements for modern modeling methodologies are significantly higher today than a decade ago. The Systems scale of comprehensive automation increases the complexity of models a lot. Today, the size of models is reaching thousands of elements with tens of thousands of relations. Modeling complexity increases exponentially. And, if yesterday modeling using classical methods was not an easy task, tomorrow it may become completely impossible.

Besides the presence of explicit goals, GOMA modeling differs from classical methods in many other ways. Here are just few of those:

  • Specialization in automation of multi-level socio-economical management systems. Many methodologies used today were created to solve specific problems. IDEF/SADT, for instance, was created for the functional analysis of large business systems. RUP/UML initially was focused on the design of object-oriented software. That is a more general problem than management automation. A computer game, for example, is a piece of software that can be described using UML, but it is not a management automation system. There is also SysML, a slightly twisted version of UML, which is marketed as a system analysis tool. However, it didn’t go far from it’s predecessor. BPML is focused on business processes and is almost entirely ignorant about goals, which the processes shall achieve. There are methodologies created to model automation in technical systems like SCADA, but they are too low-level to describe multi-level socio-economical systems full of fuzzy human interactions. The list goes on and on.

The key differentiator of GOMA modeling is in its focus on management automation. The terms used in GOMA models are management automation terms. They naturally fit the problem domain and were not pulled from other areas. In GOMA modeling, the world consists of Elements that are in Relations to each other (system theory approach). Elements can form a management System and start playing specific management Roles (human--a worker, client, or supplier; Hummer--a product or tool; and so on). System management is done via execution of management Functions. The work of the functions is determined by input and output Information Flows (or just Information). Automation is done by the integration of various Components into Management Automation Systems. The Components are responsible for the execution of Management Functions and the enhancement or replacement of manual work of Decision Makers. As you can see, there are no such abstract things like classes, actors, use cases, and other abstractions, which are quite far from real life.

  • Scaling. Scaling is the ability to change the level of abstractions from a higher-level description of entire organization down to a low-level description of individual workers and elements. To scale up, models shall become more inclusive and minor details shall disappear. To scale down, models shall be restricted to a smaller area and show it with fine-granular details. While changing abstraction levels, all external relations between a scaled part of the model and the rest shall be preserved.

In existing methodologies scaling is either not possible, or supported only by one main dimension. For instance, the IDEF0 model is focused on functional description and allows to easily enlarge or break down functional blocks. UML is focused on software and allows to enlarge or break down software implementation using packages and components. However, scaling by other modeling dimensions is nearly possible.

In GOMA, modeling scalability is possible by the following supported modeling dimensions:
    • Scaling of system and environment structure is supported via context hierarchy.
    • Scaling of element roles is done via hierarchical group roles. One such role represents a “superhuman” who can do the work of an entire organization, department or group, depending on selected abstraction level.
    • Functional scaling is done via functional groups, which represent coarse-granular functional blocks, similar to IDEF0.
    • Information scaling is done through information hierarchies. Goals are broken down into subgoals. Basic facts (observations) are aggregated into higher-level facts (interpretations).
    • And, finally, scaling of automation, similar to the real world, is done as a hierarchical decomposition of automation systems into subsystems and then down to elementary components.

  • Synthesis - matching the model to the real world. Analysis, performed in system modeling, forces us to simplify and break down complex things into much smaller and simpler abstractions. However, with that simplification we can often miss something important or unintentionally distort the reality. If an incorrect model goes into development it results in a poor automation system. We can constantly see many big or small failures that have their root cause in poor models. To avoid that, before developing something we shall take our model and recreate a whole from abstract pieces. Then we shall see how it matches the reality. If there is a discrepancy, we shall fix it and try it again. That operation is called Synthesis and is the opposite to Analysis. To do that, GOMA modeling has few interesting capabilities:
    • Synthesis of system structure is performed through assignment of responsibilities/roles to elements in a real system. That way we can show how one logical system structure can accommodate multiple physical structures.
    • Synthesis of management functions can be done using the OODA Loop model. Work of any Active Element can be considered as information processing in 4 distinct states: Observe, Orient, Decide, Act.
    • Synthesis of management goals is performed through linking individual goals to their higher-level organization goals. Then we can match higher-level goals in our model to the real business goals and objectives of the modeled organization.

  • Verification. The larger and more complex a model, the more important it is to verify and easily correct it. If the verification is not supported by the methodology, then automation can’t help. In that case the verification process depends entirely on human skills and judgement. This is the main factor of fast growth in modeling complexity. When the number of model elements is within a few tens, manual verification is quite simple. When numbers go up to a few hundreds, that work requires a significant amount of effort. For models with thousands of elements, manual verification within a practical time-frame is nearly possible, and there is a big chance of critical mistakes.

Unfortunately, classical methodologies have serious issues with verifications. In many cases it is limited to simple checks for cycle references and the presence or absence of specific references or properties. There are nearly no formal ways to verify models from a meaning/semantic point of view.

In GOMA modeling, besides simple structural checks, there are many semantic verifications. Here are just few of those:
  • Verification of goal breakdown completeness, performed top-to-bottom -- check all subgoals listed for a goal
  • Verification of goal breakdown completeness, performed bottom-up -- check all super-goals mentioned for a specific goal
  • Verification of function breakdown completeness, performed top-to-bottom and bottom-up
  • Verification of function breakdown completeness, performed using OODA Loop -- check planned actions, check interpretation facts that are required to formulate goals and plans, check elementary observations used to formulate interpretations
  • Verification of correspondence between information flows and functions and vis versa -- check that each function (except Act) produces at least 1 information flow, check that each function (except observation) consumes at least 1 information flow, check that each information flow is consumed and produced by at least 1 function
  • Verification of information interdependencies -- to formulate goals there must be super-goals and facts, facts must be based on elementary observations, goals must lead to actions
  • Active elements must be responsible for reaching specific goals -- must contribute to overall organization achievements, perform their OODA Loop and all functions associated with it, obtain and generate all necessary information flows, and so on

  • Completeness. If we list everything that a real management system consists of, we can get the following:
    • Elements to compose a system and environment (The elements can produce and consume information, act as destinations for actions, and may have relations with each other.)
    • Functions executed by management system in order to perform its work and achieve organizational goals
    • Data, or information, used by a management system to function, and…
    • Automations required to enhance or replace manual work of human decision makers (The automations can represent a newly developed management automation system, or existing systems which our system shall integrate with.)

If we compare existing methodologies by their completeness, we can see that not all of them are able to represent the entire system. For example, the popular SADT includes only two models -- one for activity (functions) and one for data (information). In the world structure, automation tools are not completely represented . Only few methodologies, mostly those which are based on UML, can considered as “complete.”

GOMA models contain not only all required elements but also all possible relations between them--links between elements, data, functions, elements and data, data and functions, and so on.

  • Clarity. As it was mentioned above, GOMA uses terminology that naturally represents the management automation. The modeler doesn’t need to think hard to figure out what class, object, actor, or use case, for example, shall be used in his model. Information, element, function, automation--that’s the list of key terms used in GOMA models. As we can see, they perfectly match everything that automation specialists have to deal with. The naturalness of GOMA concepts is the key to clarity and ease of understanding not just for analysts but, especially, for model users.

On the other hand, there is a modeled domain with its own special terminology. Sometimes terms used in those domains may be unknown to automation specialists. Or even worse, they may not have a standard meaning, and can be interpreted by different people differently. Obviously, situations like that often lead to a mess. Digging through such models becomes an extremely difficult and unpleasant task. Pretty soon they turn into expensive piles of paper or garbage on a computer disk.

In GOMA modeling there is a special conceptual or semantic model, which describes all key concepts, terms, what they mean, and how they relate to each other and other model elements. In GOMA, any modeling process starts from a glossary definition and semantic structure.

  • Tooling. The majority of modeling methodologies used today are relatively old. They were created primarily for manual modeling, and automation tools were developed after the fact. That approach introduced serious limitations into the modeling process. First of all, there is a practical limit that any paper model can have. Second, old modeling techniques were not optimized for computer processing. Because of that, the models tend to be small and ugly, and the computerized modeling process is inconvenient and limited. Automation of manual modeling methodology cannot solve all fundamental problems there.

Since the beginning, GOMA modeling was created for automated tooling. One GOMA modeling tool is being developed in parallel with the methodology with the methodology and tool influencing each other. It even reaches the point of being unclear with what is primary and what is secondary. Manual modeling, of course, is possible in GOMA. However, besides just academical interest, it is not considered from practical point of view.

GOMA modeling probably has more features that are worth mentioning here. If something else comes up, I will definitely write about it in my next posts. So...watch the blog and keep reading.

See you later!

32 comments:

  1. Nice blog. Thank you for sharing. The information you shared is very effective for learners I have got some important suggestions from it.Best Embedded Systems Training in Chennai | C & C++ Training Institute in Chennai | No.1 Embedded Training in Chennai

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Wow, superb blog structure! How lengthy have you been blogging for? you made blogging glance easy. The entire glance of your website is magnificent, as neatly as the content material! Excellent Photoshop Training Institute in Chennai | Best Multimedia Training Institute in Velachery

    ReplyDelete
  4. The best thing is that your blog really informative thanks for your great information! I have got some important suggestions from it. Multimedia Technical Boot Camp in Chennai | Best Vacation Class in Guindy

    ReplyDelete
  5. Ругулярное пополенение на ресурсе позволит Вам следить за крутыми модными пополенениями нашего интернет-магазина, найти то, что вам нужно и постоянно быть в курсе самых новых тенденций моды. В магазине ты обнаружишь классные современные сумлочки из настоящей кожи различных цветов на любой вкус. У нас женские сумки из кожи также вы сможете выбрать сумочку люксового формата или повседневную, сумки на кожаном ремне или цепии еще купить сумку из кожи для повседневных или деловых бизнес встреч.

    ReplyDelete
  6. Природные катаклизмы или ритуальные жертвоприношения со временем обосновали точное интерпретацию обнаруженного. Важнейшие средства гадания образовались тысячелетия тому назад до нашей эры. Гадание двойняшки онлайн значится максимально точным действием определить судьбу человека.

    ReplyDelete
  7. Солидный и проверенный продавец всегда сможет предложить многочисленный ассортимент керамического покрытия для ванной. Бренд Сотни.ру продает geotiles купить уже свыше 10 лет.

    ReplyDelete
  8. Забронировать требуемую сумму на карточный счет на удивление просто. Онлайн займ через систему контакт – это надежный вариант взять наличность в минимальные сроки. Топовый сайт выбора коммерческих продуктов разрешает получить необходимый займ.

    ReplyDelete
  9. Комплекс операций, направленных на предвидение будущего, называют гадание. Сверхъестественные силы и многообразные условия ворожения научно не доказаны, при том различные люди верят в это. Таролог отзывы - это надежный порядок узнать судьбу с применением разнообразных атрибутов и методов.

    ReplyDelete
  10. Пройдите регистрацию на платформе и увидите приятные вознаграждения в учетной записи. Дополнительный счет даст возможность сгрести много бабок. Важно не забывать, что проект казино х казино онлайн официальный предлагает своим пользователям специальные бонусы.

    ReplyDelete
  11. Развитие современных технологий позволяет интерактивным сайтам конкретно оптимизировать предлагаемые сервисы. Интернет-игры обрели существенную распространенность по всему миру. Казино х сайт – воспользуйтесь преимуществом защищенной игры и заработайте существенные бабки.

    ReplyDelete
  12. Только лишь на портале casino mister bit клиенты очень просто скачают любимую интерактивную игрушку для развлечений. Приходя в интерактивный клуб, пользователь может окунуться в незабываемые авантюры. Играться в группе единомышленников в значительной степени увлекательнее, чем сам по себе дома.

    ReplyDelete
  13. Множество узоров и размеров. Ценовой диапазон плитки тоже отличается. Кафель плитка porto rose dual gres изготавливают в большом количестве, а всякая контора стремится выставить свой неповторимый проект.

    ReplyDelete
  14. Вот ещё несколько главных приоритетов http://environmental-physiology-research.hk/home.php?mod=space&uid=51478, которыми обладает керамическая плитка. Керамогранит делают исключительно из природных исходников. Керамику возможно монтировать в залах заведений общественного питания, в школах и дошкольных учебных заведениях. Нетоксический материал, совершенно безопасен для проживающих.

    ReplyDelete
  15. Сосредоточьтесь не только на керамической плитке иностранного производства, но и на наши виды. Выбирая качественный стройматериал как например http://portal.prolisok.org/index.php?subaction=userinfo&user=axonige в любом случае придется рассмотреть множественное количество материалов. Керамическая превосходно подойдет к каждому интерьеру. Оптимальный выбор настенного покрытия способен облагородить каждую кухню или санузел.

    ReplyDelete
  16. Доставка выполняется как раз на дату заказа. Купить дары моря http://wiki.schellackplatten-forum.de/index.php?title=%D0%9F%D1%80%D0%B8%D0%BE%D0%B1%D1%80%D0%B5%D1%82%D0%B0%D0%B9%D1%82%D0%B5%20%D0%BC%D0%BE%D0%BB%D0%BB%D1%8E%D1%81%D0%BA%D0%BE%D0%B2%20%D1%83%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%B5%D0%BD%D0%BD%D1%8B%D1%85%20%D0%BF%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D1%89%D0%B8%D0%BA%D0%BE%D0%B2%20%D0%B2%20%D0%BB%D1%83%D1%87%D1%88%D0%B5%D0%BC%20%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%D0%B5%20%D0%B4%D0%B0%D1%80%D0%BE%D0%B2%20%D0%BC%D0%BE%D1%80%D1%8F%20%C2%AB%D0%9A%D1%80%D0%B0%D1%81%D0%BD%D1%8B%D0%B9%20%D0%B6%D0%B5%D0%BC%D1%87%D1%83%D0%B3%C2%BB можно в розницу или мелким оптом. С целью оформления заказа на морепродукты в соответствующем числе необходимо обратиться к менеджеру или оформить удаленный заказ именно на сайте «Красный жемчуг».

    ReplyDelete
  17. Любит ли меня мужчина гадание на картах Таро позволяет увидеть, что вас ждет в ближайшем времени. Попытка рассмотреть грядущие явления непрерывно манил человека. Всякий мечтает предугадать свое будущее и воспринимает определенные способы ворожбы более действенными.

    ReplyDelete
  18. Really an amazing blog with useful information you have shared. Thanks for sharing such an nice article..
    Final Year Project Center in Chennai | Final Year Projects in Velachery

    ReplyDelete
  19. I am really happy to read your blog. Your article is awesome with impressive content. Keep updating..
    IELTS Test Center in Chennai | IELTS Test Center in Velachery

    ReplyDelete
  20. Nice post... Really you are done a wonderful job. Thanks for sharing such wonderful information with us. Please keep on updating...
    MBA Project Center in Chennai | MBA Projects in Velachery

    ReplyDelete
  21. "I visited your blog you have shared amazing information, i really like the information provided by you, You have done a great work. I appreciate your work.
    Thanks"

    ReplyDelete
  22. Alltechzsolutions Pvt ltd java Full Stack Developer Training in Chennai
    Technology is growing a rapid pace. In such a situation, developers can no longer be complacent with developing, but should catch up with the cropping trends in web development in a regular basis. They have to keep updating their skills from ground level from designing to the actual deployment. This ongoing course of action gives way to a new role of developers known as Full Stack Developers.
    Being advanced development professionals, full stack developers are capable of framing and building challenging and appealing websites and applications. They are multi-talented professionals who have proficiency in working on all the aspects of development ranging from front end to backend. They also take care of database and can even move towards dealing with debugging and testing applications. Do you want to a well qualified Full Stack professional? Then it’s time to enroll in Chennai's Best JAVA Full Stack Training Institute.Alltechzsolutions Here you will learn all the important concepts from the scratch.We offer both offline and online courses with well experienced Trainers

    ReplyDelete
  23. Alltechzsolutions provides 100% real-time, practical and placement focused CCNA training in Chennai. Our CCNA course concentrates from basic level training to advanced level training. Our CCNA® training in completely focused to get placement in MNC in Chennai and certification on CCNA after completion of our course. Our team of CCNA trainers are CCNA certified professionals with more real-time experience in live projects. Our CCNA® Course syllabus is enough for anyone who wants to get CCNA certification which meets industry expectations. In our course plan, you will learn Networking concepts,OSI – Model,TCP/IP Model & Ipv4 Addressing, with practical exercises and live examples.Alltechzsolutions offer both off line and online courses.

    ReplyDelete