Package eu.mihosoft.vmf.core
Class ContainmentInfo
- java.lang.Object
-
- eu.mihosoft.vmf.core.ContainmentInfo
-
public class ContainmentInfo extends java.lang.Object
Created by miho on 06.01.2017.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainmentType
getContainmentType()
Prop
getOpposite()
ModelType
getOther()
Prop
getThisProp()
ModelType
getThiz()
static ContainmentInfo
newInstance(ModelType thiz, Prop thisProp, ModelType other, Prop opposite, ContainmentType containmentType)
-
-
-
Method Detail
-
newInstance
public static ContainmentInfo newInstance(ModelType thiz, Prop thisProp, ModelType other, Prop opposite, ContainmentType containmentType)
-
getThiz
public ModelType getThiz()
-
getThisProp
public Prop getThisProp()
-
getOther
public ModelType getOther()
-
getOpposite
public Prop getOpposite()
-
getContainmentType
public ContainmentType getContainmentType()
-
-