package org.simantics.structural2.procedural; import org.simantics.db.Resource; public class Interface implements ConnectionPoint { public final Resource relation; public Interface(Resource relation) { this.relation = relation; } }