com.codbex.kronos.parser.hdbcalculationview.ndb.bimodelcalculation.GraphView Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 2022 codbex or an codbex affiliate company and contributors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* SPDX-FileCopyrightText: 2022 codbex or an codbex affiliate company and contributors
* SPDX-License-Identifier: EPL-2.0
*/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.11.26 at 10:54:28 AM EET
//
package com.codbex.kronos.parser.hdbcalculationview.ndb.bimodelcalculation;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.GetNeighborhoodParameterization;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.GetShortestPathParameterization;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.GetShortestPathsParameterization;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.GetStronglyConnectedComponents;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.GraphAction;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.PatternMatching;
import com.codbex.kronos.parser.hdbcalculationview.ndb.datamodelgraph.ScriptPatternMatching;
/**
* A view node that contains a graph action
*
*
* Java class for GraphView complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="GraphView">
* <complexContent>
* <extension base="{http://www.sap.com/ndb/BiModelCalculation.ecore}Node">
* <choice>
* <element name="patternMatching" type="{http://www.sap.com/ndb/DataModelGraph.ecore}PatternMatching"/>
* <element name="scriptPatternMatching" type="{http://www.sap.com/ndb/DataModelGraph.ecore}ScriptPatternMatching"/>
* <element name="getNeighborhoodParameterization" type="{http://www.sap.com/ndb/DataModelGraph.ecore}GetNeighborhoodParameterization"/>
* <sequence>
* <element name="output" type="{http://www.sap.com/ndb/BiModelCalculation.ecore}Output" maxOccurs="2" minOccurs="0"/>
* <element name="getShortestPathsParameterization" type="{http://www.sap.com/ndb/DataModelGraph.ecore}GetShortestPathsParameterization"/>
* </sequence>
* <element name="getShortestPathParameterization" type="{http://www.sap.com/ndb/DataModelGraph.ecore}GetShortestPathParameterization"/>
* <element name="getStronglyConnectedComponents" type="{http://www.sap.com/ndb/DataModelGraph.ecore}GetStronglyConnectedComponents"/>
* </choice>
* <attribute name="workspace" use="required" type="{http://www.sap.com/ndb/RepositoryModelResource.ecore}RepositoryUri" />
* <attribute name="action" use="required" type="{http://www.sap.com/ndb/DataModelGraph.ecore}GraphAction" />
* </extension>
* </complexContent>
* </complexType>
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "GraphView", propOrder = {
"patternMatching",
"scriptPatternMatching",
"getNeighborhoodParameterization",
"output",
"getShortestPathsParameterization",
"getShortestPathParameterization",
"getStronglyConnectedComponents"
})
public class GraphView
extends Node {
/** The pattern matching. */
protected PatternMatching patternMatching;
/** The script pattern matching. */
protected ScriptPatternMatching scriptPatternMatching;
/** The get neighborhood parameterization. */
protected GetNeighborhoodParameterization getNeighborhoodParameterization;
/** The output. */
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy