toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.graph
/
GraphVisualization
/
PipelineNode
Pipeline
Node
open
inner
class
PipelineNode
(
val
model
:
PipelineModel
)
:
GraphVisualization.CompoundNode
(
source
)
Members
Constructors
Pipeline
Node
Link copied to clipboard
constructor
(
model
:
PipelineModel
)
Properties
foot
Link copied to clipboard
val
foot
:
GraphVisualization.FootNode
head
Link copied to clipboard
val
head
:
GraphVisualization.HeadNode
id
Link copied to clipboard
open
override
val
id
:
String
inputs
Link copied to clipboard
val
inputs
:
<Error class: unknown class>
model
Link copied to clipboard
val
model
:
Model
nsmap
Link copied to clipboard
var
nsmap
:
NamespaceMap
outputs
Link copied to clipboard
val
outputs
:
<Error class: unknown class>
Functions
describe
Link copied to clipboard
open
override
fun
describe
(
)
describe
Ports
Link copied to clipboard
fun
describePorts
(
ports
:
List
<
GraphVisualization.ModelPortNode
>
)
end
Element
Link copied to clipboard
fun
endElement
(
)
start
Element
Link copied to clipboard
fun
startElement
(
name
:
QName
)
fun
startElement
(
name
:
QName
,
attr
:
Map
<
String
,
String
?
>
)
text
Link copied to clipboard
fun
text
(
text
:
String
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String