Package one.empty3.testscopy.tests
Class Path
java.lang.Object
one.empty3.testscopy.tests.Path
-
Constructor Summary
ConstructorsConstructorDescriptionPath(StructureMatrix<Object> declaredProperty, Object representable, String propertyPathString, int pathElemType, int indexI, int indexJ) -
Method Summary
Modifier and TypeMethodDescriptionintintgetO()intvoidsetDeclaredProperty(StructureMatrix<Object> declaredProperty) voidsetIndexI(int indexI) voidsetIndexJ(int indexJ) voidvoidsetPathElemType(int pathElemType) voidsetPropertyPathString(String propertyPathString) voidsetRepresentable(Representable representable)
-
Constructor Details
-
Path
public Path(StructureMatrix<Object> declaredProperty, Object representable, String propertyPathString, int pathElemType, int indexI, int indexJ)
-
-
Method Details
-
getPropertyPathString
-
setPropertyPathString
-
getPathElemType
public int getPathElemType() -
setPathElemType
public void setPathElemType(int pathElemType) -
getIndexI
public int getIndexI() -
setIndexI
public void setIndexI(int indexI) -
getIndexJ
public int getIndexJ() -
setIndexJ
public void setIndexJ(int indexJ) -
setRepresentable
-
getO
-
setO
-
getDeclaredProperty
-
setDeclaredProperty
-