Package de.mid.innovator.srv2api.icw2gc
Interface GCConcept
-
- All Superinterfaces:
ADAccessAble,ADClientAble,ADFindAble,ADHistoryAble,ADLockAble,ADM2AttrModifyAble,ADOptionAble,ADReferenceAble,ADVersionAble,BCPropertyAble,BCTermAssignAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAble,ELNamespaceAsgnAble,ELObject,ELPackageAble,ELPictureAble,ELUUIDAble,ELValueContainerAble,MECommentAble,MEConstraintAble,MEModelElement,MENamedElement,MENamespaceAble,MENamespaceAsgnAble,MEPackageAble,MEStereotypeAble,MMAttachmentAble,MMCommentContainerAble,MMLabelAble,MMLabelTextAttachmentAble,MMStereotypeAble,MMTextAble
public interface GCConcept extends MEConstraintAble, ADVersionAble, MEPackageAble, MENamespaceAble, MEStereotypeAble, MECommentAble, ADReferenceAble, BCTermAssignAble, BCPropertyAble, ELPictureAble, MMLabelTextAttachmentAble
A concept is a generic modeling construct which may be realized by different model elements.- See Also:
GCConceptHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGCConcept.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Adds elements to the current set of realizing elements or diagrams and creates concept realizations accordingly.GCConceptRealizationgetConceptRealizationFromElement(MMCommentContainerAble refObj)K_GCDIA_CONCEPT_TYPEgetConceptType()The type of concept.java.util.List<GCConcept>getContainerConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>getContainerConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainerConceptsByPresentation and filters its return values according to the given stereotype value.java.util.List<GCConcept>getDirectlyConnectedPredecessors(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>getDirectlyConnectedPredecessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.java.util.List<GCConcept>getDirectlyConnectedSuccessors(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>getDirectlyConnectedSuccessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.java.util.List<GCConceptRealization>getIncomingConceptRealization(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConceptConnection>getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)The incomingGCConceptConnection.java.util.List<GCConcept>getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags)Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value.java.util.List<GCConcept>getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.K_PRESSPEC_NODE_SHAPEgetNodeShape()The node shape displayed in diagrams.java.util.List<GCConceptConnection>getOutgoingConnection(K_CONTROL_OPTION... behaviourFlags)The outgoingGCConceptConnection.java.util.List<GCConcept>getOwnedConcept(K_CONTROL_OPTION... behaviourFlags)GCConceptgetOwningConcept()The owning concept of thisGCConcept.<T extends MMCommentContainerAble>
java.util.List<T>getRealizingElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MMCommentContainerAble>
java.util.List<T>getRealizingElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRealizingElement and filters its return values according to the given stereotype value.booleanisAlreadyRealized()booleanisRealizationAllowed()True if the configuration allows to realize this concept by at least one element or diagram via a concept realization.voidremoveRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Removes elements of the current set of realizing elements or diagrams and deletes concept realizations accordingly.voidreplaceRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Replaces the current set of realizing elements or diagrams with the set passed and creates and deletes concept realizations accordingly.voidsetConceptType(K_GCDIA_CONCEPT_TYPE value)Set the value of Attribut ConceptType.voidsetNodeShape(K_PRESSPEC_NODE_SHAPE value)Set the value of Attribut NodeShape.voidsetRealizingElement(java.util.List<? extends MMCommentContainerAble> values)Set the value of View RealizingElement.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADAccessAble
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRole
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlock
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADOptionAble
getOwnedOption, modifyOptionDlg
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADReferenceAble
getReferenceContainer, setReferenceContainer
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bc.BCPropertyAble
getAssignedPropertySet, getOwnedAdHocProperty, getPropertySetsAssigned, getPropertySetsAssigned, setPropertySetsAssigned
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bc.BCTermAssignAble
assignTerm, getAssignedTerm, getTerms, getTerms, setTerms
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPictureAble
getOwnedPicture, getPictureRawData, pictureSetRawData
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble
getValueReUseAble, setValueReUseAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MECommentAble
getAssignedComment, getAssignedComment, getCommentAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEConstraintAble
getAssignedConstraint, getAssignedConstraint, getConstraintAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamedElement
getMappingSourceElement, getMappingSourceElement, getMESupplierDependency, getMESupplierMappingDependency
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAble
getMEOwnedMember, getMEPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAsgnAble
getMENamespace, getSignatureMessage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEPackageAble
getComponent, getManifest
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble
getApplicableAnalysisDia, getClientMappingDependency, getDecisionMade, getDecisionOwned, getKnowledgeSourceOfOwner, getMappingTargetElement, getMappingTargetElement, getProxyAsgProperty, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, setMapped, setRequirementOfStakeholder
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachment
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMCommentContainerAble
getOutgoingConceptRealization, getOwnedComment, getRealizedConcept, getRealizedConcept, replaceRealizedConcepts, setRealizedConcept
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMStereotypeAble
assignStereotypeDlg, cloneElement, completelySynchronizeOthers, completelySynchronizeThis, getAttrCnstrEffective, getCreateTemplate, getDisplayType, getOwnedFormat, getOwnedStereotypePropertyValSpec, getOwnedStereotypeTSOptionValSpec, getOwnedSyncedElement, getPropBoolValue, getPropLongValue, getPropStringValue, getPropValueList, getStereoPropValueByPattern, getStereoPropValueByPattern, getStereotype, getStereotypeName, getStereotypeProperty, getStereotypePropertyInfo, getStereotypePropertyNameValue, getStereotypeTSOption, getStereotypeTSOptionBoolValue, getStereotypeTSOptionInfo, getStereotypeTSOptionLongValue, getStereotypeTSOptionNameValue, getStereotypeTSOptionStringValue, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueList, getSyncedElement, getSyncedStereotypeAble, getSyncedStereotypeAble, isCloneAbleElement, modifyStereotypePropertyValuesByName, modifyStereotypeTSOptionValuesByName, setStereotype, setStereotypePropertyInfo, setStereotypeTSOptionInfo, setSyncedStereotypeAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg
-
-
-
-
Method Detail
-
getConceptType
K_GCDIA_CONCEPT_TYPE getConceptType() throws InoNetException, SrvErrorException
The type of concept.- Throws:
InoNetExceptionSrvErrorException
-
setConceptType
void setConceptType(K_GCDIA_CONCEPT_TYPE value) throws InoNetException, SrvErrorException
Set the value of Attribut ConceptType.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getNodeShape
K_PRESSPEC_NODE_SHAPE getNodeShape() throws InoNetException, SrvErrorException
The node shape displayed in diagrams.- Throws:
InoNetExceptionSrvErrorException
-
setNodeShape
void setNodeShape(K_PRESSPEC_NODE_SHAPE value) throws InoNetException, SrvErrorException
Set the value of Attribut NodeShape.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
isAlreadyRealized
boolean isAlreadyRealized() throws InoNetException, SrvErrorException- Throws:
InoNetExceptionSrvErrorException
-
isRealizationAllowed
boolean isRealizationAllowed() throws InoNetException, SrvErrorExceptionTrue if the configuration allows to realize this concept by at least one element or diagram via a concept realization. There must be at least one configuration meaning one stereotype of an element or diagram and one stereotype of a concept realization to link the element or diagram and the concept.- Throws:
InoNetExceptionSrvErrorException
-
getRealizingElement
<T extends MMCommentContainerAble> java.util.List<T> getRealizingElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getRealizingElement
<T extends MMCommentContainerAble> java.util.List<T> getRealizingElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getRealizingElement and filters its return values according to the given stereotype value.- Parameters:
returnType- Specifies the type of elements to be returned.stereotype- The stereotype used to filter the result listbehaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
setRealizingElement
void setRealizingElement(java.util.List<? extends MMCommentContainerAble> values) throws InoNetException, SrvErrorException
Set the value of View RealizingElement.- Parameters:
values- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getConceptRealizationFromElement
GCConceptRealization getConceptRealizationFromElement(MMCommentContainerAble refObj) throws InoNetException, SrvErrorException
- Parameters:
refObj- A further instance of type MMCommentContainerAble which is used to control the behaviour of the method. (see description above)- Throws:
InoNetExceptionSrvErrorException
-
getDirectlyConnectedPredecessors
java.util.List<GCConcept> getDirectlyConnectedPredecessors(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All concepts being directly connected to thisGCConceptvia a concept connection. Since the incoming concept connections are not ordered at the source side, the predecessor concepts cannot be sorted.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getDirectlyConnectedPredecessors
java.util.List<GCConcept> getDirectlyConnectedPredecessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.- Parameters:
stereotype- The stereotype used to filter the result listbehaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getDirectlyConnectedSuccessors
java.util.List<GCConcept> getDirectlyConnectedSuccessors(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All concepts being directly connected to thisGCConceptvia a concept connection. Since the outgoing concept connections are ordered, the successor concepts may be sorted accordingly.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
-
getDirectlyConnectedSuccessors
java.util.List<GCConcept> getDirectlyConnectedSuccessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.- Parameters:
stereotype- The stereotype used to filter the result listbehaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getNestedConceptsByPresentation
java.util.List<GCConcept> getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
-
getNestedConceptsByPresentation
java.util.List<GCConcept> getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.- Parameters:
stereotype- The stereotype used to filter the result listbehaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getContainerConceptsByPresentation
java.util.List<GCConcept> getContainerConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Finds the containers of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getContainerConceptsByPresentation
java.util.List<GCConcept> getContainerConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getContainerConceptsByPresentation and filters its return values according to the given stereotype value.- Parameters:
stereotype- The stereotype used to filter the result listbehaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getNestedConceptsByDiagram
java.util.List<GCConcept> getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.- Parameters:
refObj- A further instance of type GCDia which is used to control the behaviour of the method. (see description above)behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
-
getNestedConceptsByDiagram
java.util.List<GCConcept> getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value.- Parameters:
stereotype- The stereotype used to filter the result listrefObj- A further instance of type GCDia which is used to control the behaviour of the method. (see description above)behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
addRealizingElements
void addRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement) throws InoNetException, SrvErrorException
Adds elements to the current set of realizing elements or diagrams and creates concept realizations accordingly.- Parameters:
seqRealizingElement- The list of realizing elements- Throws:
InoNetExceptionSrvErrorException
-
removeRealizingElements
void removeRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement) throws InoNetException, SrvErrorException
Removes elements of the current set of realizing elements or diagrams and deletes concept realizations accordingly.- Parameters:
seqRealizingElement- The list of realizing elements- Throws:
InoNetExceptionSrvErrorException
-
replaceRealizingElements
void replaceRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement) throws InoNetException, SrvErrorException
Replaces the current set of realizing elements or diagrams with the set passed and creates and deletes concept realizations accordingly.- Parameters:
seqRealizingElement- The list of realizing elements- Throws:
InoNetExceptionSrvErrorException
-
getOutgoingConnection
java.util.List<GCConceptConnection> getOutgoingConnection(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The outgoingGCConceptConnection.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getIncomingConnection
java.util.List<GCConceptConnection> getIncomingConnection(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The incomingGCConceptConnection.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getIncomingConceptRealization
java.util.List<GCConceptRealization> getIncomingConceptRealization(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedConcept
java.util.List<GCConcept> getOwnedConcept(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getOwningConcept
GCConcept getOwningConcept() throws InoNetException, SrvErrorException
The owning concept of thisGCConcept.- Throws:
InoNetExceptionSrvErrorException
-
-