All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 output; /** The get shortest paths parameterization. */ protected GetShortestPathsParameterization getShortestPathsParameterization; /** The get shortest path parameterization. */ protected GetShortestPathParameterization getShortestPathParameterization; /** The get strongly connected components. */ protected GetStronglyConnectedComponents getStronglyConnectedComponents; /** The workspace. */ @XmlAttribute(name = "workspace", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String workspace; /** The action. */ @XmlAttribute(name = "action", required = true) protected GraphAction action; /** * Gets the value of the patternMatching property. * * @return possible object is * {@link PatternMatching } */ public PatternMatching getPatternMatching() { return patternMatching; } /** * Sets the value of the patternMatching property. * * @param value allowed object is * {@link PatternMatching } */ public void setPatternMatching(PatternMatching value) { this.patternMatching = value; } /** * Gets the value of the scriptPatternMatching property. * * @return possible object is * {@link ScriptPatternMatching } */ public ScriptPatternMatching getScriptPatternMatching() { return scriptPatternMatching; } /** * Sets the value of the scriptPatternMatching property. * * @param value allowed object is * {@link ScriptPatternMatching } */ public void setScriptPatternMatching(ScriptPatternMatching value) { this.scriptPatternMatching = value; } /** * Gets the value of the getNeighborhoodParameterization property. * * @return possible object is * {@link GetNeighborhoodParameterization } */ public GetNeighborhoodParameterization getGetNeighborhoodParameterization() { return getNeighborhoodParameterization; } /** * Sets the value of the getNeighborhoodParameterization property. * * @param value allowed object is * {@link GetNeighborhoodParameterization } */ public void setGetNeighborhoodParameterization(GetNeighborhoodParameterization value) { this.getNeighborhoodParameterization = value; } /** * Gets the value of the output property. * * * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the output property. * * * For example, to add a new item, do as follows: *
   *    getOutput().add(newItem);
   * 
* * * * Objects of the following type(s) are allowed in the list * {@link Output } * * @return the output */ public List getOutput() { if (output == null) { output = new ArrayList(); } return this.output; } /** * Gets the value of the getShortestPathsParameterization property. * * @return possible object is * {@link GetShortestPathsParameterization } */ public GetShortestPathsParameterization getGetShortestPathsParameterization() { return getShortestPathsParameterization; } /** * Sets the value of the getShortestPathsParameterization property. * * @param value allowed object is * {@link GetShortestPathsParameterization } */ public void setGetShortestPathsParameterization(GetShortestPathsParameterization value) { this.getShortestPathsParameterization = value; } /** * Gets the value of the getShortestPathParameterization property. * * @return possible object is * {@link GetShortestPathParameterization } */ public GetShortestPathParameterization getGetShortestPathParameterization() { return getShortestPathParameterization; } /** * Sets the value of the getShortestPathParameterization property. * * @param value allowed object is * {@link GetShortestPathParameterization } */ public void setGetShortestPathParameterization(GetShortestPathParameterization value) { this.getShortestPathParameterization = value; } /** * Gets the value of the getStronglyConnectedComponents property. * * @return possible object is * {@link GetStronglyConnectedComponents } */ public GetStronglyConnectedComponents getGetStronglyConnectedComponents() { return getStronglyConnectedComponents; } /** * Sets the value of the getStronglyConnectedComponents property. * * @param value allowed object is * {@link GetStronglyConnectedComponents } */ public void setGetStronglyConnectedComponents(GetStronglyConnectedComponents value) { this.getStronglyConnectedComponents = value; } /** * Gets the value of the workspace property. * * @return possible object is * {@link String } */ public String getWorkspace() { return workspace; } /** * Sets the value of the workspace property. * * @param value allowed object is * {@link String } */ public void setWorkspace(String value) { this.workspace = value; } /** * Gets the value of the action property. * * @return possible object is * {@link GraphAction } */ public GraphAction getAction() { return action; } /** * Sets the value of the action property. * * @param value allowed object is * {@link GraphAction } */ public void setAction(GraphAction value) { this.action = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy