Class BaSyxTechnicalProperties
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElement
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
-
- de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata.BaSyxTechnicalProperties
-
- All Implemented Interfaces:
BaSyxElementTranslator.SubmodelElementsRegistrar,de.iip_ecosphere.platform.support.aas.Element,de.iip_ecosphere.platform.support.aas.ElementsAccess,de.iip_ecosphere.platform.support.aas.HasDataSpecification,de.iip_ecosphere.platform.support.aas.HasKind,de.iip_ecosphere.platform.support.aas.HasSemantics,de.iip_ecosphere.platform.support.aas.Qualifiable,de.iip_ecosphere.platform.support.aas.Referable,de.iip_ecosphere.platform.support.aas.SubmodelElement,de.iip_ecosphere.platform.support.aas.SubmodelElementCollection,de.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
public class BaSyxTechnicalProperties extends BaSyxSubmodelElementCollection implements de.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
Wrapper for the BaSyx technical properties class.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaSyxTechnicalProperties.BaSyxTechnicalPropertiesBuilderThe sub-model element collection builder.-
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_SHORTstatic java.lang.StringMAIN_SECTION_PREFIXstatic java.lang.StringSUB_SECTION_PREFIX
-
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxTechnicalProperties()Creates an instance.(package private)BaSyxTechnicalProperties(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformation collection)Creates an instance and sets the BaSyx instance directly.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElement>arbitrary()org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.technicalproperties.TechnicalPropertiesgetSubmodelElement()Returns the implementing sub-model element.java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>mainSections()java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElement>sMENotDescribedBySemanticId()java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>subSections()-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
accept, createReference, deleteElement, elements, getDataElement, getElement, getElements, getElements, getElementsCount, getIdShort, getOperation, getProperty, getReferenceElement, getSubmodelElementCollection, getSubmodelElementCollections, register, register, register, register, register, register, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.support.aas.Element
accept, getIdShort, update
-
-
-
-
Field Detail
-
ID_SHORT
public static final java.lang.String ID_SHORT
- See Also:
- Constant Field Values
-
MAIN_SECTION_PREFIX
public static final java.lang.String MAIN_SECTION_PREFIX
- See Also:
- Constant Field Values
-
SUB_SECTION_PREFIX
public static final java.lang.String SUB_SECTION_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BaSyxTechnicalProperties
private BaSyxTechnicalProperties()
Creates an instance. Prevents external creation.
-
BaSyxTechnicalProperties
BaSyxTechnicalProperties(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformation collection)
Creates an instance and sets the BaSyx instance directly.- Parameters:
collection- the collection instance
-
-
Method Detail
-
getSubmodelElement
public org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.technicalproperties.TechnicalProperties getSubmodelElement()
Description copied from class:BaSyxSubmodelElementReturns the implementing sub-model element.- Overrides:
getSubmodelElementin classBaSyxSubmodelElementCollection- Returns:
- the submodel element
-
mainSections
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection> mainSections()
- Specified by:
mainSectionsin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
-
subSections
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection> subSections()
- Specified by:
subSectionsin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
-
sMENotDescribedBySemanticId
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElement> sMENotDescribedBySemanticId()
- Specified by:
sMENotDescribedBySemanticIdin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
-
arbitrary
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.SubmodelElement> arbitrary()
- Specified by:
arbitraryin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties
-
-