Documentation
¶
Overview ¶
Package ssmeta contains an SST Ontology by which specific SST functionality can be controlled.
Index ¶
- Variables
- type IsAbstractClass
- type IsAbstractProperty
- type IsAssignedProperty
- type IsAssignedPropertyMandatory
- type IsAssignedPropertyMandatorySet
- type IsAssignedPropertyOptional
- type IsAssignedPropertyOptionalSet
- type IsAttributeValues
- type IsComplexInstanceValue
- type IsConnotationalClass
- type IsDefinedType
- type IsDerivedValue
- type IsDirective
- type IsEmptyAgggregateValue
- type IsEntity
- type IsEntityInstance
- type IsEntityInstanceType
- type IsEnumerationClass
- type IsEnumerationValue
- type IsExternalMap
- type IsField
- type IsFormClassProperties
- type IsFormIndividualProperties
- type IsFormProperties
- type IsGoAlias
- type IsIndeterminateValue
- type IsIsAbstract
- type IsIsActive
- type IsIsSystem
- type IsListOfProperties
- type IsMainClass
- type IsOfType
- type IsOptionClass
- type IsPropertyAssignment
- type IsSchema
- type IsSelectClass
- type IsSimpleInstanceValue
- type IsSingleEntityValue
- type IsSingleEntityValueType
- type IsSourceDataset
- type IsSourceDatasetDateTime
- type IsSourceDatasetHash256
- type IsSourceSystem
- type IsSpecialPropertyValue
- type IsStepArmMap
- type IsStepDmEnumerationMap
- type IsStepDmMap
- type IsStepImAttributeMap
- type IsStepImDefinedTypeMap
- type IsStepImEntityMap
- type IsStepImEnumerationMap
- type IsStepImMapAttributeOrder
- type IsStepImMapAttributeSpecial
- type IsStepImMapSupertypeOrder
- type IsStepImSelectMap
- type KindAbstractClass
- type KindAbstractProperty
- type KindAssignedProperty
- type KindAssignedPropertyMandatory
- type KindAssignedPropertyMandatorySet
- type KindAssignedPropertyOptional
- type KindAssignedPropertyOptionalSet
- type KindAttributeValues
- type KindComplexInstanceValue
- type KindConnotationalClass
- type KindDefinedType
- type KindDerivedValue
- type KindDirective
- type KindEmptyAgggregateValue
- type KindEntity
- type KindEntityInstance
- type KindEntityInstanceType
- type KindEnumerationClass
- type KindEnumerationValue
- type KindExternalMap
- type KindField
- type KindFormClassProperties
- type KindFormIndividualProperties
- type KindFormProperties
- type KindGoAlias
- type KindIndeterminateValue
- type KindIsAbstract
- type KindIsActive
- type KindIsSystem
- type KindListOfProperties
- type KindMainClass
- type KindOfType
- type KindOptionClass
- type KindPropertyAssignment
- type KindSchema
- type KindSelectClass
- type KindSimpleInstanceValue
- type KindSingleEntityValue
- type KindSingleEntityValueType
- type KindSourceDataset
- type KindSourceDatasetDateTime
- type KindSourceDatasetHash256
- type KindSourceSystem
- type KindSpecialPropertyValue
- type KindStepArmMap
- type KindStepDmEnumerationMap
- type KindStepDmMap
- type KindStepImAttributeMap
- type KindStepImDefinedTypeMap
- type KindStepImEntityMap
- type KindStepImEnumerationMap
- type KindStepImMapAttributeOrder
- type KindStepImMapAttributeSpecial
- type KindStepImMapSupertypeOrder
- type KindStepImSelectMap
Constants ¶
This section is empty.
Variables ¶
View Source
var AbstractClass = abstractClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "AbstractClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var AbstractProperty = abstractPropertyI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "AbstractProperty"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var AssignedProperty = assignedPropertyI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "assignedProperty"}, ADomain: PropertyAssignment, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var AssignedPropertyMandatory = assignedPropertyMandatoryI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "assignedPropertyMandatory"}, ASubtypeOf: []sst.ElementInformer{AssignedProperty}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var AssignedPropertyMandatorySet = assignedPropertyMandatorySetI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "assignedPropertyMandatorySet"}, ASubtypeOf: []sst.ElementInformer{AssignedProperty}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var AssignedPropertyOptional = assignedPropertyOptionalI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "assignedPropertyOptional"}, ASubtypeOf: []sst.ElementInformer{AssignedProperty}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var AssignedPropertyOptionalSet = assignedPropertyOptionalSetI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "assignedPropertyOptionalSet"}, ASubtypeOf: []sst.ElementInformer{AssignedProperty}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var AttributeValues = attributeValuesI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "attributeValues"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var ComplexInstanceValue = complexInstanceValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "complexInstanceValue"}, ADomain: EntityInstance, ARange: SingleEntityValue, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var ConnotationalClass = connotationalClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "ConnotationalClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var DefinedType = definedTypeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "DefinedType"}, 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 DerivedValue = derivedValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "derivedValue"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: true, }}
View Source
var Directive = directiveI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "directive"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var EmptyAgggregateValue = emptyAgggregateValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "emptyAgggregateValue"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: true, }}
View Source
var Entity = entityI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "Entity"}, 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 EntityInstance = entityInstanceI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "EntityInstance"}, 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 EntityInstanceType = entityInstanceTypeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "entityInstanceType"}, ADomain: EntityInstance, ARange: Entity, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var EnumerationClass = enumerationClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "EnumerationClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var EnumerationValue = enumerationValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "EnumerationValue"}, 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 ExternalMap = externalMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "externalMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Field = fieldI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "Field"}, 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 FormClassProperties = formClassPropertiesI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "formClassProperties"}, ARange: ListOfProperties, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var FormIndividualProperties = formIndividualPropertiesI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "formIndividualProperties"}, ARange: ListOfProperties, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var FormProperties = formPropertiesI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "formProperties"}, ARange: ListOfProperties, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var GoAlias = goAliasI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "goAlias"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var IndeterminateValue = indeterminateValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "indeterminateValue"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: true, }}
View Source
var IsAbstract = isAbstractI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "isAbstract"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var IsActive = isActiveI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "isActive"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var IsSystem = isSystemI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "isSystem"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var ListOfProperties = listOfPropertiesI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "ListOfProperties"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var MainClass = mainClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "MainClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var OfType = ofTypeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "ofType"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var OptionClass = optionClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "OptionClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var (
PKG = sst.ElementPkg(pkg{})
)
View Source
var PropertyAssignment = propertyAssignmentI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "PropertyAssignment"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SSMETAVocabulary = sst.Vocabulary{BaseIRI: "http://ontology.semanticstep.net/ssmeta"}
View Source
var Schema = schemaI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "Schema"}, 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 SelectClass = selectClassI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "SelectClass"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SimpleInstanceValue = simpleInstanceValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "simpleInstanceValue"}, ADomain: EntityInstance, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SingleEntityValue = singleEntityValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "SingleEntityValue"}, 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 SingleEntityValueType = singleEntityValueTypeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "singleEntityValueType"}, ADomain: SingleEntityValue, ARange: Entity, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var SourceDataset = sourceDatasetI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "sourceDataset"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SourceDatasetDateTime = sourceDatasetDateTimeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "sourceDatasetDateTime"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SourceDatasetHash256 = sourceDatasetHash256I{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "sourceDatasetHash256"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SourceSystem = sourceSystemI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "sourceSystem"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SpecialPropertyValue = specialPropertyValueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "SpecialPropertyValue"}, 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 StepArmMap = stepArmMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepArmMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepDmEnumerationMap = stepDmEnumerationMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepDmEnumerationMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepDmMap = stepDmMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepDmMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepImAttributeMap = stepImAttributeMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImAttributeMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepImDefinedTypeMap = stepImDefinedTypeMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImDefinedTypeMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepImEntityMap = stepImEntityMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImEntityMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepImEnumerationMap = stepImEnumerationMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImEnumerationMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var StepImMapAttributeOrder = stepImMapAttributeOrderI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImMapAttributeOrder"}, ADomain: MainClass, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var StepImMapAttributeSpecial = stepImMapAttributeSpecialI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "StepImMapAttributeSpecial"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: true, }}
View Source
var StepImMapSupertypeOrder = stepImMapSupertypeOrderI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImMapSupertypeOrder"}, ADomain: MainClass, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: true, ADatatype: false, AnIndividual: false, }}
View Source
var StepImSelectMap = stepImSelectMapI{sst.ElementInfo{ Element: sst.Element{Vocabulary: SSMETAVocabulary, Name: "stepImSelectMap"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: true, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
Functions ¶
This section is empty.
Types ¶
type IsAbstractClass ¶
type IsAbstractClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23AbstractClass()
}
type IsAbstractProperty ¶
type IsAbstractProperty interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23AbstractProperty()
}
type IsAssignedProperty ¶
type IsAssignedProperty interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedProperty()
}
type IsAssignedPropertyMandatory ¶
type IsAssignedPropertyMandatory interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyMandatory()
}
type IsAssignedPropertyMandatorySet ¶
type IsAssignedPropertyMandatorySet interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyMandatorySet()
}
type IsAssignedPropertyOptional ¶
type IsAssignedPropertyOptional interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyOptional()
}
type IsAssignedPropertyOptionalSet ¶
type IsAssignedPropertyOptionalSet interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyOptionalSet()
}
type IsAttributeValues ¶
type IsAttributeValues interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23attributeValues()
}
type IsComplexInstanceValue ¶
type IsComplexInstanceValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23complexInstanceValue()
}
type IsConnotationalClass ¶
type IsConnotationalClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ConnotationalClass()
}
type IsDefinedType ¶
type IsDefinedType interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23DefinedType()
}
type IsDerivedValue ¶
type IsDerivedValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23derivedValue()
}
type IsDirective ¶
type IsDirective interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23directive()
}
type IsEmptyAgggregateValue ¶
type IsEmptyAgggregateValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23emptyAgggregateValue()
}
type IsEntity ¶
type IsEntity interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Entity()
}
type IsEntityInstance ¶
type IsEntityInstance interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EntityInstance()
}
type IsEntityInstanceType ¶
type IsEntityInstanceType interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23entityInstanceType()
}
type IsEnumerationClass ¶
type IsEnumerationClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EnumerationClass()
}
type IsEnumerationValue ¶
type IsEnumerationValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EnumerationValue()
}
type IsExternalMap ¶
type IsExternalMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23externalMap()
}
type IsField ¶
type IsField interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Field()
}
type IsFormClassProperties ¶
type IsFormClassProperties interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formClassProperties()
}
type IsFormIndividualProperties ¶
type IsFormIndividualProperties interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formIndividualProperties()
}
type IsFormProperties ¶
type IsFormProperties interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formProperties()
}
type IsGoAlias ¶
type IsGoAlias interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23goAlias()
}
type IsIndeterminateValue ¶
type IsIndeterminateValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23indeterminateValue()
}
type IsIsAbstract ¶
type IsIsAbstract interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isAbstract()
}
type IsIsActive ¶
type IsIsActive interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isActive()
}
type IsIsSystem ¶
type IsIsSystem interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isSystem()
}
type IsListOfProperties ¶
type IsListOfProperties interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ListOfProperties()
}
type IsMainClass ¶
type IsMainClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23MainClass()
}
type IsOfType ¶
type IsOfType interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ofType()
}
type IsOptionClass ¶
type IsOptionClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23OptionClass()
}
type IsPropertyAssignment ¶
type IsPropertyAssignment interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23PropertyAssignment()
}
type IsSchema ¶
type IsSchema interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Schema()
}
type IsSelectClass ¶
type IsSelectClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SelectClass()
}
type IsSimpleInstanceValue ¶
type IsSimpleInstanceValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23simpleInstanceValue()
}
type IsSingleEntityValue ¶
type IsSingleEntityValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SingleEntityValue()
}
type IsSingleEntityValueType ¶
type IsSingleEntityValueType interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23singleEntityValueType()
}
type IsSourceDataset ¶
type IsSourceDataset interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDataset()
}
type IsSourceDatasetDateTime ¶
type IsSourceDatasetDateTime interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDatasetDateTime()
}
type IsSourceDatasetHash256 ¶
type IsSourceDatasetHash256 interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDatasetHash256()
}
type IsSourceSystem ¶
type IsSourceSystem interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceSystem()
}
type IsSpecialPropertyValue ¶
type IsSpecialPropertyValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SpecialPropertyValue()
}
type IsStepArmMap ¶
type IsStepArmMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepArmMap()
}
type IsStepDmEnumerationMap ¶
type IsStepDmEnumerationMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepDmEnumerationMap()
}
type IsStepDmMap ¶
type IsStepDmMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepDmMap()
}
type IsStepImAttributeMap ¶
type IsStepImAttributeMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImAttributeMap()
}
type IsStepImDefinedTypeMap ¶
type IsStepImDefinedTypeMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImDefinedTypeMap()
}
type IsStepImEntityMap ¶
type IsStepImEntityMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImEntityMap()
}
type IsStepImEnumerationMap ¶
type IsStepImEnumerationMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImEnumerationMap()
}
type IsStepImMapAttributeOrder ¶
type IsStepImMapAttributeOrder interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImMapAttributeOrder()
}
type IsStepImMapAttributeSpecial ¶
type IsStepImMapAttributeSpecial interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23StepImMapAttributeSpecial()
}
type IsStepImMapSupertypeOrder ¶
type IsStepImMapSupertypeOrder interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImMapSupertypeOrder()
}
type IsStepImSelectMap ¶
type IsStepImSelectMap interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImSelectMap()
}
type KindAbstractClass ¶
type KindAbstractClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23AbstractClass()
}
type KindAbstractProperty ¶
type KindAbstractProperty interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23AbstractProperty()
}
type KindAssignedProperty ¶
type KindAssignedProperty interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedProperty()
}
type KindAssignedPropertyMandatory ¶
type KindAssignedPropertyMandatory interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyMandatory()
}
type KindAssignedPropertyMandatorySet ¶
type KindAssignedPropertyMandatorySet interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyMandatorySet()
}
type KindAssignedPropertyOptional ¶
type KindAssignedPropertyOptional interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyOptional()
}
type KindAssignedPropertyOptionalSet ¶
type KindAssignedPropertyOptionalSet interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23assignedPropertyOptionalSet()
}
type KindAttributeValues ¶
type KindAttributeValues interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23attributeValues()
}
type KindComplexInstanceValue ¶
type KindComplexInstanceValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23complexInstanceValue()
}
type KindConnotationalClass ¶
type KindConnotationalClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ConnotationalClass()
}
type KindDefinedType ¶
type KindDefinedType interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23DefinedType()
}
type KindDerivedValue ¶
type KindDerivedValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23derivedValue()
}
type KindDirective ¶
type KindDirective interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23directive()
}
type KindEmptyAgggregateValue ¶
type KindEmptyAgggregateValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23emptyAgggregateValue()
}
type KindEntity ¶
type KindEntity interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Entity()
}
type KindEntityInstance ¶
type KindEntityInstance interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EntityInstance()
}
type KindEntityInstanceType ¶
type KindEntityInstanceType interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23entityInstanceType()
}
type KindEnumerationClass ¶
type KindEnumerationClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EnumerationClass()
}
type KindEnumerationValue ¶
type KindEnumerationValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23EnumerationValue()
}
type KindExternalMap ¶
type KindExternalMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23externalMap()
}
type KindField ¶
type KindField interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Field()
}
type KindFormClassProperties ¶
type KindFormClassProperties interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formClassProperties()
}
type KindFormIndividualProperties ¶
type KindFormIndividualProperties interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formIndividualProperties()
}
type KindFormProperties ¶
type KindFormProperties interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23formProperties()
}
type KindGoAlias ¶
type KindGoAlias interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23goAlias()
}
type KindIndeterminateValue ¶
type KindIndeterminateValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23indeterminateValue()
}
type KindIsAbstract ¶
type KindIsAbstract interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isAbstract()
}
type KindIsActive ¶
type KindIsActive interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isActive()
}
type KindIsSystem ¶
type KindIsSystem interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23isSystem()
}
type KindListOfProperties ¶
type KindListOfProperties interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ListOfProperties()
}
type KindMainClass ¶
type KindMainClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23MainClass()
}
type KindOfType ¶
type KindOfType interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23ofType()
}
type KindOptionClass ¶
type KindOptionClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23OptionClass()
}
type KindPropertyAssignment ¶
type KindPropertyAssignment interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23PropertyAssignment()
}
type KindSchema ¶
type KindSchema interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23Schema()
}
type KindSelectClass ¶
type KindSelectClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SelectClass()
}
type KindSimpleInstanceValue ¶
type KindSimpleInstanceValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23simpleInstanceValue()
}
type KindSingleEntityValue ¶
type KindSingleEntityValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SingleEntityValue()
}
type KindSingleEntityValueType ¶
type KindSingleEntityValueType interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23singleEntityValueType()
}
type KindSourceDataset ¶
type KindSourceDataset interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDataset()
}
type KindSourceDatasetDateTime ¶
type KindSourceDatasetDateTime interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDatasetDateTime()
}
type KindSourceDatasetHash256 ¶
type KindSourceDatasetHash256 interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceDatasetHash256()
}
type KindSourceSystem ¶
type KindSourceSystem interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23sourceSystem()
}
type KindSpecialPropertyValue ¶
type KindSpecialPropertyValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23SpecialPropertyValue()
}
type KindStepArmMap ¶
type KindStepArmMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepArmMap()
}
type KindStepDmEnumerationMap ¶
type KindStepDmEnumerationMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepDmEnumerationMap()
}
type KindStepDmMap ¶
type KindStepDmMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepDmMap()
}
type KindStepImAttributeMap ¶
type KindStepImAttributeMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImAttributeMap()
}
type KindStepImDefinedTypeMap ¶
type KindStepImDefinedTypeMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImDefinedTypeMap()
}
type KindStepImEntityMap ¶
type KindStepImEntityMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImEntityMap()
}
type KindStepImEnumerationMap ¶
type KindStepImEnumerationMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImEnumerationMap()
}
type KindStepImMapAttributeOrder ¶
type KindStepImMapAttributeOrder interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImMapAttributeOrder()
}
type KindStepImMapAttributeSpecial ¶
type KindStepImMapAttributeSpecial interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23StepImMapAttributeSpecial()
}
type KindStepImMapSupertypeOrder ¶
type KindStepImMapSupertypeOrder interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImMapSupertypeOrder()
}
type KindStepImSelectMap ¶
type KindStepImSelectMap interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fontology_2Esemanticstep_2Enet_2Fssmeta_23stepImSelectMap()
}
Click to show internal directories.
Click to hide internal directories.