SandMark version 3.0


sandmark.obfuscate.loop.dfa
Class DFAEdge

java.lang.Object
  |
  +--sandmark.obfuscate.loop.dfa.DFAEdge

public class DFAEdge
extends java.lang.Object


Constructor Summary
DFAEdge(DFANode source, DFANode dest, Algorithm alg, ApplicationObject targ)
           
 
Method Summary
 Algorithm getAlg()
           
 java.lang.String getCharKey()
           
 DFANode getDestination()
           
 DFANode getSource()
           
 ApplicationObject getTarget()
           
 float getWeight()
           
 void setWeight(float weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFAEdge

public DFAEdge(DFANode source,
               DFANode dest,
               Algorithm alg,
               ApplicationObject targ)
Method Detail

getSource

public DFANode getSource()

getDestination

public DFANode getDestination()

getAlg

public Algorithm getAlg()

getTarget

public ApplicationObject getTarget()

getCharKey

public java.lang.String getCharKey()

getWeight

public float getWeight()

setWeight

public void setWeight(float weight)

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003