BrightSide Workbench Full Report + Source Code
org.turro.contacts.form.AdaptToRelationType Class Reference
Inheritance diagram for org.turro.contacts.form.AdaptToRelationType:
Collaboration diagram for org.turro.contacts.form.AdaptToRelationType:

Public Member Functions

 AdaptToRelationType (Collection<? extends BusinessRelation > c)
 

Detailed Description

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

Definition at line 30 of file AdaptToRelationType.java.

Constructor & Destructor Documentation

◆ AdaptToRelationType()

org.turro.contacts.form.AdaptToRelationType.AdaptToRelationType ( Collection<? extends BusinessRelation c)

Definition at line 32 of file AdaptToRelationType.java.

32  {
33  super();
34  for(BusinessRelation relation : c) {
35  if(RelationType.matches(relation.getRelationType())) {
36  add(relation);
37  }
38  }
39  }
Here is the call graph for this function:

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