eed

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: None detected not legal advice Imports: 0 Imported by: 0

Documentation

Overview

Package eed contains a draft ontology to support schematic drawings, derived from EDIF 3 0 0

Index

Constants

This section is empty.

Variables

View Source
var BidirectionalMasterPort = bidirectionalMasterPortI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "BidirectionalMasterPort"},
	ASubtypeOf: []sst.ElementInformer{MasterPort},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{MasterPort.Element: {}},
}}
View Source
var ConnectedTerminal = connectedTerminalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "connectedTerminal"},
	ARange:  FunctionalOccurrenceTerminal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var EEDVocabulary = sst.Vocabulary{BaseIRI: "http://ontology.semanticstep.net/eed"}
View Source
var FunctionalDefinition = functionalDefinitionI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalDefinition"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var FunctionalDefinitionElement = functionalDefinitionElementI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalDefinitionElement"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var FunctionalDefinitionTerminal = functionalDefinitionTerminalI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalDefinitionTerminal"},
	ASubtypeOf: []sst.ElementInformer{FunctionalDefinitionElement},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{FunctionalDefinitionElement.Element: {}},
}}
View Source
var FunctionalInternallNode = functionalInternallNodeI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalInternallNode"},
	ASubtypeOf: []sst.ElementInformer{FunctionalNode},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{FunctionalDefinitionElement.Element: {}},
}}
View Source
var FunctionalNetworkDefinition = functionalNetworkDefinitionI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalNetworkDefinition"},
	ASubtypeOf: []sst.ElementInformer{FunctionalDefinitionElement},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{FunctionalDefinitionElement.Element: {}},
}}
View Source
var FunctionalNode = functionalNodeI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalNode"},
	ASubtypeOf: []sst.ElementInformer{FunctionalDefinitionElement},

	AClass: true, AnOptionClass: false, AnAbstractClass: true, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var FunctionalOccurrence = functionalOccurrenceI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalOccurrence"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var FunctionalOccurrenceTerminal = functionalOccurrenceTerminalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalOccurrenceTerminal"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var FunctionalTerminalNode = functionalTerminalNodeI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "FunctionalTerminalNode"},
	ASubtypeOf: []sst.ElementInformer{FunctionalDefinitionTerminal, FunctionalNode},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{FunctionalDefinitionElement.Element: {}, FunctionalDefinitionTerminal.Element: {}},
}}
View Source
var InputMasterPort = inputMasterPortI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "InputMasterPort"},
	ASubtypeOf: []sst.ElementInformer{MasterPort},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{MasterPort.Element: {}},
}}
View Source
var IpcID = ipcIdI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "ipcId"},
	ADomain: Package,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var JedecID = jedecIdI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "jedecId"},
	ADomain: Package,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var LayerShapeRepresentation = layerShapeRepresentationI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "LayerShapeRepresentation"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MapPartTerminalToFunctionalTerminal = mapPartTerminalToFunctionalTerminalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "mapPartTerminalToFunctionalTerminal"},
	ARange:  FunctionalDefinitionTerminal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MapPartTerminalToTemplateTerminal = mapPartTerminalToTemplateTerminalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "mapPartTerminalToTemplateTerminal"},
	ARange:  TemplateTerminal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MapPartToFunctional = mapPartToFunctionalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "mapPartToFunctional"},
	ARange:  FunctionalDefinition,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MapPartToTemplate = mapPartToTemplateI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "mapPartToTemplate"},
	ARange:  Template,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MasterPort = masterPortI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "MasterPort"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var MasterPortBundle = masterPortBundleI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "MasterPortBundle"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var MountingTechnology = mountingTechnologyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "MountingTechnology"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MountingTechnology_surface = mountingTechnology_SurfaceI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "MountingTechnology_surface"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: true,
}}
View Source
var MountingTechnology_throughHole = mountingTechnology_ThroughHoleI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "MountingTechnology_throughHole"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: true,
}}
View Source
var OutputMasterPort = outputMasterPortI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "OutputMasterPort"},
	ASubtypeOf: []sst.ElementInformer{MasterPort},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{MasterPort.Element: {}},
}}
View Source
var (
	PKG = sst.ElementPkg(pkg{})
)
View Source
var Package = packageI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "Package"},
	ASubtypeOf: []sst.ElementInformer{Template},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{Template.Element: {}},
}}
View Source
var PackageFeature = packageFeatureI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "PackageFeature"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var PackageTerminal = packageTerminalI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "PackageTerminal"},
	ASubtypeOf: []sst.ElementInformer{PackageFeature},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{PackageFeature.Element: {}},
}}
View Source
var PackageTerminalTemplate = packageTerminalTemplateI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "PackageTerminalTemplate"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var PackageType = packageTypeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "PackageType"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PackageType_BGA = packageType_BGAI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "PackageType_BGA"},
	ASubtypeOf: []sst.ElementInformer{MountingTechnology_surface},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PackageType_DIP = packageType_DIPI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "PackageType_DIP"},
	ASubtypeOf: []sst.ElementInformer{MountingTechnology_throughHole},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PackageType_SIP = packageType_SIPI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "PackageType_SIP"},
	ASubtypeOf: []sst.ElementInformer{MountingTechnology_throughHole},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Template = templateI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "Template"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var TemplateContactFeature = templateContactFeatureI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "TemplateContactFeature"},
	ASubtypeOf: []sst.ElementInformer{TemplateFeature},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{TemplateFeature.Element: {}},
}}
View Source
var TemplateFeature = templateFeatureI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: EEDVocabulary, Name: "TemplateFeature"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{},
}}
View Source
var TemplateTerminal = templateTerminalI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: EEDVocabulary, Name: "TemplateTerminal"},
	ASubtypeOf: []sst.ElementInformer{TemplateContactFeature},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
	AMainClassSupersedure: map[sst.Element]struct{}{TemplateContactFeature.Element: {}, TemplateFeature.Element: {}},
}}

