.
Copyright (c) (C) 2016, Jean Parpaillon
Authors: Jean Parpaillon ([email protected]
).
abstract datatype: t()
add_apply/2 | |
add_depend/2 | |
applies/1 | |
depend/2 | |
depends/1 | |
from_map/1 | Load mixin from an AST. |
new/2 | |
rm_depend/2 | |
tag/1 | |
tag/2 |
add_apply(Apply::binary() | occi_category:id(), Mixin::t()) -> t()
add_depend(Depend::binary() | occi_category:id(), Mixin::t()) -> t()
applies(M::t()) -> [occi_category:id()]
depend(CategoryId::occi_category:id(), Mixin::t()) -> boolean()
depends(M::t()) -> [occi_category:id()]
from_map(Map::occi_rendering:ast()) -> t()
Load mixin from an AST
new(Scheme::binary(), Term::binary()) -> t()
rm_depend(CategoryId::occi_category:id(), Mixin::t()) -> t()
tag(M::t()) -> boolean()