Package cruise.umple.compiler
Class MixsetOrFile
java.lang.Object
cruise.umple.compiler.MixsetOrFile
public abstract class MixsetOrFile
extends java.lang.Object
A MixsetOrFile is an umple entity that is subject to require logic
-
Constructor Summary
Constructors Constructor Description MixsetOrFile()
-
Method Summary
-
Constructor Details
-
MixsetOrFile
public MixsetOrFile()
-
-
Method Details
-
setUseUmpleFile
-
setUseUmpleLine
public boolean setUseUmpleLine(int aUseUmpleLine) -
setIsMixset
public boolean setIsMixset(boolean aIsMixset) -
getUseUmpleFile
File where the use statement was encountered -
getUseUmpleLine
public int getUseUmpleLine() -
getIsMixset
public boolean getIsMixset() -
isIsMixset
public boolean isIsMixset() -
getPosition
-
hasPosition
public boolean hasPosition() -
getReqImplementation
-
getReqImplementations
-
numberOfReqImplementations
public int numberOfReqImplementations() -
hasReqImplementations
public boolean hasReqImplementations() -
indexOfReqImplementation
-
getUmpleModel
-
hasUmpleModel
public boolean hasUmpleModel() -
getFeatureLeaf
-
hasFeatureLeaf
public boolean hasFeatureLeaf() -
setPosition
-
minimumNumberOfReqImplementations
public static int minimumNumberOfReqImplementations() -
addReqImplementation
-
removeReqImplementation
-
addReqImplementationAt
-
addOrMoveReqImplementationAt
-
setUmpleModel
-
setFeatureLeaf
-
delete
public void delete() -
getName
public abstract java.lang.String getName() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-