Package one.empty3.tests
Class Path
- java.lang.Object
-
- one.empty3.tests.Path
-
public class Path extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Path(StructureMatrix<java.lang.Object> declaredProperty, java.lang.Object representable, java.lang.String propertyPathString, int pathElemType, int indexI, int indexJ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureMatrix<java.lang.Object>
getDeclaredProperty()
int
getIndexI()
int
getIndexJ()
java.lang.Object
getO()
int
getPathElemType()
java.lang.String
getPropertyPathString()
void
setDeclaredProperty(StructureMatrix<java.lang.Object> declaredProperty)
void
setIndexI(int indexI)
void
setIndexJ(int indexJ)
void
setO(java.lang.Object o)
void
setPathElemType(int pathElemType)
void
setPropertyPathString(java.lang.String propertyPathString)
void
setRepresentable(Representable representable)
-
-
-
Constructor Detail
-
Path
public Path(StructureMatrix<java.lang.Object> declaredProperty, java.lang.Object representable, java.lang.String propertyPathString, int pathElemType, int indexI, int indexJ)
-
-
Method Detail
-
getPropertyPathString
public java.lang.String getPropertyPathString()
-
setPropertyPathString
public void setPropertyPathString(java.lang.String propertyPathString)
-
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
public void setRepresentable(Representable representable)
-
getO
public java.lang.Object getO()
-
setO
public void setO(java.lang.Object o)
-
getDeclaredProperty
public StructureMatrix<java.lang.Object> getDeclaredProperty()
-
setDeclaredProperty
public void setDeclaredProperty(StructureMatrix<java.lang.Object> declaredProperty)
-
-