|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.evaluation.comparison.ComplexMapping
public class ComplexMapping
Represents a mapping between two complexes. These mappings are collected
in ComplexMappings
objects generated by the mapping methods of
ComplexSetComparison
.
Constructor Summary | |
---|---|
ComplexMapping(int complexInA,
int complexInB,
int overlap)
Creates a new complex mapping. |
Method Summary | |
---|---|
int |
getComplexInA()
Returns the complex in complex set A of this mapping. |
int |
getComplexInB()
Returns the complex in complex set B of this mapping. |
int |
getOverlap()
Gets the overlap between the two complexes in this mapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexMapping(int complexInA, int complexInB, int overlap)
complexInA
- index of complex in first setcomplexInB
- index of complex in second setoverlap
- overlap of the two complexesMethod Detail |
---|
public int getComplexInA()
public int getComplexInB()
public int getOverlap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |