algorithm.matching
Class PossibleMatching

java.lang.Object
  extended by algorithm.matching.PossibleMatching

public class PossibleMatching
extends java.lang.Object

Store information about possible matchings.


Field Summary
private  double matchingcost
           
private  SkeletonNode sn1
           
private  SkeletonNode sn2
           
 
Constructor Summary
PossibleMatching(SkeletonNode sn1, SkeletonNode sn2, double matchingcost)
           
 
Method Summary
 double getMatchingcost()
           
 SkeletonNode getSn1()
           
 SkeletonNode getSn2()
           
 void setMatchingcost(double matchingcost)
           
 void setSn1(SkeletonNode sn1)
           
 void setSn2(SkeletonNode sn2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sn1

private SkeletonNode sn1

sn2

private SkeletonNode sn2

matchingcost

private double matchingcost
Constructor Detail

PossibleMatching

public PossibleMatching(SkeletonNode sn1,
                        SkeletonNode sn2,
                        double matchingcost)
Method Detail

getSn1

public SkeletonNode getSn1()
Returns:
the sn1

setSn1

public void setSn1(SkeletonNode sn1)
Parameters:
sn1 - the sn1 to set

getSn2

public SkeletonNode getSn2()
Returns:
the sn2

setSn2

public void setSn2(SkeletonNode sn2)
Parameters:
sn2 - the sn2 to set

getMatchingcost

public double getMatchingcost()
Returns:
the matchingcost

setMatchingcost

public void setMatchingcost(double matchingcost)
Parameters:
matchingcost - the matchingcost to set