|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkRule | |
---|---|
codeblocks |
Uses of LinkRule in codeblocks |
---|
Classes in codeblocks that implement LinkRule | |
---|---|
class |
CommandRule
|
class |
InfixRule
InfixRule specifies a rule for Block linking. |
class |
SocketRule
SocketRule checks if the two sockets being matched can connect simply by checking if the socket/plug
match in kind. |
Methods in codeblocks with parameters of type LinkRule | |
---|---|
static void |
BlockLinkChecker.addRule(LinkRule rule)
Adds a rule to the end of this checker's list of rules. |
static void |
BlockLinkChecker.insertRule(LinkRule rule,
int index)
Insert rule at the specified index in this checker's list of rules. |
static void |
BlockLinkChecker.removeRule(LinkRule rule)
Removes the specified rule from the rule list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |