|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MutableGroup in eu.esdihumboldt.hale.common.instance.model |
---|
Subinterfaces of MutableGroup in eu.esdihumboldt.hale.common.instance.model | |
---|---|
interface |
MutableInstance
A mutable instance that allows adding/changing properties |
Uses of MutableGroup in eu.esdihumboldt.hale.common.instance.model.impl |
---|
Classes in eu.esdihumboldt.hale.common.instance.model.impl that implement MutableGroup | |
---|---|
class |
DefaultGroup
Group implementation backed by a ListMultimap . |
class |
DefaultInstance
Default instance implementation backed by a ListMultimap . |
Uses of MutableGroup in eu.esdihumboldt.hale.common.instance.orient |
---|
Classes in eu.esdihumboldt.hale.common.instance.orient that implement MutableGroup | |
---|---|
class |
OGroup
Group implementation based on ODocument s |
class |
OInstance
Instance implementation based on ODocument s |
Uses of MutableGroup in eu.esdihumboldt.hale.io.gml.reader.internal.instance |
---|
Classes in eu.esdihumboldt.hale.io.gml.reader.internal.instance that implement MutableGroup | |
---|---|
class |
StreamGmlInstance
Instance read from a XML or GML stream. |
Methods in eu.esdihumboldt.hale.io.gml.reader.internal.instance that return MutableGroup | |
---|---|
MutableGroup |
GroupPath.getLast(boolean strict)
Get the last group in the path. Will create the child groups for which only definitions are present and update the path accordingly before getting the last group object. |
Methods in eu.esdihumboldt.hale.io.gml.reader.internal.instance that return types with arguments of type MutableGroup | |
---|---|
protected List<MutableGroup> |
GroupPath.createChildGroups()
Create groups for the children in the path (which are only represented as definitions). |
Stack<MutableGroup> |
GroupPath.getAllGroups(boolean strict)
Get all groups in the path. Will create the child groups for which only definitions are present and update the path accordingly before returning all group objects. |
List<MutableGroup> |
GroupPath.getParents()
|
Constructor parameters in eu.esdihumboldt.hale.io.gml.reader.internal.instance with type arguments of type MutableGroup | |
---|---|
GroupPath(List<MutableGroup> parents,
List<DefinitionGroup> children)
Create a group path |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |