net.simplace.simulation.graphpanel.SimFieldLink




public class SimFieldLink {
// Public Constructors
public SimFieldLink(FWSimFieldContainer tSourceSimO, FWSimFieldContainer
tDestSimO);


// Public Instance Methods
public FWSimFieldContainer getSourceSimObject();


returns the iSourceVertex
public void setSourceSimObject(FWSimFieldContainer aSourceVertex);

public void setDestSimObject(FWSimFieldContainer aDestVertex);

public FWSimFieldContainer getDestSimObject();


returns the iDestVertex
public List getSimLinks();


returns the simLinkList
public void addSimLink(SimVarLink aSimLink);

public void removeSimLink(SimVarLink aSimVarLink);

public boolean isInOrder();


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

public boolean equals(Object obj); // Overrides java.lang.Object

public void showSimVarLinks();

public SimFieldLink clone(); // Overrides java.lang.Object

public int hashCode(); // Overrides java.lang.Object



}



Passed to: SimEnvGraphPanel.addSimLink(), SimEnvGraphPanel.removeSimLink(), net.simplace.simulation.graphpanel.transformer.SimFieldLinkStrokeTransformer.transform(), net.simplace.simulation.graphpanel.transformer.SimFieldLinkLineDrawTransformer.transform(), net.simplace.simulation.graphpanel.transformer.SimFieldLinkLabelTransformer.transform()



Returned by: clone(), net.simplace.simulation.graphpanel.factory.SimFieldLinkFactory.create()