java.lang.Object
test.de.iip_ecosphere.platform.support.aas.AbstractAasExample
test.de.iip_ecosphere.platform.support.aas.PCF
test.de.iip_ecosphere.platform.support.aas.basyx2.BaSyxPCF

public class BaSyxPCF extends test.de.iip_ecosphere.platform.support.aas.PCF
Sets up the PCF for BaSyx. You will find the persisted AAS in the output folder.
Author:
Holger Eichelberger, SSE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Executes the test standalone.
    void
    Tests creating and storing the AAS.

    Methods inherited from class test.de.iip_ecosphere.platform.support.aas.PCF

    createAas, getFolderName, getTargetFiles, getThumbnail

    Methods inherited from class test.de.iip_ecosphere.platform.support.aas.AbstractAasExample

    assertAllAas, assertEnum, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertLangStringsEquals, assertReferenceEquals, createFileURI, createURI, first, first, first, first, first, first, first, first, first, forEachPart, getDateOfTest, getFileResource, getResourceFolder, getTempFolder, getTestFileName, isCreateMultiLanguageProperties, isCreateOperations, registerAas, registerAas, registerResource, setCreateMultiLanguageProperties, setCreateOperations, testCreateAndStore, toTestBigInteger, toTestBoolean, toTestDate, toTestDouble, toTestEnum, toTestEnum, toTestEnum, toTestFloat, toTestInt, toTestLangString, toTestLong, toTestMLString, toTestRange, toTestReferenceElement, toTestRelationshipElementFirst, toTestRelationshipElementSecond, toTestResourceFile, toTestResourceMimeType, toTestString, toTestValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaSyxPCF

      public BaSyxPCF()
  • Method Details

    • main

      public static void main(String[] args)
      Executes the test standalone.
      Parameters:
      args - command line arguments, the first argument may be --withOperations to enable the creation of operations
    • testCreateAndStore

      public void testCreateAndStore() throws IOException
      Tests creating and storing the AAS.
      Overrides:
      testCreateAndStore in class test.de.iip_ecosphere.platform.support.aas.AbstractAasExample
      Throws:
      IOException - if persisting does not work.