public interface Rule
Modifier and Type | Method and Description |
---|---|
Type |
getLHSType()
Return the LHS type of the rule.
|
String[] |
getRHSNames()
Return the RHS names of the rule.
|
Type[] |
getRHSTypes()
Return the RHS types of the rule.
|
CompositeElement |
match(CompositeElement[] rhs,
Scene db)
Match the given scene elements and return a resulting
element, or return null if there is no match.
|
Type getLHSType()
Type[] getRHSTypes()
String[] getRHSNames()
CompositeElement match(CompositeElement[] rhs, Scene db)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.