Class Path


  • public class Path
    extends java.lang.Object
    • 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)