SEdit
Class SInConnect
java.lang.Object
SEdit.SElement
SEdit.SNode
SEdit.SConnect
SEdit.SInConnect
- Direct Known Subclasses:
- LogicalInConnect
- public class SInConnect
- extends SConnect
la classe abstraite qui correspond à la notion de connecteur
dans une structure qui relie un ensemble d'arcs à un noeud
Basé sur SInPin, mais se connecte à des SComponent
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, toString, wait, wait, wait |
SInConnect
public SInConnect()
isConnectable
protected boolean isConnectable(SArrow s,
boolean isTarget)
- Specified by:
isConnectable
in class SNode
addOutArrow
protected void addOutArrow(SArrow a)
- Specified by:
addOutArrow
in class SNode
addInArrow
protected void addInArrow(SArrow a)
- Specified by:
addInArrow
in class SNode
getInArrows
public Vector getInArrows()
- Specified by:
getInArrows
in class SNode
getOutArrows
public Vector getOutArrows()
- Specified by:
getOutArrows
in class SNode
Copyright © J. Ferber, O. Gutknecht All Rights Reserved.