com.uppaal.model.core2
Class Nail
java.lang.Object
com.uppaal.model.core2.Element
com.uppaal.model.core2.Node
com.uppaal.model.core2.Nail
- All Implemented Interfaces:
- Serializable, Cloneable
public class Nail
- extends Node
Nails models the graphical layout of edges.
May have "x" and "y" properties.
- See Also:
Edge,
Element,
Property,
Serialized Form
| Methods inherited from class com.uppaal.model.core2.Element |
acceptSafe, addListener, getColor, getDocument, getLocalProperty, getParent, getProperties, getProperty, getPropertyValue, getPrototype, getTemplate, getX, getY, hasFlag, importInto, isPropertyLocal, removeListener, setProperties, setProperty, setPropertyFromPath |
accept
public void accept(Visitor visitor)
throws Exception
- Description copied from class:
Element
- Accept a visitor. This method is specialised in every
subclass. Part of the visitor pattern.
- Overrides:
accept in class Node
- Throws:
Exception
getPrototypeFromParent
public Element getPrototypeFromParent(Element parent)
- Returns the #nail property value of the parent argument.
- Overrides:
getPrototypeFromParent in class Element
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.