[Major] removed StrolchRootElement.setRelation()

This commit is contained in:
Robert von Burg 2021-08-06 07:01:50 +02:00
parent 0ec6e2e634
commit d373c08f55
1 changed files with 0 additions and 9 deletions

View File

@ -83,15 +83,6 @@ public interface StrolchRootElement extends StrolchElement, PolicyContainer, Par
*/
void setVersion(Version version) throws IllegalArgumentException;
/**
* Set a relation to the given element by using the type of the given element as the parameter ID, but lower-casing
* the first letter. Should the {@link StringParameter} not exist, then it will be created
*
* @param element
* the element for which to set the relation to
*/
void setRelation(StrolchRootElement element);
/**
* Set a relation to the given element by using the given param. Should the {@link StringParameter} not exist, then it will be
* created