Uses of Class
org.goplanit.assignment.ltm.sltm.StaticLtm
-
Packages that use StaticLtm Package Description org.goplanit.assignment.ltm.sltm -
-
Uses of StaticLtm in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm that return StaticLtm Modifier and Type Method Description StaticLtm
StaticLtm. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleprotected StaticLtm
StaticLtmLinkOutputTypeAdapter. getAssignment()
Access the assignmentStaticLtm
StaticLtm. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.assignment.ltm.sltm with parameters of type StaticLtm Constructor Description StaticLtm(StaticLtm sltm)
Copy Constructor
-