Class Algorithm
java.lang.Object
com.independentsoft.office.diagrams.Algorithm
- All Implemented Interfaces:
IElement,ILayoutNodeElement
The Class Algorithm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the parameters.longGets the revision number.getType()Gets the type.voidsetRevisionNumber(long revisionNumber)Sets the revision number.voidsetType(AlgorithmType type)Sets the type.toString()
-
Constructor Details
-
Algorithm
public Algorithm()Instantiates a new algorithm.
-
-
Method Details
-
clone
-
toString
-
getParameters
Gets the parameters.- Returns:
- the parameters
-
getRevisionNumber
public long getRevisionNumber()Gets the revision number.- Returns:
- the revision number
-
setRevisionNumber
public void setRevisionNumber(long revisionNumber)Sets the revision number.- Parameters:
revisionNumber- the new revision number
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-