Java 类org.eclipse.emf.common.notify.Notifier 实例源码

项目:Saturn    文件:SoapIOResourceAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:time4sys    文件:GqamAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:rgse.ttc17.emoflon.tgg    文件:MarketOperationsAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:InfCommonAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:Saturn    文件:SaturnReportAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:OutagePreventionMjtraceAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:Saturn    文件:RmiConnectionResourceAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:LNGroupZAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:gemoc-studio-modeldebugging    文件:AbstractDSLDebugElementAdapter.java   
/**
 * {@inheritDoc}
 * 
 * @see org.eclipse.emf.common.notify.Adapter#getTarget()
 */
public Notifier getTarget() {
    return target;
}
项目:Saturn    文件:MqResourceAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:neoscada    文件:SetupAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter ( Notifier target )
{
    return modelSwitch.doSwitch ( (EObject)target );
}
项目:neoscada    文件:GlobalizeAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * 
 * @param target
 *            the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter ( final Notifier target )
{
    return this.modelSwitch.doSwitch ( (EObject)target );
}
项目:gemoc-studio-modeldebugging    文件:EventItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:Saturn    文件:RuncmdsModuleAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:StateVariablesAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:Saturn    文件:LdapResourceAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:time4sys    文件:Time4sysItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:ttc2017smartGrids    文件:InterfaceClassesAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:rgse.ttc17.emoflon.tgg    文件:PackageDependenciesAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:GluemodelAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:model-consistency    文件:GraphAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:xmontiarc    文件:RuntimeAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:CommonAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:OCCI-Studio    文件:InfrastructureItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:Saturn    文件:ReferenceModuleAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:Saturn    文件:ExtractDDLModuleAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target)
{
  return modelSwitch.doSwitch((EObject)target);
}
项目:TOSCA-Studio    文件:ToscaItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:OCCI-Studio    文件:PlatformAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:rgse.ttc17.emoflon.tgg    文件:RulesAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject) target);
}
项目:rgse.ttc17.emoflon.tgg    文件:InfOperationsAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:smarthome-cep-demonstrator    文件:SmarthomeAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
    * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
   @Override
   public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:DocIT    文件:CompanyAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:OCCI-Studio    文件:SlaItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:time4sys    文件:TraceItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:rgse.ttc17.emoflon.tgg    文件:LoadModelAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:ttc2017smartGrids    文件:ProductionAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:neoscada    文件:CommonItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt ( Notifier notifier, Object type )
{
    return super.adapt ( notifier, this );
}
项目:TOSCA-Studio    文件:ExtendedtoscaItemProviderAdapterFactory.java   
/**
 * This implementation substitutes the factory itself as the key for the adapter.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Adapter adapt(Notifier notifier, Object type) {
    return super.adapt(notifier, this);
}
项目:rgse.ttc17.emoflon.tgg    文件:DatatypesAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}
项目:rgse.ttc17.emoflon.tgg    文件:InfLoadControlAdapterFactory.java   
/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override
public Adapter createAdapter(Notifier target) {
    return modelSwitch.doSwitch((EObject)target);
}