/* * Copyright 2017 Data Access Technologies, Inc. (Model Driven Solutions) * * Licensed under the Academic Free License version 3.0 * (http://www.opensource.org/licenses/afl-3.0.php), except as stated * in the file entitled Licensing-Information. */ package fUML.Syntax.Activities.CompleteActivities; import fUML.Syntax.Activities.IntermediateActivities.CentralBufferNode; public class DataStoreNode extends CentralBufferNode { }