Package one.empty3.tests
Class Path
java.lang.Object
one.empty3.tests.Path
-
Constructor Summary
ConstructorsConstructorDescriptionPath
(StructureMatrix<Object> declaredProperty, Object representable, String propertyPathString, int pathElemType, int indexI, int indexJ) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getO()
int
void
setDeclaredProperty
(StructureMatrix<Object> declaredProperty) void
setIndexI
(int indexI) void
setIndexJ
(int indexJ) void
void
setPathElemType
(int pathElemType) void
setPropertyPathString
(String propertyPathString) void
setRepresentable
(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
-