Uses of Class
SEdit.SArrow

Packages that use SArrow
SEdit   
SEdit.Formalisms.Automaton   
SEdit.Formalisms.DataFlow   
SEdit.Formalisms.Logical   
SEdit.Formalisms.Mobile   
SEdit.Formalisms.Petri   
SEdit.Formalisms.StateTransition   
SEdit.Formalisms.World   
warbot.kernel   
 

Uses of SArrow in SEdit
 

Methods in SEdit that return SArrow
 SArrow Structure.getArrow(java.lang.String id)
          Find an arrow by its ID
 SArrow Structure.getArrowFromLabel(java.lang.String id)
          Return the *first* node with a given label in the structure
 SArrow StructureAgent.newArrow(boolean selected, ArrowDesc nd, java.lang.String id, java.lang.String fromID, java.lang.String toID, java.lang.String label, java.util.Hashtable properties, java.awt.Point p, java.util.Hashtable graphicProperties)
          Creates a component and initialize all fields and properties.
 

Methods in SEdit with parameters of type SArrow
 void Structure.addArrow(SArrow o, SNode from, SNode to)
           
 void Structure.addArrow(SArrow o, java.lang.String s, SNode from, SNode to)
           
protected  void SComponent.addInArrow(SArrow a)
           
protected  void AbstractAgentNode.addInArrow(SArrow a)
           
protected  void SInConnect.addInArrow(SArrow a)
           
protected abstract  void SNode.addInArrow(SArrow a)
           
 void SimpleNode.addInArrow(SArrow a)
           
protected  void SOutConnect.addInArrow(SArrow a)
           
protected  void SComponent.addOutArrow(SArrow a)
           
protected  void AbstractAgentNode.addOutArrow(SArrow a)
           
protected  void SInConnect.addOutArrow(SArrow a)
           
protected abstract  void SNode.addOutArrow(SArrow a)
           
 void SimpleNode.addOutArrow(SArrow a)
           
protected  void SOutConnect.addOutArrow(SArrow a)
           
 void SNode.deleteInArrow(SArrow a)
           
 void SimpleNode.deleteInArrow(SArrow a)
           
 void SConnect.deleteInArrow(SArrow a)
           
 void SNode.deleteOutArrow(SArrow a)
           
 void SimpleNode.deleteOutArrow(SArrow a)
           
 void SConnect.deleteOutArrow(SArrow a)
           
protected  boolean SComponent.isConnectable(SArrow s, boolean isTarget)
           
protected  boolean AbstractAgentNode.isConnectable(SArrow s, boolean asTarget)
           
protected  boolean SInConnect.isConnectable(SArrow s, boolean isTarget)
           
protected abstract  boolean SNode.isConnectable(SArrow s, boolean asTarget)
           
protected  boolean SimpleNode.isConnectable(SArrow s, boolean asTarget)
           
protected  boolean SOutConnect.isConnectable(SArrow s, boolean isTarget)
           
 boolean Structure.isConnectable(SArrow edge, SNode from, SNode to)
           
 void Structure.removeArrow(SArrow o)
           
 

Uses of SArrow in SEdit.Formalisms.Automaton
 

Subclasses of SArrow in SEdit.Formalisms.Automaton
 class AutomatonLink
          CLASSE AutomatonLink
 

Uses of SArrow in SEdit.Formalisms.DataFlow
 

Subclasses of SArrow in SEdit.Formalisms.DataFlow
 class SimpleProcessLink
          CLASSE SimpleProcessLink
 

Uses of SArrow in SEdit.Formalisms.Logical
 

Subclasses of SArrow in SEdit.Formalisms.Logical
 class LogicalLink
          A wire between logics components
 

Uses of SArrow in SEdit.Formalisms.Mobile
 

Subclasses of SArrow in SEdit.Formalisms.Mobile
 class MobileLink
          CLASSE MobileLink
 

Uses of SArrow in SEdit.Formalisms.Petri
 

Subclasses of SArrow in SEdit.Formalisms.Petri
 class ConsumerLink
          CLASSE ConsumerLink /
 class InformerLink
          CLASSE ConsumerLink /
 class InhibitorLink
          CLASSE InhibitorLink /
 class PetriInLink
          CLASSE PetriInLink /
 class PetriLink
          la classe des arcs Petri.
 class PetriOutLink
          CLASSE PetriOutLink /
 class ProducerLink
           
 

Uses of SArrow in SEdit.Formalisms.StateTransition
 

Subclasses of SArrow in SEdit.Formalisms.StateTransition
 class SimpleStateTransitionLink
          CLASSE SimpleStateTransitionLink
 

Methods in SEdit.Formalisms.StateTransition with parameters of type SArrow
protected  boolean SimpleTransition.isConnectable(SArrow s, boolean isTarget)
           
 

Uses of SArrow in SEdit.Formalisms.World
 

Methods in SEdit.Formalisms.World with parameters of type SArrow
protected  void WorldEntity.addInArrow(SArrow a)
           
protected  void WorldEntity.addOutArrow(SArrow a)
           
protected  boolean WorldEntity.isConnectable(SArrow s, boolean isTarget)
           
 

Uses of SArrow in warbot.kernel
 

Methods in warbot.kernel with parameters of type SArrow
protected  void Entity.addInArrow(SArrow a)
           
protected  void Entity.addOutArrow(SArrow a)
           
protected  boolean Entity.isConnectable(SArrow s, boolean isTarget)
           
 



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