net.simplace.client.sim.graphpanel.SimVarLink




public class SimVarLink {
// Public Constructors
public SimVarLink(FWSimVariable aSourceField, FWSimVariable aDestField);
public SimVarLink(FWSimVariable aDestField, Object aValue);


// Public Instance Methods
public Object getValue();


returns the value
public void setValue(Object aValue);

public FWSimVariable getSourceField();


returns the sourceField
public FWSimVariable getDestField();


returns the destField
public String toString(); // Overrides java.lang.Object



}



Passed to: net.simplace.sim.FWSimSolution.addLink(), SimEnvGraphPanel.addSimLink(), SimFieldLink.addSimLink(), net.simplace.sim.FWSimSolution.removeLink(), SimEnvGraphPanel.removeSimLink(), SimFieldLink.removeSimLink()