com.netgrif.application.engine.petrinet.domain.dataset.FieldWithAllowedNets Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine.petrinet.domain.dataset;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
@org.springframework.data.mongodb.core.mapping.Document() public abstract class FieldWithAllowedNets
extends com.netgrif.application.engine.petrinet.domain.dataset.Field {
;
public FieldWithAllowedNets
() {
super ();
}
public FieldWithAllowedNets
(java.util.List allowedNets) {
super ();
}
@groovy.transform.Generated() @groovy.transform.Internal() public void setMetaClass(groovy.lang.MetaClass mc) { }
@java.lang.Override() public void clone(com.netgrif.application.engine.petrinet.domain.dataset.Field clone) { }
public java.util.List getAllowedNets() { return (java.util.List)null;}
public void setAllowedNets(java.util.Collection allowedNets) { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy