org.wsmostudio.ui.editors.model
Class InterfaceModel

java.lang.Object
  extended by java.util.Observable
      extended by org.wsmostudio.ui.editors.model.ObservableModel
          extended by org.wsmostudio.ui.editors.model.EntityModel
              extended by org.wsmostudio.ui.editors.model.TopEntityModel
                  extended by org.wsmostudio.ui.editors.model.InterfaceModel
All Implemented Interfaces:
java.util.Observer, org.eclipse.core.runtime.IAdaptable

public class InterfaceModel
extends TopEntityModel


Field Summary
 
Fields inherited from class org.wsmostudio.ui.editors.model.ObservableModel
dirty, masterModel, subModels, wsmoDelegate
 
Constructor Summary
InterfaceModel(org.wsmo.service.Interface iface)
           
 
Method Summary
 org.wsmo.service.Choreography createChoreography(org.wsmo.common.Identifier id)
           
 org.wsmo.service.Orchestration createOrchestration(org.wsmo.common.Identifier id)
           
 org.wsmo.service.Interface getInterface()
           
 void setChoreography(org.wsmo.service.Choreography chor)
           
 void setOrchestration(org.wsmo.service.Orchestration orch)
           
 
Methods inherited from class org.wsmostudio.ui.editors.model.TopEntityModel
addMediator, addNamespace, addOntology, getTopEntity, removeMediator, removeNamespace, removeOntology, setDefaultNamespace, setDirty, setWsmlVariant
 
Methods inherited from class org.wsmostudio.ui.editors.model.EntityModel
addNFPValue, addNFPValue, removeNFPValue, removeNFPValue
 
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
 

Constructor Detail

InterfaceModel

public InterfaceModel(org.wsmo.service.Interface iface)
Method Detail

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.