Functions

This section is empty.

Types

type IsBidirectionalMasterPort

type IsBidirectionalMasterPort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23BidirectionalMasterPort()
}

type IsConnectedTerminal

type IsConnectedTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23connectedTerminal()
}

type IsFunctionalDefinition

type IsFunctionalDefinition interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinition()
}

type IsFunctionalDefinitionElement

type IsFunctionalDefinitionElement interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinitionElement()
}

type IsFunctionalDefinitionTerminal

type IsFunctionalDefinitionTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinitionTerminal()
}

type IsFunctionalInternallNode

type IsFunctionalInternallNode interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalInternallNode()
}

type IsFunctionalNetworkDefinition

type IsFunctionalNetworkDefinition interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalNetworkDefinition()
}

type IsFunctionalNode

type IsFunctionalNode interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalNode()
}

type IsFunctionalOccurrence

type IsFunctionalOccurrence interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalOccurrence()
}

type IsFunctionalOccurrenceTerminal

type IsFunctionalOccurrenceTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalOccurrenceTerminal()
}

type IsFunctionalTerminalNode

type IsFunctionalTerminalNode interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalTerminalNode()
}

type IsInputMasterPort

type IsInputMasterPort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23InputMasterPort()
}

type IsIpcID

type IsIpcID interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23ipcId()
}

type IsJedecID

type IsJedecID interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23jedecId()
}

type IsLayerShapeRepresentation

type IsLayerShapeRepresentation interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23LayerShapeRepresentation()
}

type IsMapPartTerminalToFunctionalTerminal

type IsMapPartTerminalToFunctionalTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartTerminalToFunctionalTerminal()
}

type IsMapPartTerminalToTemplateTerminal

type IsMapPartTerminalToTemplateTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartTerminalToTemplateTerminal()
}

type IsMapPartToFunctional

type IsMapPartToFunctional interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartToFunctional()
}

type IsMapPartToTemplate

type IsMapPartToTemplate interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartToTemplate()
}

type IsMasterPort

type IsMasterPort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MasterPort()
}

type IsMasterPortBundle

type IsMasterPortBundle interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MasterPortBundle()
}

type IsMountingTechnology

type IsMountingTechnology interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology()
}

type IsMountingTechnology_surface

type IsMountingTechnology_surface interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology_5Fsurface()
}

type IsMountingTechnology_throughHole

type IsMountingTechnology_throughHole interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology_5FthroughHole()
}

type IsOutputMasterPort

type IsOutputMasterPort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23OutputMasterPort()
}

type IsPackage

type IsPackage interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23Package()
}

type IsPackageFeature

type IsPackageFeature interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageFeature()
}

type IsPackageTerminal

type IsPackageTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageTerminal()
}

