Package | Description |
---|---|
cz.cesnet.cloud.occi |
Modifier and Type | Method and Description |
---|---|
Action |
Model.findAction(String term)
Finds action with given term in model.
|
Kind |
Model.findKind(String term)
Finds kind with given term in model.
|
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.
|
List<Kind> |
Model.findRelatedKinds(String term)
Finds kinds related to kind specified by given term.
|
List<Mixin> |
Model.findRelatedMixins(String term)
Finds mixins related to mixin specified by given term.
|
Copyright © 2016. All Rights Reserved.