
org.sdmlib.models.pattern.util.MatchOtherThenPOCreator Maven / Gradle / Ivy
package org.sdmlib.models.pattern.util;
import org.sdmlib.models.pattern.MatchOtherThen;
import de.uniks.networkparser.IdMap;
public class MatchOtherThenPOCreator extends PatternObjectCreator
{
@Override
public Object getSendableInstance(boolean reference)
{
if(reference) {
return new MatchOtherThenPO(new MatchOtherThen[]{});
} else {
return new MatchOtherThenPO();
}
}
public static IdMap createIdMap(String sessionID) {
return org.sdmlib.models.pattern.util.CreatorCreator.createIdMap(sessionID);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy