Package ptolemy.vergil.modal
Class Arc
- java.lang.Object
-
- ptolemy.vergil.kernel.Link
-
- ptolemy.vergil.modal.Arc
-
@Deprecated public class Arc extends Link
Deprecated.UseLink
Instances of this class represent an arc between two states in a state machine visualization. To see how this class is used and links are made using this class, see ArcModel in FSMGraphModel.- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Steve Neuendorffer
- See Also:
FSMGraphModel.ArcModel
- Pt.AcceptedRating:
- Red (johnr)
- Pt.ProposedRating:
- Red (eal)
-
-
Constructor Summary
Constructors Constructor Description Arc()
Deprecated.
-
Method Summary
-
Methods inherited from class ptolemy.vergil.kernel.Link
getHead, getRelation, getTail, setHead, setRelation, setTail, toString
-
-