public class DefaultAllocationDescriptor extends AllocationDescriptor
Constructor and Description |
---|
DefaultAllocationDescriptor(DocumentSetDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
CoreferenceAllocation |
getAllocation() |
DocumentSetDescriptor |
getDescriptor() |
de.ims.icarus.util.location.Location |
getLocation() |
java.lang.String |
getName() |
org.java.plugin.registry.Extension |
getReaderExtension() |
boolean |
isLoaded() |
boolean |
isLoading() |
void |
load() |
get, getId, getParent, getProperties, setAllocation, setId, setLocation, setName, setProperties, setReaderExtension
public DefaultAllocationDescriptor(DocumentSetDescriptor descriptor)
public java.lang.String getName()
getName
in interface de.ims.icarus.util.NamedObject
getName
in class AllocationDescriptor
public CoreferenceAllocation getAllocation()
getAllocation
in class AllocationDescriptor
public boolean isLoaded()
isLoaded
in interface de.ims.icarus.io.Loadable
isLoaded
in class AllocationDescriptor
Loadable.isLoaded()
public boolean isLoading()
isLoading
in interface de.ims.icarus.io.Loadable
isLoading
in class AllocationDescriptor
Loadable.isLoading()
public void load() throws java.lang.Exception
load
in interface de.ims.icarus.io.Loadable
load
in class AllocationDescriptor
java.lang.Exception
Loadable.load()
public de.ims.icarus.util.location.Location getLocation()
getLocation
in class AllocationDescriptor
public org.java.plugin.registry.Extension getReaderExtension()
getReaderExtension
in class AllocationDescriptor
public void free()
free
in interface de.ims.icarus.io.Loadable
free
in class AllocationDescriptor
public DocumentSetDescriptor getDescriptor()