View

open class View

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guidescription"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guiobjects"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guidependencies"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guiinheritances"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guievents"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guiownedmethods"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guiacquiredmethods"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guiinheritedmethods"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guispecialisedmethods"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guifsms" minOccurs="0"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guistates" minOccurs="0"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guitransitions" minOccurs="0"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}edgview"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}oetview"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}fsmview"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="isdefault" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getEdgview(): Edgview
Gets the value of the edgview property.
Link copied to clipboard
open fun getFsmview(): Fsmview
Gets the value of the fsmview property.
Link copied to clipboard
Gets the value of the guiacquiredmethods property.
Link copied to clipboard
Gets the value of the guidependencies property.
Link copied to clipboard
Gets the value of the guidescription property.
Link copied to clipboard
Gets the value of the guievents property.
Link copied to clipboard
open fun getGuifsms(): Guifsms
Gets the value of the guifsms property.
Link copied to clipboard
Gets the value of the guiinheritances property.
Link copied to clipboard
Gets the value of the guiinheritedmethods property.
Link copied to clipboard
Gets the value of the guiobjects property.
Link copied to clipboard
Gets the value of the guiownedmethods property.
Link copied to clipboard
Gets the value of the guispecialisedmethods property.
Link copied to clipboard
Gets the value of the guistates property.
Link copied to clipboard
Gets the value of the guitransitions property.
Link copied to clipboard
open fun getId(): BigInteger
Gets the value of the id property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun getOetview(): Oetview
Gets the value of the oetview property.
Link copied to clipboard
open fun isIsdefault(): Boolean
Gets the value of the isdefault property.
Link copied to clipboard
open fun setEdgview(value: Edgview)
Sets the value of the edgview property.
Link copied to clipboard
open fun setFsmview(value: Fsmview)
Sets the value of the fsmview property.
Link copied to clipboard
Sets the value of the guiacquiredmethods property.
Link copied to clipboard
Sets the value of the guidependencies property.
Link copied to clipboard
open fun setGuidescription(value: String)
Sets the value of the guidescription property.
Link copied to clipboard
open fun setGuievents(value: Guievents)
Sets the value of the guievents property.
Link copied to clipboard
open fun setGuifsms(value: Guifsms)
Sets the value of the guifsms property.
Link copied to clipboard
Sets the value of the guiinheritances property.
Link copied to clipboard
Sets the value of the guiinheritedmethods property.
Link copied to clipboard
open fun setGuiobjects(value: Guiobjects)
Sets the value of the guiobjects property.
Link copied to clipboard
Sets the value of the guiownedmethods property.
Link copied to clipboard
Sets the value of the guispecialisedmethods property.
Link copied to clipboard
open fun setGuistates(value: Guistates)
Sets the value of the guistates property.
Link copied to clipboard
Sets the value of the guitransitions property.
Link copied to clipboard
open fun setId(value: BigInteger)
Sets the value of the id property.
Link copied to clipboard
open fun setIsdefault(value: Boolean)
Sets the value of the isdefault property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setOetview(value: Oetview)
Sets the value of the oetview property.