|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectevaluation.comparison.ComplexMappings
public class ComplexMappings
Represents a list of mappings between complexes of two complex sets.
Result of the mapping methods in ComplexSetComparison
.
ComplexMapping
Constructor Summary | |
---|---|
ComplexMappings(ComplexSet setA,
ComplexSet setB,
List<ComplexMapping> mappings)
Creates a new set of complex mappings. |
Method Summary | |
---|---|
List<Integer> |
getNonMappedComplexesA()
Returns the indices of all complexes of set A which are not mapped in this mapping set |
List<Integer> |
getNonMappedComplexesB()
Returns the indices of all complexes of set B which are not mapped in this mapping set |
ComplexSet |
getSetA()
Returns the first complex set involved in this mapping set. |
ComplexSet |
getSetB()
Returns the second complex set involved in this mapping set. |
Iterator<ComplexMapping> |
iterator()
Returns an iterator over the ComplexMapping objects int this list |
int |
size()
Returns the number of mappings in this mapping set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexMappings(ComplexSet setA, ComplexSet setB, List<ComplexMapping> mappings)
setA
- first complex setsetB
- second complex setmappings
- list of mappingsMethod Detail |
---|
public ComplexSet getSetA()
public ComplexSet getSetB()
public Iterator<ComplexMapping> iterator()
ComplexMapping
objects int this list
iterator
in interface Iterable<ComplexMapping>
public List<Integer> getNonMappedComplexesA()
public List<Integer> getNonMappedComplexesB()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |