Package jline.lang
Class ModelAdapter.TaggedChainResult
-
- All Implemented Interfaces:
public class ModelAdapter.TaggedChainResult
Result of tagging a chain in a model
-
-
Field Summary
Fields Modifier and Type Field Description public final Network
taggedModel
public final JobClass
taggedJob
-
Constructor Summary
Constructors Constructor Description ModelAdapter.TaggedChainResult(Network taggedModel, JobClass taggedJob)
-
Method Summary
Modifier and Type Method Description Network
getTaggedModel()
JobClass
getTaggedJob()
-
-
Method Detail
-
getTaggedModel
Network getTaggedModel()
-
getTaggedJob
JobClass getTaggedJob()
-
-
-
-