AMLEngine 3.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AMLEngine --version 3.1.1
NuGet\Install-Package AMLEngine -Version 3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AMLEngine" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AMLEngine --version 3.1.1
#r "nuget: AMLEngine, 3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AMLEngine as a Cake Addin
#addin nuget:?package=AMLEngine&version=3.1.1

// Install AMLEngine as a Cake Tool
#tool nuget:?package=AMLEngine&version=3.1.1

AutomationML API contains the CAEX-ClassModel Version 2.15, an AutomationML Validation Engine and specific AutomationML Extensions to the CAEX-ClassModel. The AMLEngine is available as .net3.5 and .net4.0 Versions. The CAEX-ClassModel is generated from the CAEX-XSD-Schema with Altova XMLSpy.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AMLEngine:

Package Downloads
AMLToolkit

This first version contains a WPF Custom Control, which can be used to visualize an AutomationML Object and selected descendants in a WPF TreeView. The TreeView Nodes are decorated with Icons which are specific for each CAEX-Element.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.2 7,025 10/12/2017
3.6.1 1,366 7/20/2017
3.6.0 1,322 6/15/2017
3.5.1 1,492 2/28/2017
3.5.0 1,322 2/22/2017
3.4.8 1,369 1/16/2017
3.4.7 1,939 9/22/2016
3.4.6 1,342 8/30/2016
3.4.5 1,266 8/29/2016
3.4.4 1,269 8/23/2016
3.4.3 1,303 8/16/2016
3.4.2 1,322 8/14/2016
3.4.1 1,279 8/12/2016
3.4.0 1,275 8/11/2016
3.3.2 1,347 8/4/2016
3.3.1 1,694 8/1/2016
3.3.0 1,335 7/25/2016
3.2.6 1,426 6/10/2016
3.2.5 1,373 2/29/2016
3.2.4 1,349 2/18/2016
3.2.3 1,376 1/27/2016
3.2.2 1,248 1/27/2016
3.2.1 1,247 1/27/2016
3.2.0 1,646 1/18/2016
3.1.4 1,846 10/5/2015
3.1.3 1,525 7/24/2015
3.1.2 1,693 4/30/2015
3.1.1 1,586 3/27/2015
3.1.0 1,677 3/5/2015
3.0.3 1,711 2/26/2015
3.0.2 1,873 2/25/2015
3.0.1 1,644 2/12/2015
3.0.0 1,630 2/11/2015
2.1.5 1,899 1/23/2015
2.1.4.3 1,408 1/8/2015
2.1.4.2 1,370 1/7/2015
2.1.4.1 1,375 1/7/2015
2.1.4 1,607 1/6/2015
2.1.2.1 1,766 10/15/2014
2.1.2 2,705 10/15/2014

Version 3.1.1
Bug-Fix in RefURIAttributeType

Version 3.1
Official Release Version of the AMLEngine

Version 3.0.3
Bug Fixes


Version 3.0
This Version has a new build in Validation Engine. This Engine is a replacement of the former used HashTables with Validation support. The new Validation Engine offers additional Validation and Repair Options and manages Cross references between CAEX-Elements. The Old HashTables are still available to be downward compatibel.

In Version 3.0 the most Element Creation and Insertion Methods are provided with an additional Parameter that allows the explicit definition, wether a new Element is inserted as the first Element of it's Type or the Last Element of it's Type in the Children Collection of it's Parent. The Default Behavior has not changed to former versions, where the Insertion Position in most methods was the first.





Version 2.2
This version uses an updated Altova Kernel

Better Performance when large Trees are
walked. Use of Recursion is avoided for those walks. The .Net 4.0 Version uses Parallel for Consistency Checks.
------------------------------------------

Version 2.1.5

Method to redirect links for mirrors and internal links complete redesigned for better performance.

Referencing of CAEX Elementnames which contain special characters (i.e. in InternalLinks) are now handled as defined in the CAEX guide.

New Methods two get derived Interfaces and derived SupportedRoleClasses (similar to the Method to get derived Attributes).