Package 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
-
Field Summary
-
Method Summary
Modifier and Type Method Description voidaccept(Visitor visitor)Accept a visitor.ElementgetPrototypeFromParent(Element parent)Returns the #nail property value of the parent argument.Methods inherited from class com.uppaal.model.core2.Node
clone, getFirst, getLast, getNext, getPrevious, getXPathTag, insert, move, remove, setPrototypeMethods inherited from class com.uppaal.model.core2.Element
acceptSafe, addListener, getColor, getCommandManager, getDocument, getLocalProperty, getParent, getProperties, getProperty, getPropertyValue, getPrototype, getTemplate, getX, getXMLLabelKinds, getXPath, getY, hasFlag, importInto, isPropertyLocal, removeListener, setCommandManager, setProperties, setProperty, setPropertyFromPath
-
Method Details
-
accept
Description copied from class:ElementAccept a visitor. This method is specialized in every subclass. Part of the visitor pattern. -
getPrototypeFromParent
Returns the #nail property value of the parent argument.- Overrides:
getPrototypeFromParentin classElement- Parameters:
parent- - The parent element- Returns:
- The property element
-