Class ArcImportReference
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.petrinet.domain.PetriNetObject
-
- com.netgrif.application.engine.petrinet.web.responsebodies.ArcImportReference
-
- All Implemented Interfaces:
java.io.Serializable
public class ArcImportReference extends PetriNetObject
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Position>
breakpoints
protected java.lang.String
destinationId
protected java.lang.Integer
multiplicity
protected java.lang.String
sourceId
protected java.lang.String
type
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.PetriNetObject
_id
-
-
Constructor Summary
Constructors Constructor Description ArcImportReference(Arc arc)
-
Method Summary
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.PetriNetObject
getObjectId, getStringId, setObjectId
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-
-
-
Field Detail
-
sourceId
protected java.lang.String sourceId
-
destinationId
protected java.lang.String destinationId
-
multiplicity
protected java.lang.Integer multiplicity
-
breakpoints
protected java.util.List<Position> breakpoints
-
type
protected java.lang.String type
-
-
Constructor Detail
-
ArcImportReference
public ArcImportReference(Arc arc)
-
-