Uses of Class
de.aristaflow.ilm.model.processmodel.InstanceReference
-
Packages that use InstanceReference Package Description de.aristaflow.ilm.model.monitor de.aristaflow.ilm.model.processmodel -
-
Uses of InstanceReference in de.aristaflow.ilm.model.monitor
Fields in de.aristaflow.ilm.model.monitor with type parameters of type InstanceReference Modifier and Type Field Description List<@NotNull InstanceReference>InstanceDataValues. instancesThe instances of which values are provided by thisInstanceDataValues. -
Uses of InstanceReference in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel with type parameters of type InstanceReference Modifier and Type Field Description List<@NotNull @Valid InstanceReference>InstRefInitialRemoteIteratorData. instRefsList<@NotNull @Valid InstanceReference>InstRefRemoteIteratorData. instRefsMethods in de.aristaflow.ilm.model.processmodel that return InstanceReference Modifier and Type Method Description static InstanceReferenceTransformation. toIlm(InstanceReference ref)Methods in de.aristaflow.ilm.model.processmodel that return types with arguments of type InstanceReference Modifier and Type Method Description List<InstanceReference>InstRefInitialRemoteIteratorData. getContentAbstract()List<InstanceReference>InstRefRemoteIteratorData. getContentAbstract()Method parameters in de.aristaflow.ilm.model.processmodel with type arguments of type InstanceReference Modifier and Type Method Description voidInstRefInitialRemoteIteratorData. setContentAbstract(List<InstanceReference> content)voidInstRefRemoteIteratorData. setContentAbstract(List<InstanceReference> content)
-