Package com.nomagic.magicdraw.uml2
Class InstancesByNestedPath
- java.lang.Object
-
- com.nomagic.magicdraw.uml2.InstancesByNestedPath
-
public class InstancesByNestedPath extends java.lang.Object
Contains instances searched by nested path.
-
-
Constructor Summary
Constructors Constructor Description InstancesByNestedPath(java.util.List<InstanceSpecification> instances, boolean singlePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<InstanceSpecification>
getInstances()
boolean
isSinglePath()
-
-
-
Constructor Detail
-
InstancesByNestedPath
public InstancesByNestedPath(java.util.List<InstanceSpecification> instances, boolean singlePath)
-
-
Method Detail
-
isSinglePath
public boolean isSinglePath()
-
getInstances
public java.util.List<InstanceSpecification> getInstances()
-
-