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

Files

Latest commit

author
Luis Francisco Hernández Sánchez
Feb 28, 2019
9e103be · Feb 28, 2019

History

History
25 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.29 KB

Model

This Java project which is a module of PathwayMatcher. It defines the set of classes needed to model the real entities handled in Pathway matcher.

The classes used to model the data handled are:

This classes also define the rules and logic to compare instances of this classes and decide if they are the same object.

The module also contains a set of classes that support the functionality of PathwayMatcher itself, rather than modeling biological objects:

  • InputPatterns
  • Mapping
  • MatchType
  • MessageStatus
  • Error
  • Warning