public class BlockLink extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
input |
String |
output |
Block |
source |
Block |
target |
| Constructor and Description |
|---|
BlockLink() |
BlockLink(Block.Out output,
Block.In input) |
BlockLink(Block source,
Block target,
String output,
String input) |
| Modifier and Type | Method and Description |
|---|---|
Block.In |
getBlockInput() |
Block.Out |
getBlockOutput() |
String |
getInput() |
String |
getOutput() |
Block |
getSource() |
Block |
getTarget() |
boolean |
matches(Block.Out output,
Block.In input) |
boolean |
matchesInput(Block.In input) |
boolean |
matchesOutput(Block.Out output) |
public final Block source
public final Block target
public final String output
public final String input
public boolean matchesOutput(Block.Out output)
public boolean matchesInput(Block.In input)
public Block.Out getBlockOutput()
public Block.In getBlockInput()
public Block getSource()
public Block getTarget()
public String getOutput()
public String getInput()
Copyright © 2012–2015 MARID software development group. All rights reserved.