SEdit.Formalisms.StateTransition
Class SimpleStateTransitionLink

java.lang.Object
  extended by SEdit.SElement
      extended by SEdit.SArrow
          extended by SEdit.Formalisms.StateTransition.SimpleStateTransitionLink
Direct Known Subclasses:
AutomatonLink

public class SimpleStateTransitionLink
extends SArrow

CLASSE SimpleStateTransitionLink


Field Summary
 
Fields inherited from class SEdit.SArrow
origin, target
 
Fields inherited from class SEdit.SElement
comment, descriptor, element, id, label, persistent, structure
 
Constructor Summary
SimpleStateTransitionLink()
           
 
Method Summary
 boolean isConnectable(SNode from, SNode to)
          Check if the arrow itself is o.k. for connection
 
Methods inherited from class SEdit.SArrow
delete, getOrigin, getTarget, initGraphics, setOrigin, setTarget, toString
 
Methods inherited from class SEdit.SElement
dump, getComment, getDescriptor, getGObject, getID, getLabel, getStructure, init, inspect, setComment, setDescriptor, setGObject, setID, setLabel, setStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleStateTransitionLink

public SimpleStateTransitionLink()
Method Detail

isConnectable

public boolean isConnectable(SNode from,
                             SNode to)
Description copied from class: SArrow
Check if the arrow itself is o.k. for connection

Overrides:
isConnectable in class SArrow


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.