| Methods in biouml.model with parameters of type Compartment |
DiagramElement | Compartment.clone(Compartment compartment, Compartment newParent, String newName) |
DiagramElement | Compartment.clone(Compartment newParent, String newName) |
CompositeView | DefaultDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g) Creates compartment view. |
void | DefaultDiagramViewBuilder.hide(Compartment diagram, Filter filter) |
void | DefaultDiagramViewBuilder.highlight(Compartment diagram, Filter filter, Brush brush) |
void | DefaultDiagramViewBuilder.restoreView(Compartment diagram) Removes effects of previous filter. |
boolean | DefaultSemanticController.canAccept(Compartment compartment, DiagramElement de) |
boolean | DefaultSemanticController.canAccept(Compartment compartment, Class c) |
DiagramElement | DefaultSemanticController.createInstance(Compartment compartment, Class c) |
DiagramElement | DiagramElement.clone(Compartment newParent, String newName) |
CompositeView | DiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g) |
void | DiagramViewBuilder.hide(Compartment diagram, Filter filter) Hide elements and semantically related edges not satisfying to the specified filter. |
void | DiagramViewBuilder.highlight(Compartment diagram, Filter filter, Brush brush) Highlights elements satisfying to the specified filter. |
void | DiagramViewBuilder.restoreView(Compartment diagram) Removes effects of any filter. |
DiagramElement | Edge.clone(Compartment newParent, String newName) |
DiagramElement | Node.clone(Compartment newParent, String newName) |
boolean | SemanticController.canAccept(Compartment compartment, DiagramElement de) |
boolean | SemanticController.canAccept(Compartment compartment, Class c) |
DiagramElement | SemanticController.createInstance(Compartment compartment, Class c) |