Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSP ¶
type CSP struct { CompositionName string Datatype []string IChannels []string EChannels []string CompProcesses map[string]string ConnProcesses map[string]string Composition CompositionProcess Property []string }
func (*CSP) ConfigureProcessBehaviours ¶
type CSPGenerator ¶
func NewCSPGenerator ¶
func NewCSPGenerator() CSPGenerator
type CSPGeneratorImpl ¶
type CSPGeneratorImpl struct { }
func (CSPGeneratorImpl) Save ¶
func (CSPGeneratorImpl) Save(c CSP)
type CompositionProcess ¶
type FDRGateway ¶
type FDRGateway interface {
Check(CSP)
}
func NewFDRGateway ¶
func NewFDRGateway() FDRGateway
type FDRGatewayImpl ¶
type FDRGatewayImpl struct{}
func (FDRGatewayImpl) Check ¶
func (FDRGatewayImpl) Check(csp CSP)
Click to show internal directories.
Click to hide internal directories.