Modifier and Type | Interface and Description |
---|---|
interface |
MutableInstance
A mutable instance that allows adding/changing properties
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroup
Group implementation backed by a
ListMultimap . |
class |
DefaultInstance
Default instance implementation backed by a
ListMultimap . |
Modifier and Type | Class and Description |
---|---|
class |
OGroup
Group implementation based on
ODocument s |
class |
OInstance
Instance implementation based on
ODocument s |
Modifier and Type | Class and Description |
---|---|
class |
StreamGmlInstance
Instance read from a XML or GML stream.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
GroupPath(List<MutableGroup> parents,
List<DefinitionGroup> children)
Create a group path
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a