public class ComponentTest extends Object
| Constructor and Description |
|---|
ComponentTest(int componentKind,
QNameTest nameTest,
int arity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getArity() |
int |
getComponentKind() |
QNameTest |
getQNameTest() |
SymbolicName |
getSymbolicNameIfExplicit() |
int |
hashCode() |
boolean |
isPartialWildcard() |
boolean |
matches(Actor component) |
boolean |
matches(SymbolicName sn) |
public ComponentTest(int componentKind,
QNameTest nameTest,
int arity)
public int getComponentKind()
public QNameTest getQNameTest()
public int getArity()
public boolean isPartialWildcard()
public boolean matches(Actor component)
public boolean matches(SymbolicName sn)
public SymbolicName getSymbolicNameIfExplicit()