Modifier and Type | Method and Description |
---|---|
UnitInstance |
EliseRepository.readUnitInstance(String uniqueID)
Read an unit instance from the database and all its extensions
|
UnitInstance |
EliseRepository.saveUnitInstance(UnitInstance unitInstance)
Add new or update an unit instance.
|
Modifier and Type | Method and Description |
---|---|
Set<UnitInstance> |
EliseRepository.query(at.ac.tuwien.dsg.cloud.salsa.messaging.model.Elise.EliseQuery query)
Filter unit instance by an ID
|
Set<UnitInstance> |
EliseRepository.readAllUnitInstances(String name,
String category,
String state,
String hostedOnID)
Get the unit instance base on some basic metadata, managed by ELISE.
|
Set<UnitInstance> |
EliseRepository.readUnitInstanceByExtension(List<ExtensibleModel> extra)
Get the list of instance with external model info, e.g.
|
Modifier and Type | Method and Description |
---|---|
UnitInstance |
EliseRepository.saveUnitInstance(UnitInstance unitInstance)
Add new or update an unit instance.
|
Modifier and Type | Field and Description |
---|---|
protected UnitInstance |
HostOnRelationshipInstance.from |
protected UnitInstance |
ConnectToRelationshipInstance.from |
protected UnitInstance |
HostOnRelationshipInstance.to |
protected UnitInstance |
ConnectToRelationshipInstance.to |
Modifier and Type | Method and Description |
---|---|
UnitInstance |
HostOnRelationshipInstance.getFrom() |
UnitInstance |
ConnectToRelationshipInstance.getFrom() |
UnitInstance |
HostOnRelationshipInstance.getTo() |
UnitInstance |
ConnectToRelationshipInstance.getTo() |
Modifier and Type | Method and Description |
---|---|
void |
HostOnRelationshipInstance.setFrom(UnitInstance from) |
void |
ConnectToRelationshipInstance.setFrom(UnitInstance from) |
void |
HostOnRelationshipInstance.setTo(UnitInstance to) |
void |
ConnectToRelationshipInstance.setTo(UnitInstance to) |
Constructor and Description |
---|
ConnectToRelationshipInstance(UnitInstance from,
UnitInstance to,
String properties) |
HostOnRelationshipInstance(UnitInstance from,
UnitInstance to) |
Modifier and Type | Field and Description |
---|---|
protected UnitInstance |
UnitInstance.hostedOn |
Modifier and Type | Field and Description |
---|---|
protected Set<UnitInstance> |
UnitInstance.connectTo |
Modifier and Type | Method and Description |
---|---|
UnitInstance |
UnitInstance.getHostedOn() |
Modifier and Type | Method and Description |
---|---|
Set<UnitInstance> |
UnitInstance.getConnectTo() |
Modifier and Type | Method and Description |
---|---|
void |
UnitInstance.connectToInstance(UnitInstance connectedToInst) |
void |
UnitInstance.hostedOnInstance(UnitInstance hostedInst) |
void |
UnitInstance.mergeWith(UnitInstance otherInstance) |
void |
UnitInstance.setHostedOn(UnitInstance hostedOn) |
Modifier and Type | Method and Description |
---|---|
void |
UnitInstance.setConnectTo(Set<UnitInstance> connectTo) |
Modifier and Type | Field and Description |
---|---|
protected Set<UnitInstance> |
UnitInstanceWrapper.unitInstances |
Modifier and Type | Method and Description |
---|---|
Set<UnitInstance> |
UnitInstanceWrapper.getUnitInstances() |
Modifier and Type | Method and Description |
---|---|
UnitInstanceWrapper |
UnitInstanceWrapper.hasInstance(UnitInstance instance) |
Modifier and Type | Method and Description |
---|---|
void |
UnitInstanceWrapper.setUnitInstances(Set<UnitInstance> unitInstances) |
Constructor and Description |
---|
UnitInstanceWrapper(Set<UnitInstance> instances) |
Copyright © 2016. All Rights Reserved.