BrightSide Workbench Full Report + Source Code
org.turro.matching.IMatching Interface Reference
Inheritance diagram for org.turro.matching.IMatching:

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 value)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file IMatching.java.

Member Function Documentation

◆ getConcept()

String org.turro.matching.IMatching.getConcept ( )

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

◆ getEntityPath()

String org.turro.matching.IMatching.getEntityPath ( )

◆ getMatching()

double org.turro.matching.IMatching.getMatching ( )

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

◆ getRelatedPath()

String org.turro.matching.IMatching.getRelatedPath ( )

◆ setConcept()

void org.turro.matching.IMatching.setConcept ( String  concept)

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

◆ setEntityPath()

void org.turro.matching.IMatching.setEntityPath ( String  entityPath)

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

◆ setMatching()

void org.turro.matching.IMatching.setMatching ( double  value)

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

◆ setRelatedPath()

void org.turro.matching.IMatching.setRelatedPath ( String  relatedPath)

Implemented in org.turro.matching.GenericMatching, and org.turro.matching.MatchingEntity.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: