| Modifier and Type | Class and Description |
|---|---|
static class |
Representation.RepresentationBuilder<E extends Representation.RepresentationBuilder<E>> |
| Modifier | Constructor and Description |
|---|---|
protected |
Representation(Representation.RepresentationBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubRepresentation(Representation subRepresentation) |
Appearance |
getAppearance() |
Collection<String> |
getAppliesTo() |
org.eclipse.rdf4j.model.Resource |
getIdentifier() |
InformationProduct |
getInformationProduct() |
List<ParameterMapper> |
getParameterMappers() |
Stage |
getStage() |
List<Representation> |
getSubRepresentations() |
Transaction |
getTransaction() |
protected Representation(Representation.RepresentationBuilder<?> builder)
public org.eclipse.rdf4j.model.Resource getIdentifier()
public InformationProduct getInformationProduct()
public Transaction getTransaction()
public Appearance getAppearance()
public Collection<String> getAppliesTo()
public List<ParameterMapper> getParameterMappers()
public Stage getStage()
public List<Representation> getSubRepresentations()
public void addSubRepresentation(@NonNull
Representation subRepresentation)
Copyright © 2017–2018 DotWebStack. All rights reserved.