type IsPackageTerminalTemplate

type IsPackageTerminalTemplate interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageTerminalTemplate()
}

type IsPackageType

type IsPackageType interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType()
}

type IsPackageType_BGA

type IsPackageType_BGA interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FBGA()
}

type IsPackageType_DIP

type IsPackageType_DIP interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FDIP()
}

type IsPackageType_SIP

type IsPackageType_SIP interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FSIP()
}

type IsTemplate

type IsTemplate interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23Template()
}

type IsTemplateContactFeature

type IsTemplateContactFeature interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateContactFeature()
}

type IsTemplateFeature

type IsTemplateFeature interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateFeature()
}

type IsTemplateTerminal

type IsTemplateTerminal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateTerminal()
}

type KindBidirectionalMasterPort

type KindBidirectionalMasterPort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23BidirectionalMasterPort()
}

type KindConnectedTerminal

type KindConnectedTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23connectedTerminal()
}

type KindFunctionalDefinition

type KindFunctionalDefinition interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinition()
}

type KindFunctionalDefinitionElement

type KindFunctionalDefinitionElement interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinitionElement()
}

type KindFunctionalDefinitionTerminal

type KindFunctionalDefinitionTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalDefinitionTerminal()
}

type KindFunctionalInternallNode

type KindFunctionalInternallNode interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalInternallNode()
}

type KindFunctionalNetworkDefinition

type KindFunctionalNetworkDefinition interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalNetworkDefinition()
}

type KindFunctionalNode

type KindFunctionalNode interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalNode()
}

type KindFunctionalOccurrence

type KindFunctionalOccurrence interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalOccurrence()
}

type KindFunctionalOccurrenceTerminal

type KindFunctionalOccurrenceTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalOccurrenceTerminal()
}

type KindFunctionalTerminalNode

type KindFunctionalTerminalNode interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23FunctionalTerminalNode()
}

type KindInputMasterPort

type KindInputMasterPort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23InputMasterPort()
}

type KindIpcID

type KindIpcID interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23ipcId()
}

type KindJedecID

type KindJedecID interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23jedecId()
}

type KindLayerShapeRepresentation

type KindLayerShapeRepresentation interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23LayerShapeRepresentation()
}

type KindMapPartTerminalToFunctionalTerminal

type KindMapPartTerminalToFunctionalTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartTerminalToFunctionalTerminal()
}

type KindMapPartTerminalToTemplateTerminal

type KindMapPartTerminalToTemplateTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartTerminalToTemplateTerminal()
}

type KindMapPartToFunctional

type KindMapPartToFunctional interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartToFunctional()
}

type KindMapPartToTemplate

type KindMapPartToTemplate interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23mapPartToTemplate()
}

type KindMasterPort

type KindMasterPort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MasterPort()
}

type KindMasterPortBundle

type KindMasterPortBundle interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MasterPortBundle()
}

type KindMountingTechnology

type KindMountingTechnology interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology()
}

type KindMountingTechnology_surface

type KindMountingTechnology_surface interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology_5Fsurface()
}

type KindMountingTechnology_throughHole

type KindMountingTechnology_throughHole interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23MountingTechnology_5FthroughHole()
}

type KindOutputMasterPort

type KindOutputMasterPort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23OutputMasterPort()
}

type KindPackage

type KindPackage interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23Package()
}

type KindPackageFeature

type KindPackageFeature interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageFeature()
}

type KindPackageTerminal

type KindPackageTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageTerminal()
}

type KindPackageTerminalTemplate

type KindPackageTerminalTemplate interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageTerminalTemplate()
}

type KindPackageType

type KindPackageType interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType()
}

type KindPackageType_BGA

type KindPackageType_BGA interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FBGA()
}

type KindPackageType_DIP

type KindPackageType_DIP interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FDIP()
}

type KindPackageType_SIP

type KindPackageType_SIP interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23PackageType_5FSIP()
}

type KindTemplate

type KindTemplate interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23Template()
}

type KindTemplateContactFeature

type KindTemplateContactFeature interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateContactFeature()
}

type KindTemplateFeature

type KindTemplateFeature interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateFeature()
}

type KindTemplateTerminal

type KindTemplateTerminal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Feed_23TemplateTerminal()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL