|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SNode in SEdit |
Subclasses of SNode in SEdit | |
class |
AbstractAgentNode
CLASS AbstractAgentNode A type of node which encapsulates an agent and displays it into an editor. |
class |
SComponent
CLASSE SComponent Decrit un noeud qui comporte un ensemble de connecteurs en entrée et en sortie (reprend la structure de SModule d'une manière générale...) |
class |
SConnect
la classe abstraite qui correspond à la notion de connecteur dans un composant. |
class |
SimpleNode
La classe abstraite qui contient tous les noeuds simples, cad des noeuds qui se connectent directement au arcs. |
class |
SInConnect
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 |
class |
SOutConnect
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 |
Fields in SEdit declared as SNode | |
protected SNode |
SArrow.origin
|
protected SNode |
SArrow.target
|
Methods in SEdit that return SNode | |
SNode |
StructureAgent.newNode(boolean selected,
NodeDesc nd,
String id,
String label,
Hashtable properties,
Point p,
Hashtable graphicProperties)
Creates a node and initialize all fields and properties. |
SNode |
Structure.getNode(String id)
Find a node by its ID |
SNode |
Structure.getNodeFromLabel(String name)
Return the *first* node with a given label in the structure |
SNode |
Structure.createNode(String nameDescr,
int x,
int y)
create a node and install it into the editor. |
SNode |
SArrow.getOrigin()
|
SNode |
SArrow.getTarget()
|
Methods in SEdit with parameters of type SNode | |
void |
Structure.addNode(SNode o)
|
void |
Structure.addNode(SNode o,
String s)
|
void |
Structure.addArrow(SArrow o,
SNode from,
SNode to)
|
void |
Structure.addArrow(SArrow o,
String s,
SNode from,
SNode to)
|
boolean |
Structure.isConnectable(SArrow edge,
SNode from,
SNode to)
|
void |
Structure.removeNode(SNode o)
|
void |
SArrow.setOrigin(SNode o)
|
void |
SArrow.setTarget(SNode o)
|
boolean |
SArrow.isConnectable(SNode from,
SNode to)
Check if the arrow itself is o.k. for connection |
Uses of SNode in SEdit.Formalisms.Automaton |
Subclasses of SNode in SEdit.Formalisms.Automaton | |
class |
AutomatonState
CLASSE AutomatonState |
class |
AutomatonTransition
CLASSE AutomatonTransition |
Uses of SNode in SEdit.Formalisms.DataFlow |
Subclasses of SNode in SEdit.Formalisms.DataFlow | |
class |
SimpleProcess
CLASSE SimpleProcess |
Uses of SNode in SEdit.Formalisms.Logical |
Subclasses of SNode in SEdit.Formalisms.Logical | |
class |
AndGate
The Logical AND component |
class |
LogicalDisplay
A graphical value display |
class |
LogicalInConnect
A connector for logical gates |
class |
LogicalOutConnect
An outlet for logical gates |
class |
LogicalSwitch
A simple input component for binary values |
class |
NotGate
The Logical NOT component |
class |
OrGate
The Logical OR component |
class |
SLogicalComponent
The logical component main class |
Uses of SNode in SEdit.Formalisms.Mobile |
Subclasses of SNode in SEdit.Formalisms.Mobile | |
class |
FixedMobileNode
CLASSE FixedMobileNode |
class |
MobileNode
CLASSE MobileNode |
Uses of SNode in SEdit.Formalisms.Petri |
Subclasses of SNode in SEdit.Formalisms.Petri | |
class |
PetriACLOutPort
|
class |
PetriActOutPort
|
class |
PetriInPort
|
class |
PetriOutPort
|
class |
PetriPlace
|
class |
PetriStringGROutPort
|
class |
PetriStringOutPort
|
class |
PetriTransition
|
Methods in SEdit.Formalisms.Petri with parameters of type SNode | |
boolean |
PetriOutLink.isConnectable(SNode from,
SNode to)
|
boolean |
PetriInLink.isConnectable(SNode from,
SNode to)
Check if the arrow itself is o.k. for connection |
Uses of SNode in SEdit.Formalisms.StateTransition |
Subclasses of SNode in SEdit.Formalisms.StateTransition | |
class |
SimpleState
CLASSE SimpleState |
class |
SimpleTransition
CLASSE SimpleTransition |
Methods in SEdit.Formalisms.StateTransition with parameters of type SNode | |
boolean |
SimpleStateTransitionLink.isConnectable(SNode from,
SNode to)
|
Uses of SNode in SEdit.Formalisms.World |
Subclasses of SNode in SEdit.Formalisms.World | |
class |
FixedEntity
|
class |
Food
|
class |
MobileEntity
|
class |
Obstacle
|
class |
RandomEntity
|
class |
SimpleEntity
|
class |
WorldEntity
|
Uses of SNode in SEdit.Formalisms.World.Ants |
Subclasses of SNode in SEdit.Formalisms.World.Ants | |
class |
AbstractAnt
|
class |
Home
|
class |
Mark
|
class |
MarkingAnt
|
class |
SimpleAnt
|
Uses of SNode in SEdit.Formalisms.World.Preys |
Subclasses of SNode in SEdit.Formalisms.World.Preys | |
class |
Animal
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
class |
PredatorBody
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
class |
PreyBody
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |