org.wsmostudio.bpmo.model
Class BpmoModel

java.lang.Object
  extended by org.wsmostudio.bpmo.model.WorkflowEntityNode
      extended by org.wsmostudio.bpmo.model.WorkflowEntitiesContainer
          extended by org.wsmostudio.bpmo.model.BpmoModel

public class BpmoModel
extends WorkflowEntitiesContainer


Field Summary
 
Fields inherited from class org.wsmostudio.bpmo.model.WorkflowEntitiesContainer
workflows
 
Fields inherited from class org.wsmostudio.bpmo.model.WorkflowEntityNode
identifierProp, inArcs, listeners, location, outArcs, size
 
Constructor Summary
BpmoModel()
           
 
Method Summary
 void addProcess(ProcessNode process)
           
 WorkflowEntityNode cloneNode()
           
 org.wsmo.common.TopEntity getNSHolder()
           
 org.eclipse.draw2d.geometry.Dimension getPreferredSize()
           
 java.util.List<ProcessNode> listProcesses()
           
 java.util.List<WorkflowProperty> listSupportedProperties()
           
 void notifyContentChanged()
           
 void removeProcess(ProcessNode process)
           
 void reorderProcessNodes()
           
 void setContainingEditor(BpmoEditor editor)
           
 void setNamespaces(org.omwg.ontology.Ontology onto)
           
 void updateNamespacesTo(org.omwg.ontology.Ontology onto)
           
 
Methods inherited from class org.wsmostudio.bpmo.model.WorkflowEntitiesContainer
addWorkflow, cloneProperties, listWorkflows, removeWorkflow
 
Methods inherited from class org.wsmostudio.bpmo.model.WorkflowEntityNode
addInConnection, addOutConnection, addPropertyChangeListener, cloneProperties, firePropertyChange, getIdentifier, getLocation, getOwner, getSize, getTopContainer, handleAction, isServiceNode, listInArcs, listOutArcs, moveToLocation, 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
 

Constructor Detail

BpmoModel

public BpmoModel()
Method Detail

setContainingEditor

public void setContainingEditor(BpmoEditor editor)

notifyContentChanged

public void notifyContentChanged()
Overrides:
notifyContentChanged in class WorkflowEntityNode

listProcesses

public java.util.List<ProcessNode> listProcesses()

addProcess

public void addProcess(ProcessNode process)

removeProcess

public void removeProcess(ProcessNode process)

getPreferredSize

public org.eclipse.draw2d.geometry.Dimension getPreferredSize()
Specified by:
getPreferredSize in class WorkflowEntityNode

cloneNode

public WorkflowEntityNode cloneNode()
Specified by:
cloneNode in class WorkflowEntityNode

listSupportedProperties

public java.util.List<WorkflowProperty> listSupportedProperties()
Overrides:
listSupportedProperties in class WorkflowEntityNode

getNSHolder

public org.wsmo.common.TopEntity getNSHolder()

setNamespaces

public void setNamespaces(org.omwg.ontology.Ontology onto)

updateNamespacesTo

public void updateNamespacesTo(org.omwg.ontology.Ontology onto)

reorderProcessNodes

public void reorderProcessNodes()


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