HEADER

biouml.standard.diagram
Class PathwaySemanticController

biouml.model.DefaultSemanticController
  |
  +--biouml.standard.diagram.PathwaySemanticController
Direct Known Subclasses:
PathwaySimulationSemanticController

public class PathwaySemanticController
extends DefaultSemanticController

todo implement

Method Summary
 DiagramElementcreateDiagramElement(Base kernel, Set elements)
           
 DiagramElementcreateInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
           
 StringgenerateReactionName(Diagram diagram)
          Generates unique reaction name.
 booleanremove(DiagramElement de)
          Removes the diagram element and all related edges.

Methods inherited from class biouml.model.DefaultSemanticController
canAccept, canAccept, isResizable, move, moveEdges, moveNode

Method Detail

createDiagramElement

public DiagramElement createDiagramElement(Base kernel, Set elements)

createInstance

public DiagramElement createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)

generateReactionName

public String generateReactionName(Diagram diagram)
throws java.lang.Exception
Generates unique reaction name.

remove

public boolean remove(DiagramElement de)
throws java.lang.Exception
Removes the diagram element and all related edges.

Association Links

to Class org.apache.log4j.Category


FOOTER

BOTTOM