Uses of Class
eu.simuline.relana.model.InstanceLocator
-
Packages that use InstanceLocator Package Description eu.simuline.relana.model Description for object oriented models in terms of java classes.eu.simuline.relana.sys Relana as a system comprising the main classRelana
and the classesProject
andProjectDesc
to read and to represent a project file. -
-
Uses of InstanceLocator in eu.simuline.relana.model
Methods in eu.simuline.relana.model that return InstanceLocator Modifier and Type Method Description static InstanceLocator
InstanceLocator. getLocator(String path)
static InstanceLocator
InstanceLocator. getLocator(List<String> path)
Methods in eu.simuline.relana.model with parameters of type InstanceLocator Modifier and Type Method Description SInstance
FlatCInstance. getEffect(InstanceLocator loc)
-
Uses of InstanceLocator in eu.simuline.relana.sys
Fields in eu.simuline.relana.sys with type parameters of type InstanceLocator Modifier and Type Field Description private Set<InstanceLocator>
Project. outputEffects
Methods in eu.simuline.relana.sys that return types with arguments of type InstanceLocator Modifier and Type Method Description Set<InstanceLocator>
Project. getOutputEffects()
Set<InstanceLocator>
ProjectDesc. getOutputEffects()
DescribegetOutputEffects
method here.
-