Package | Description |
---|---|
com.asakusafw.info.graph |
Graph like structure models.
|
Modifier and Type | Class and Description |
---|---|
class |
Input
Represents an input of
Node . |
class |
Node
Represents a node of graph.
|
class |
Output
Represents an output of node.
|
class |
Port<TSelf extends Port<TSelf,TOpposite>,TOpposite extends Port<TOpposite,TSelf>>
An abstract super class of I/O port of
Node . |
class |
Wire
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.getParent()
Returns the parent element of this.
|
Element |
Element.withAttribute(Attribute attribute)
Adds an attribute.
|
Element |
Element.withAttributes(Attribute... attributes)
Adds attributes.
|
Element |
Element.withAttributes(List<? extends Attribute> attributes)
Adds attributes.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.