jsl/bundles¶
Package name: jsl/bundles
Summary¶
General Definitions¶
Function | Description |
---|---|
supports? | Detect if a component or module provides a supports statement |
Definitions¶
General Definitions¶
supports?¶
Detect if a component or module provides a supports statement
public defn supports? (module:InstantiableType, bundle:PortType) -> True|False
module: InstantiableType
- Either apcb-module
orpcb-component
definition to checkbundle: PortType
- Bundle type discriminant- Returns
True|False
- true if a support statement exists, else false.
This statement will inspect a component or module for
a supports
statement of a particular bundle
type.
Related Packages¶
Forwards packages: jsl/bundles/debug, jsl/bundles/comms, jsl/bundles/general, jsl/bundles/gates