org.wsmostudio.bpmo.model
Class WorkflowEntitiesContainer

java.lang.Object
  extended by org.wsmostudio.bpmo.model.WorkflowEntityNode
      extended by org.wsmostudio.bpmo.model.WorkflowEntitiesContainer
Direct Known Subclasses:
BlockPatternNode, BpmoModel, ProcessNode

public abstract class WorkflowEntitiesContainer
extends WorkflowEntityNode


Field Summary
protected  java.util.List<WorkflowEntityNode> workflows
           
 
Fields inherited from class org.wsmostudio.bpmo.model.WorkflowEntityNode
identifierProp, inArcs, listeners, location, outArcs, size
 
Constructor Summary
WorkflowEntitiesContainer()
           
 
Method Summary
 void addWorkflow(WorkflowEntityNode value)
           
protected  void cloneProperties(WorkflowEntitiesContainer clone)
           
 java.util.Collection<WorkflowEntityNode> listWorkflows()
           
 void removeWorkflow(WorkflowEntityNode value)
           
 
Methods inherited from class org.wsmostudio.bpmo.model.WorkflowEntityNode
addInConnection, addOutConnection, addPropertyChangeListener, cloneNode, cloneProperties, firePropertyChange, getIdentifier, getLocation, getOwner, getPreferredSize, getSize, getTopContainer, handleAction, isServiceNode, listInArcs, listOutArcs, listSupportedProperties, moveToLocation, notifyContentChanged, removeInConnection, removeOutConnection, removePropertyChangeListener, setIdentifier, setLocation, setOwner, setSize, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflows

protected java.util.List<WorkflowEntityNode> workflows
Constructor Detail

WorkflowEntitiesContainer

public WorkflowEntitiesContainer()
Method Detail

addWorkflow

public void addWorkflow(WorkflowEntityNode value)

listWorkflows

public java.util.Collection<WorkflowEntityNode> listWorkflows()

removeWorkflow

public void removeWorkflow(WorkflowEntityNode value)

cloneProperties

protected void cloneProperties(WorkflowEntitiesContainer clone)


Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.