Uses of Interface
org.eclipse.steady.sign.Signature
-
Packages that use Signature Package Description org.eclipse.steady.sign -
-
Uses of Signature in org.eclipse.steady.sign
Methods in org.eclipse.steady.sign that return Signature Modifier and Type Method Description SignatureSignatureFactory. createSignature(Construct _construct)SignatureSignatureFactory. createSignature(ConstructId _cid, File _file)Creates aSignatureof the givenConstructIdon the basis of the given file.Methods in org.eclipse.steady.sign with parameters of type Signature Modifier and Type Method Description SignatureChangeSignatureComparator. computeChange(Signature _a, Signature _b)Compares the signature at hand with the signature provided as argument and computes a so-called signature change, i.e., a set of modifications that transforms one signature into the other one.floatSignatureComparator. computeSimilarity(Signature _a, Signature _b)Returns a value indicating the similarity of the two signatures provided as argument.booleanSignatureComparator. containsChange(Signature _s, SignatureChange _change)Returns true if the code modifications expressed by the signature change are contained in the signature at hand, false otherwise.
-