public interface

IDuplicatedUnit

implements IUnit
com.pnfsoftware.jeb.core.units.IDuplicatedUnit

Class Overview

Represent an IUnit without processing, because there is somewhere a duplicate unit (exactly the same) in the current project.

Summary

Public Methods
abstract IUnit getOriginal()
The original IUnit which the current is the duplicate.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IUnitCreator
From interface com.pnfsoftware.jeb.core.IUserDataSupport
From interface com.pnfsoftware.jeb.core.units.IUnit
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract IUnit getOriginal ()

The original IUnit which the current is the duplicate. Never null.

Returns