Package org.apache.sysds.runtime.iogen
Class CustomProperties
- java.lang.Object
- 
- org.apache.sysds.runtime.io.FileFormatProperties
- 
- org.apache.sysds.runtime.iogen.CustomProperties
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CustomProperties extends FileFormatProperties implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CustomProperties()CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern, String delim, String indexDelim, int firstColIndex)CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern, String delim, HashSet<String> naStrings)CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry grSymmetry, String delim, int firstRowIndex, int firstColIndex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sysds.runtime.iogen.CustomProperties.GRPatterngetColPattern()StringgetDelim()intgetFirstColIndex()intgetFirstRowIndex()org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetrygetGrSymmetry()StringgetIndexDelim()HashSet<String>getNaStrings()org.apache.sysds.runtime.iogen.CustomProperties.GRPatterngetRowPattern()voidsetFirstColIndex(int firstColIndex)voidsetFirstRowIndex(int firstRowIndex)- 
Methods inherited from class org.apache.sysds.runtime.io.FileFormatPropertiesgetBlocksize, getDescription, knownBlocksize, setDescription
 
- 
 
- 
- 
- 
Constructor Detail- 
CustomPropertiespublic CustomProperties() 
 - 
CustomPropertiespublic CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern, String delim, HashSet<String> naStrings)
 - 
CustomPropertiespublic CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern, String delim, String indexDelim, int firstColIndex)
 - 
CustomPropertiespublic CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry grSymmetry, String delim, int firstRowIndex, int firstColIndex)
 
- 
 - 
Method Detail- 
getDelimpublic String getDelim() 
 - 
getIndexDelimpublic String getIndexDelim() 
 - 
getRowPatternpublic org.apache.sysds.runtime.iogen.CustomProperties.GRPattern getRowPattern() 
 - 
getColPatternpublic org.apache.sysds.runtime.iogen.CustomProperties.GRPattern getColPattern() 
 - 
getGrSymmetrypublic org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry getGrSymmetry() 
 - 
getFirstColIndexpublic int getFirstColIndex() 
 - 
setFirstColIndexpublic void setFirstColIndex(int firstColIndex) 
 - 
getFirstRowIndexpublic int getFirstRowIndex() 
 - 
setFirstRowIndexpublic void setFirstRowIndex(int firstRowIndex) 
 
- 
 
-