| Package | Description |
|---|---|
| org.marid.bd | |
| org.marid.bd.components | |
| org.marid.bd.schema | |
| org.marid.bd.shapes |
| Modifier and Type | Method and Description |
|---|---|
abstract BlockComponent |
Block.createComponent() |
BlockComponent |
BlockComponent.Port.getBlockComponent() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBlockComponent<B extends Block> |
class |
StandardBlockComponent<B extends Block> |
| Modifier and Type | Method and Description |
|---|---|
BlockComponent |
SchemaEditor.findBlockComponent(Predicate<BlockComponent> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
SchemaEditor.removeAllLinks(BlockComponent component) |
| Modifier and Type | Method and Description |
|---|---|
BlockComponent |
SchemaEditor.findBlockComponent(Predicate<BlockComponent> predicate) |
void |
SchemaEditor.visitBlockComponents(Consumer<BlockComponent> componentConsumer) |
| Modifier and Type | Field and Description |
|---|---|
BlockComponent |
Link.inputComponent |
BlockComponent |
Link.outputComponent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LinkShape.isAssociatedWith(BlockComponent blockComponent) |
| Constructor and Description |
|---|
Link(BlockComponent outputComponent,
String output,
BlockComponent inputComponent,
String input) |
Copyright © 2012–2015 MARID software development group. All rights reserved.