This file is part of the CRISTAL-iSE kernel. Copyright (c) 2001-2015 The CRISTAL Consortium. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. http://www.fsf.org/licensing/licenses/lgpl.html
| Type | Name and description |
|---|---|
CompositeActivity |
currentCA |
def |
dslCache********************************************************* Unbalanced DSL methods and members TODO: Probably it needs to be moved the a new class ********************************************************** |
boolean |
firstFlag |
| Constructor and description |
|---|
CompActDelegate
(String caName, Map<String, WfVertex> cache) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
Block(Closure cl) |
|
void |
Loop(Map props, Closure cl) |
|
void |
Split(Map props, Types t, Closure cl) |
|
WfVertex |
addVertex(Types t, String name) |
|
CompActDelegate |
alias(Object val) |
|
CompActDelegate |
connect(Map<String, String> vMap) |
|
CompActDelegate |
connect(WfVertex v) |
|
WfVertex |
create(Map<String, String> vMap)This method creates a single VfVertex |
|
WfVertex |
createVertex(Types t, String name) |
|
void |
processClosure(BlockDelegate parentBlock, Closure cl) |
|
void |
setFirst(String name) |
|
void |
setFirst(WfVertex v) |
|
CompActDelegate |
to(Map<String, String> vMap) |
|
CompActDelegate |
to(WfVertex v) |
| Methods inherited from class | Name |
|---|---|
class BlockDelegate |
AndSplit, AndSplit, B, Block, CA, CompAct, EA, ElemAct, Loop, Loop, OrSplit, OrSplit, Property, Split, Split, XOrSplit, XOrSplit, addVertex, getAutoName, getNamePrefix, getVertex, processClosure, setRoutingScript, updateVertexCache |
********************************************************** Unbalanced DSL methods and members TODO: Probably it needs to be moved the a new class ***********************************************************
This method creates a single VfVertex
vMap - a Map ala groovy style ancoding the type and the name of the neworg.cristalise:cristalise-dsl:3.5.0