Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.config.entity | |
org.rvpf.document.exporter |
Export of configuration and metadata documents.
|
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity |
Modifier and Type | Interface and Description |
---|---|
interface |
Origin
Origin.
|
interface |
Point
Point.
|
Modifier and Type | Class and Description |
---|---|
static class |
Point.Named
Named.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Entity> |
Entity.UUID_COMPARATOR
UUID comparator.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
int |
Point.Named.compareTo(Entity other) |
Modifier and Type | Method and Description |
---|---|
Optional<HashMap<String,Entity>> |
Config.getEntities()
Gets the entities.
|
Optional<HashMap<String,Entity>> |
Config.returnEntities()
Returns the entities that were kept.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.keepEntities(Optional<HashMap<String,Entity>> entities)
Keeps the entities.
|
Constructor and Description |
---|
TopologicalErrorException(Entity entity)
Creates an instance.
|
UndefinedEntityException(Entity entity)
Constructs an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntity
Abstract entity.
|
class |
ClassDefEntity
Provides a class definition entity.
|
static class |
ClassDefEntity.Undefined
Undefined.
|
class |
ClassLibEntity
Class library entity.
|
static class |
ClassLibEntity.Undefined
Undefined.
|
class |
PropertiesDefEntity
PropertiesDef entity.
|
class |
PropertyDefEntity
PropertyDef entity.
|
class |
ValidatorDefEntity
ValidatorDef entity.
|
Modifier and Type | Method and Description |
---|---|
int |
ClassLibEntity.compareTo(Entity other)
Implements Comparable.
|
int |
ClassDefEntity.compareTo(Entity other)
Implements Comparable.
|
int |
AbstractEntity.compareTo(Entity other)
Implements Comparable.
|
Modifier and Type | Method and Description |
---|---|
Entity |
EntityReference.getEntity()
Gets the referenced entity.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<? extends Entity> |
XMLExporter.getEntity(String name,
String prefix)
Gets an entity.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyEntityExporter.export(Entity entity,
XMLElement element)
Exports an entity into the supplied element.
|
protected void |
ParamsEntityExporter.export(Entity entity,
XMLElement element)
Exports an entity into the supplied element.
|
protected void |
MetadataEntityExporter.export(Entity entity,
XMLElement element)
Exports an entity into the supplied element.
|
protected abstract void |
EntityExporter.export(Entity entity,
XMLElement element)
Exports an entity into the supplied element.
|
protected void |
DefEntityExporter.export(Entity entity,
XMLElement element)
Exports an entity into the supplied element.
|
protected EntityReference |
XMLExporter.getReference(Entity entity)
Gets the Reference to an Entity.
|
protected void |
ProxyEntityExporter.registerReferences(Entity entity)
Registers the entity's references.
|
protected void |
ParamsEntityExporter.registerReferences(Entity entity)
Registers the entity's references.
|
protected void |
EntityExporter.registerReferences(Entity entity)
Registers the entity's references.
|
protected void |
MetadataEntityExporter.setAnchored(Entity entity,
XMLElement element)
Sets the anchored attribute if the entity is anchored.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLExporter.addExporter(Class<? extends Entity> entityClass)
Adds this as the exporter for an Entity Class.
|
protected Optional<String> |
XMLExporter.reference(Optional<? extends Entity> entity)
Returns a reference string to an entity.
|
protected void |
XMLExporter.registerReference(Optional<? extends Entity> entity)
Registers an entity.
|
Constructor and Description |
---|
EntityReference(Entity entity)
Creates an instance.
|
Constructor and Description |
---|
DefEntityExporter(ConfigExporter owner,
Class<? extends Entity> entityClass)
Creates an instance.
|
EntityExporter(ConfigExporter owner,
Class<? extends Entity> entityClass)
Creates an instance.
|
MetadataEntityExporter(ConfigExporter owner,
Class<? extends Entity> entityClass)
Constructs an instance.
|
ParamsEntityExporter(MetadataExporter owner,
Class<? extends Entity> entityClass)
Creates an instance.
|
ProxyEntityExporter(MetadataExporter owner,
Class<? extends Entity> entityClass)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<? extends Entity> |
DocumentLoader.getEntity(String key,
String prefix)
Gets a locally registered Entity.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataElementLoader.anchorEntity(Entity entity)
Anchors an entity if requested.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentLoader.setEntities(Optional<HashMap<String,Entity>> entities)
Sets the entities.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.anchor(Entity entity)
Anchors an entity.
|
URI |
Metadata.getURI(Entity entity)
Gets a URI for an entity.
|
boolean |
Metadata.isAnchored(Entity entity)
Asks if an entity is anchored.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefEntity
Attribute definition.
|
class |
AttributesDefEntity
Attributes definition entity.
|
class |
BehaviorEntity
Behavior entity.
|
class |
ContentEntity
Content entity.
|
class |
EngineEntity
Engine entity.
|
class |
GroupEntity
Group entity.
|
class |
MetadataEntity
Metadata entity.
|
class |
OriginEntity
Origin entity.
|
class |
ParamDefEntity
ParamDef Entity.
|
class |
ParamsEntity
Params Entity.
|
class |
PermissionsEntity
Permissions Entity.
|
class |
PointEntity
Point entity.
|
static class |
PointEntity.Definition
Defined Point Entity.
|
static class |
PointEntity.Reference
Undefined Point Entity.
|
class |
ProxyEntity
Proxy entity.
|
class |
StoreEntity
Store entity.
|
class |
SyncEntity
Sync entity.
|
class |
TransformEntity
Transform entity.
|
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
GroupEntity.getMembers(Class<T> membersClass)
Gets the immediate members for a given cass.
|
<T extends Entity> |
GroupEntity.getMembers(Class<T> membersClass,
boolean recursive)
Gets the members for a given class.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
GroupEntity.getMembers()
Gets the members.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroupEntity.addMember(Entity member)
Adds a member to this group.
|
int |
PointEntity.compareTo(Entity other)
Implements Comparable.
|
int |
ParamDefEntity.compareTo(Entity other)
Implements Comparable.
|
int |
GroupEntity.compareTo(Entity other)
Implements Comparable.
|
boolean |
GroupEntity.contains(Entity member,
boolean recursive)
Asks if this group contains a specified member.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.