

Public Member Functions | |
| String | getEntityPath () |
| void | setEntityPath (String entityPath) |
| String | getRelatedPath () |
| void | setRelatedPath (String relatedPath) |
| String | getConcept () |
| void | setConcept (String concept) |
| double | getMatching () |
| void | setMatching (double matching) |
Definition at line 31 of file MatchingEntity.java.
| String org.turro.matching.MatchingEntity.getConcept | ( | ) |
Implements org.turro.matching.IMatching.
Definition at line 60 of file MatchingEntity.java.
| String org.turro.matching.MatchingEntity.getEntityPath | ( | ) |
Implements org.turro.matching.IMatching.
Definition at line 40 of file MatchingEntity.java.
| double org.turro.matching.MatchingEntity.getMatching | ( | ) |
Implements org.turro.matching.IMatching.
Definition at line 70 of file MatchingEntity.java.
| String org.turro.matching.MatchingEntity.getRelatedPath | ( | ) |
Implements org.turro.matching.IMatching.
Definition at line 50 of file MatchingEntity.java.
| void org.turro.matching.MatchingEntity.setConcept | ( | String | concept | ) |
Implements org.turro.matching.IMatching.
Definition at line 65 of file MatchingEntity.java.
| void org.turro.matching.MatchingEntity.setEntityPath | ( | String | entityPath | ) |
Implements org.turro.matching.IMatching.
Definition at line 45 of file MatchingEntity.java.
| void org.turro.matching.MatchingEntity.setMatching | ( | double | matching | ) |
Implements org.turro.matching.IMatching.
Definition at line 75 of file MatchingEntity.java.
| void org.turro.matching.MatchingEntity.setRelatedPath | ( | String | relatedPath | ) |
Implements org.turro.matching.IMatching.
Definition at line 55 of file MatchingEntity.java.