org.wsmostudio.ui.editors.model
Class InterfaceModel
java.lang.Object
java.util.Observable
org.wsmostudio.ui.editors.model.ObservableModel
org.wsmostudio.ui.editors.model.EntityModel
org.wsmostudio.ui.editors.model.TopEntityModel
org.wsmostudio.ui.editors.model.InterfaceModel
- All Implemented Interfaces:
- java.util.Observer, org.eclipse.core.runtime.IAdaptable
public class InterfaceModel
- extends TopEntityModel
| Methods inherited from class org.wsmostudio.ui.editors.model.ObservableModel |
addSubModel, clearDirty, countObservers, disableNotification, enableNotification, getAdapter, getMasterModel, isDirty, listSubModels, notifyObservers, removeSubModel, setChanged, setMasterModel, update |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, deleteObserver, deleteObservers, hasChanged, notifyObservers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceModel
public InterfaceModel(org.wsmo.service.Interface iface)
getInterface
public org.wsmo.service.Interface getInterface()
createChoreography
public org.wsmo.service.Choreography createChoreography(org.wsmo.common.Identifier id)
createOrchestration
public org.wsmo.service.Orchestration createOrchestration(org.wsmo.common.Identifier id)
setChoreography
public void setChoreography(org.wsmo.service.Choreography chor)
setOrchestration
public void setOrchestration(org.wsmo.service.Orchestration orch)
Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.