Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure |
Modifier and Type | Method and Description |
---|---|
Mixin |
Model.findMixin(String term)
Finds mixin with given term in model.
|
Mixin |
Model.findMixin(String term,
String rel)
Finds mixin with given term and relation in model.
|
Mixin |
Model.findMixin(String term,
URI rel)
Finds mixin with given term and relation in model.
|
Mixin |
Model.findMixin(URI identifier)
Finds mixin with given identifier (schema+term) in model.
|
Mixin |
Model.getMixin(String mixinIdentifier)
Retrieves a mixin from the model.
|
Modifier and Type | Method and Description |
---|---|
List<Mixin> |
Model.findRelatedMixins(String term)
Finds mixins related to mixin specified by given term.
|
List<Mixin> |
Model.findRelatedMixins(URI identifier)
Finds mixins related to mixin specified by given identifier.
|
Set<Mixin> |
Model.getMixins()
Returns all mixins from the model in a form of set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Model.addMixin(Mixin mixin)
Adds mixin to the model.
|
boolean |
Model.containsMixin(Mixin mixin)
Checks whether model contains a mixin
|
boolean |
Model.removeMixin(Mixin mixin)
Removes mixin from model.
|
Modifier and Type | Method and Description |
---|---|
Mixin |
Entity.getMixin(String mixinIdentifier)
Returns mixin form entity.
|
Mixin |
Mixin.getRelatedMixin(String mixinIdentifier)
Creates a relation with given mixin.
|
Modifier and Type | Method and Description |
---|---|
Set<Mixin> |
Entity.getMixins()
Returns all mixins from entity in form of a set.
|
Set<Mixin> |
Mixin.getRelations()
Returns all related mixins in form of set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Entity.addMixin(Mixin mixin)
Adds mixin to the entity.
|
boolean |
Mixin.addRelation(Mixin mixin)
Creates a relation with given mixin.
|
boolean |
Entity.containsMixin(Mixin mixin)
Checks whether the entity has given mixin.
|
boolean |
Mixin.relatesTo(Mixin mixin)
Checks whether this mixin is in relation with given mixin.
|
boolean |
Entity.removeMixin(Mixin mixin)
Removes mixin from entity.
|
boolean |
Mixin.removeRelation(Mixin mixin)
Removes relation with given mixin.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Entity.addMixins(Collection<Mixin> mixins)
Adds all the mixins from given collection to the entity.
|
Modifier and Type | Method and Description |
---|---|
static Mixin |
IPNetworkInterface.getDefaultMixin()
Returns ipnetworkinterface's default mixin instance.
|
static Mixin |
IPNetwork.getDefaultMixin()
Returns ipnetwork's default mixin instance.
|
Copyright © 2016. All Rights Reserved.